Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-bot committed Jul 6, 2024
1 parent 404568d commit ce794d8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion guess-game-distrib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>guess-game</groupId>
<artifactId>guess-game-parent</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
</parent>

<artifactId>guess-game-distrib</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion guess-game-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>guess-game</groupId>
<artifactId>guess-game-parent</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
</parent>

<artifactId>guess-game-server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion guess-game-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>guess-game</groupId>
<artifactId>guess-game-parent</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
</parent>

<artifactId>guess-game-web</artifactId>
Expand Down
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>guess-game</groupId>
<artifactId>guess-game-parent</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
<packaging>pom</packaging>
<name>GuessGame Parent</name>

Expand Down Expand Up @@ -190,6 +190,6 @@
<scm>
<connection>scm:git:https://github.com/JugruGroup/guess-game</connection>
<developerConnection>scm:git:https://github.com/JugruGroup/guess-game</developerConnection>
<tag>HEAD</tag>
<tag>v3.0.0</tag>
</scm>
</project>

0 comments on commit ce794d8

Please sign in to comment.