Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 19, 2024
1 parent a44904f commit d8c3819
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.9.2-SNAPSHOT</version>
<version>0.9.2</version>
<packaging>pom</packaging>

<name>versatile</name>
Expand Down Expand Up @@ -36,7 +36,7 @@
<connection>${scm.connection}</connection>
<developerConnection>${scm.connection}</developerConnection>
<url>${scm.url}</url>
<tag>HEAD</tag>
<tag>v0.9.2</tag>
</scm>

<issueManagement>
Expand Down
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.9.2-SNAPSHOT</version>
<version>0.9.2</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.9.2-SNAPSHOT</version>
<version>0.9.2</version>
</parent>
<artifactId>versatile-spi</artifactId>

Expand Down

0 comments on commit d8c3819

Please sign in to comment.