Skip to content

Commit b0f684a

Browse files
committed
[maven-release-plugin] prepare release sudoku-parent-4.0.0
1 parent 55ac1d4 commit b0f684a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>de.sfuhrm</groupId>
55
<artifactId>sudoku-parent</artifactId>
6-
<version>3.1.2-SNAPSHOT</version>
6+
<version>4.0.0</version>
77
<name>Sudoku Parent</name>
88
<description>Sudoku Parent POM</description>
99
<url>https://github.com/sfuhrm/sudoku</url>
1010
<scm>
1111
<url>[email protected]:sfuhrm/sudoku.git</url>
1212
<connection>scm:git:[email protected]:sfuhrm/sudoku.git</connection>
13-
<tag>HEAD</tag>
13+
<tag>sudoku-parent-4.0.0</tag>
1414
</scm>
1515
<licenses>
1616
<license>

sudoku-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>de.sfuhrm</groupId>
66
<artifactId>sudoku-parent</artifactId>
7-
<version>3.1.2-SNAPSHOT</version>
7+
<version>4.0.0</version>
88
</parent>
99
<artifactId>sudoku-client</artifactId>
1010
<name>Sudoku Client</name>

sudoku/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>de.sfuhrm</groupId>
66
<artifactId>sudoku-parent</artifactId>
7-
<version>3.1.2-SNAPSHOT</version>
7+
<version>4.0.0</version>
88
</parent>
99
<artifactId>sudoku</artifactId>
1010
<name>Sudoku</name>

0 commit comments

Comments
 (0)