Skip to content

Commit d71ff11

Browse files
committed
[maven-release-plugin] prepare release sudoku-parent-3.0.1
1 parent add23da commit d71ff11

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>de.sfuhrm</groupId>
55
<artifactId>sudoku-parent</artifactId>
6-
<version>3.0.1-SNAPSHOT</version>
6+
<version>3.0.1</version>
77
<name>Sudoku Parent</name>
88
<description>Sudoku Parent POM</description>
99
<url>https://github.com/sfuhrm/sudoku</url>
1010
<scm>
1111
<url>https://github.com/sfuhrm/sudoku</url>
1212
<connection>scm:git:https://github.com/sfuhrm/sudoku.git</connection>
13+
<tag>sudoku-parent-3.0.1</tag>
1314
</scm>
1415
<licenses>
1516
<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.0.1-SNAPSHOT</version>
7+
<version>3.0.1</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.0.1-SNAPSHOT</version>
7+
<version>3.0.1</version>
88
</parent>
99
<artifactId>sudoku</artifactId>
1010
<name>Sudoku</name>

0 commit comments

Comments
 (0)