Skip to content

Commit

Permalink
(updateVersion.sh) Bump version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lokka30 committed Oct 31, 2022
1 parent 8dbda55 commit 04f3f71
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>treasury-parent</artifactId>
<groupId>me.lokka30</groupId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>treasury-parent</artifactId>
<groupId>me.lokka30</groupId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion platform/bukkit/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>treasury-parent</artifactId>
<groupId>me.lokka30</groupId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion platform/bukkit/plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>treasury-parent</artifactId>
<groupId>me.lokka30</groupId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion platform/bungeecord/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>treasury-parent</artifactId>
<groupId>me.lokka30</groupId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion platform/velocity/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>treasury-parent</artifactId>
<groupId>me.lokka30</groupId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>me.lokka30</groupId>
<artifactId>treasury-parent</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
<modules>
<module>api</module>
<module>core</module>
Expand Down Expand Up @@ -38,7 +38,7 @@

<!-- Versions for specifying in plugin.yml's -->
<plugin.version>1.2.1</plugin.version>
<plugin.specificationVersion>SNAPSHOT</plugin.specificationVersion>
<plugin.specificationVersion>RELEASE</plugin.specificationVersion>

<!-- Versions of the dependencies Treasury uses -->
<spigot.version>1.15.2-R0.1-SNAPSHOT</spigot.version>
Expand Down

0 comments on commit 04f3f71

Please sign in to comment.