Skip to content

Commit 594487f

Browse files
committed
[maven-release-plugin] prepare release sudoku-parent-5.0.2
1 parent 15d0e92 commit 594487f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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>5.0.2-SNAPSHOT</version>
6+
<version>5.0.2</version>
77
<name>Sudoku Parent</name>
88
<description>Sudoku Parent POM</description>
99
<url>https://github.com/sfuhrm/sudoku</url>
1010
<scm>
1111
<url>git@github.com:sfuhrm/sudoku.git</url>
1212
<connection>scm:git:git@github.com:sfuhrm/sudoku.git</connection>
13-
<tag>HEAD</tag>
13+
<tag>sudoku-parent-5.0.2</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>5.0.2-SNAPSHOT</version>
7+
<version>5.0.2</version>
88
</parent>
99
<artifactId>sudoku-client</artifactId>
1010
<name>Sudoku Client</name>

sudoku-output/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>5.0.2-SNAPSHOT</version>
7+
<version>5.0.2</version>
88
</parent>
99
<artifactId>sudoku-output</artifactId>
1010
<name>Sudoku Output</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>5.0.2-SNAPSHOT</version>
7+
<version>5.0.2</version>
88
</parent>
99
<artifactId>sudoku</artifactId>
1010
<name>Sudoku</name>

0 commit comments

Comments
 (0)