Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
NichtStudioCode committed May 8, 2024
1 parent ed52608 commit d4db066
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.9</version>
<version>0.10</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions cosmic-binary-format-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>xyz.xenondevs.cbf</groupId>
<artifactId>cosmic-binary-format-parent</artifactId>
<version>0.9</version>
<version>0.10</version>
</parent>

<artifactId>cosmic-binary-format-provider</artifactId>
Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>xyz.xenondevs.cbf</groupId>
<artifactId>cosmic-binary-format</artifactId>
<version>0.9</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>xyz.xenondevs.commons</groupId>
Expand Down
2 changes: 1 addition & 1 deletion cosmic-binary-format/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.9</version>
<version>0.10</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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.9</version>
<version>0.10</version>
<modules>
<module>cosmic-binary-format</module>
<module>cosmic-binary-format-netty-adapter</module>
Expand Down

0 comments on commit d4db066

Please sign in to comment.