Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
HSGamer committed Mar 29, 2024
1 parent b68ac2d commit 8c7d389
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>topper</artifactId>
<groupId>me.hsgamer</groupId>
<version>2.6.0-SNAPSHOT</version>
<version>2.6.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion extra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>me.hsgamer</groupId>
<artifactId>topper</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>2.6.0</version>
</parent>

<artifactId>topper-extra</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>me.hsgamer</groupId>
<artifactId>topper</artifactId>
<packaging>pom</packaging>
<version>2.6.0-SNAPSHOT</version>
<version>2.6.0</version>
<modules>
<module>core</module>
<module>extra</module>
Expand Down
2 changes: 1 addition & 1 deletion spigot-block/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>me.hsgamer</groupId>
<artifactId>topper</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>2.6.0</version>
</parent>

<artifactId>topper-spigot-block</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spigot-number/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>me.hsgamer</groupId>
<artifactId>topper</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>2.6.0</version>
</parent>

<artifactId>topper-spigot-number</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spigot-placeholder-leaderboard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>topper</artifactId>
<groupId>me.hsgamer</groupId>
<version>2.6.0-SNAPSHOT</version>
<version>2.6.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion spigot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>topper</artifactId>
<groupId>me.hsgamer</groupId>
<version>2.6.0-SNAPSHOT</version>
<version>2.6.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 8c7d389

Please sign in to comment.