Skip to content

Commit

Permalink
build: update version to 0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lokka30 committed Jan 6, 2025
1 parent a21aa1a commit da58f99
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>io.github.arcaneplugins.polyconomy</groupId>
<artifactId>polyconomy</artifactId>
<version>0.4.5</version>
<version>0.4.6</version>
</parent>

<artifactId>api</artifactId>
<version>0.4.5</version>
<version>0.4.6</version>
<name>Polyconomy-API</name>
<description>Polyconomy API</description>

Expand Down
6 changes: 3 additions & 3 deletions ecoworks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>io.github.arcaneplugins.polyconomy</groupId>
<artifactId>polyconomy</artifactId>
<version>0.4.5</version>
<version>0.4.6</version>
</parent>

<artifactId>ecoworks</artifactId>
<version>0.4.5</version>
<version>0.4.6</version>

<properties>
<maven.compiler.source>21</maven.compiler.source>
Expand Down Expand Up @@ -72,7 +72,7 @@
<!-- Economy API - Polyconomy -->
<groupId>io.github.arcaneplugins.polyconomy</groupId>
<artifactId>api</artifactId>
<version>0.4.5</version>
<version>0.4.6</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions plugin-bukkit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>io.github.arcaneplugins.polyconomy</groupId>
<artifactId>polyconomy</artifactId>
<version>0.4.5</version>
<version>0.4.6</version>
</parent>

<artifactId>plugin-bukkit</artifactId>
<version>0.4.5</version>
<version>0.4.6</version>

<name>Polyconomy Plugin for Bukkit</name>

Expand Down
4 changes: 2 additions & 2 deletions plugin-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>io.github.arcaneplugins.polyconomy</groupId>
<artifactId>polyconomy</artifactId>
<version>0.4.5</version>
<version>0.4.6</version>
</parent>

<artifactId>plugin-core</artifactId>
<version>0.4.5</version>
<version>0.4.6</version>

<name>Polyconomy Plugin Core</name>
<description>Provides code that is shared amongst platform implementations such as the Polyconomy Bukkit Plugin
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<module>ecoworks</module>
</modules>
<groupId>io.github.arcaneplugins.polyconomy</groupId>
<version>0.4.5</version>
<version>0.4.6</version>

<name>Polyconomy</name>
<description>Parent module of Polyconomy's source.</description>
Expand Down

0 comments on commit da58f99

Please sign in to comment.