Skip to content

Commit

Permalink
[maven-release-plugin] prepare release sudoku-parent-3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sfuhrm committed Apr 18, 2021
1 parent 511fed1 commit a3150ca
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 @@ -3,14 +3,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.sfuhrm</groupId>
<artifactId>sudoku-parent</artifactId>
<version>3.0.3-SNAPSHOT</version>
<version>3.1.1</version>
<name>Sudoku Parent</name>
<description>Sudoku Parent POM</description>
<url>https://github.com/sfuhrm/sudoku</url>
<scm>
<url>https://github.com/sfuhrm/sudoku</url>
<connection>scm:git:https://github.com/sfuhrm/sudoku.git</connection>
<tag>HEAD</tag>
<tag>sudoku-parent-3.1.1</tag>
</scm>
<licenses>
<license>
Expand Down
2 changes: 1 addition & 1 deletion sudoku-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.sfuhrm</groupId>
<artifactId>sudoku-parent</artifactId>
<version>3.0.3-SNAPSHOT</version>
<version>3.1.1</version>
</parent>
<artifactId>sudoku-client</artifactId>
<name>Sudoku Client</name>
Expand Down
2 changes: 1 addition & 1 deletion sudoku/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.sfuhrm</groupId>
<artifactId>sudoku-parent</artifactId>
<version>3.0.3-SNAPSHOT</version>
<version>3.1.1</version>
</parent>
<artifactId>sudoku</artifactId>
<name>Sudoku</name>
Expand Down

0 comments on commit a3150ca

Please sign in to comment.