Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
NichtStudioCode committed May 15, 2024
1 parent 675b099 commit a840ac5
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion commons-collections/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>xyz.xenondevs.commons</groupId>
<artifactId>commons</artifactId>
<version>1.11</version>
<version>1.12</version>
</parent>

<artifactId>commons-collections</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion commons-gson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>xyz.xenondevs.commons</groupId>
<artifactId>commons</artifactId>
<version>1.11</version>
<version>1.12</version>
</parent>

<artifactId>commons-gson</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion commons-guava/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>xyz.xenondevs.commons</groupId>
<artifactId>commons</artifactId>
<version>1.11</version>
<version>1.12</version>
</parent>

<artifactId>commons-guava</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion commons-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>xyz.xenondevs.commons</groupId>
<artifactId>commons</artifactId>
<version>1.11</version>
<version>1.12</version>
</parent>

<artifactId>commons-provider</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion commons-reflection/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>xyz.xenondevs.commons</groupId>
<artifactId>commons</artifactId>
<version>1.11</version>
<version>1.12</version>
</parent>

<artifactId>commons-reflection</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion commons-tuple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>xyz.xenondevs.commons</groupId>
<artifactId>commons</artifactId>
<version>1.11</version>
<version>1.12</version>
</parent>

<artifactId>commons-tuple</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<artifactId>commons</artifactId>
<groupId>xyz.xenondevs.commons</groupId>
<version>1.11</version>
<version>1.12</version>
<packaging>pom</packaging>
<modules>
<module>commons-collections</module>
Expand Down

0 comments on commit a840ac5

Please sign in to comment.