Skip to content

Commit a235a4c

Browse files
committed
v2.0.0
1 parent 0455d31 commit a235a4c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ The recommended way of including the library into your project is using maven:
9898
<dependency>
9999
<groupId>de.sfuhrm</groupId>
100100
<artifactId>sudoku</artifactId>
101-
<version>1.0.0</version>
101+
<version>2.0.0</version>
102102
</dependency>
103103
```
104104

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>de.sfuhrm</groupId>
55
<artifactId>sudoku-parent</artifactId>
6-
<version>2.0.0-SNAPSHOT</version>
6+
<version>2.0.0</version>
77
<name>Sudoku Parent</name>
88
<description>Sudoku Parent POM</description>
99
<url>https://github.com/sfuhrm/sudoku</url>

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>2.0.0-SNAPSHOT</version>
7+
<version>2.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>2.0.0-SNAPSHOT</version>
7+
<version>2.0.0</version>
88
</parent>
99
<artifactId>sudoku</artifactId>
1010
<name>Sudoku</name>

0 commit comments

Comments
 (0)