Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
NichtStudioCode committed Oct 25, 2024
1 parent e425111 commit d3b1309
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cosmic-binary-format-netty-adapter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>cosmic-binary-format-parent</artifactId>
<groupId>xyz.xenondevs.cbf</groupId>
<version>0.15</version>
<version>0.16</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions cosmic-binary-format/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<parent>
<artifactId>cosmic-binary-format-parent</artifactId>
<groupId>xyz.xenondevs.cbf</groupId>
<version>0.15</version>
<version>0.16</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>cosmic-binary-format</artifactId>

<properties>
<commons.version>1.18</commons.version>
<commons.version>1.19</commons.version>
</properties>

<dependencies>
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>xyz.xenondevs.cbf</groupId>
<artifactId>cosmic-binary-format-parent</artifactId>
<packaging>pom</packaging>
<version>0.15</version>
<version>0.16</version>
<modules>
<module>cosmic-binary-format</module>
<module>cosmic-binary-format-netty-adapter</module>
Expand Down

0 comments on commit d3b1309

Please sign in to comment.