Skip to content

Commit

Permalink
Bump version to 0.9.2-SNAPSHOT
Browse files Browse the repository at this point in the history
Signed-off-by: Niklas <nscuro@protonmail.com>
Signed-off-by: nscuro <nscuro@protonmail.com>
  • Loading branch information
nscuro committed Jun 19, 2024
1 parent fec8f28 commit a44904f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>io.github.nscuro</groupId>
<artifactId>versatile-parent</artifactId>
<version>0.10.0-SNAPSHOT</version>
<version>0.9.2-SNAPSHOT</version>
<packaging>pom</packaging>

<name>versatile</name>
Expand Down Expand Up @@ -276,4 +276,4 @@
</profile>
</profiles>

</project>
</project>
2 changes: 1 addition & 1 deletion versatile-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.nscuro</groupId>
<artifactId>versatile-parent</artifactId>
<version>0.10.0-SNAPSHOT</version>
<version>0.9.2-SNAPSHOT</version>
</parent>
<artifactId>versatile-core</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion versatile-spi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.nscuro</groupId>
<artifactId>versatile-parent</artifactId>
<version>0.10.0-SNAPSHOT</version>
<version>0.9.2-SNAPSHOT</version>
</parent>
<artifactId>versatile-spi</artifactId>

Expand Down

0 comments on commit a44904f

Please sign in to comment.