Skip to content

Commit

Permalink
Update version to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lokka30 committed Jul 14, 2023
1 parent 01c8b0a commit 7417830
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 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>2.0.1-SNAPSHOT</version>
<version>2.0.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>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion platform/bukkit/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>2.0.1-SNAPSHOT</version>
<version>2.0.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>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion platform/minestom/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>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion platform/sponge/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>2.0.1-SNAPSHOT</version>
<version>2.0.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>2.0.1-SNAPSHOT</version>
<version>2.0.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>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
<modules>
<module>api</module>
<module>core</module>
Expand Down Expand Up @@ -39,7 +39,7 @@

<!-- Versions for specifying in plugin.yml's -->
<plugin.version>2.0.1</plugin.version>
<plugin.specificationVersion>SNAPSHOT</plugin.specificationVersion>
<plugin.specificationVersion>RELEASE</plugin.specificationVersion>
<plugin.authors>lokka30, MrIvanPlays, Jikoo</plugin.authors>

<!-- Versions of the dependencies Treasury uses -->
Expand Down

0 comments on commit 7417830

Please sign in to comment.