diff --git a/README.md b/README.md
index a5714e9..af85208 100644
--- a/README.md
+++ b/README.md
@@ -98,7 +98,7 @@ The recommended way of including the library into your project is using maven:
de.sfuhrm
sudoku
- 1.0.0
+ 2.0.0
```
diff --git a/pom.xml b/pom.xml
index 45280a8..0226951 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
4.0.0
de.sfuhrm
sudoku-parent
- 2.0.0-SNAPSHOT
+ 2.0.0
Sudoku Parent
Sudoku Parent POM
https://github.com/sfuhrm/sudoku
diff --git a/sudoku-client/pom.xml b/sudoku-client/pom.xml
index d0f9f4d..47c247a 100644
--- a/sudoku-client/pom.xml
+++ b/sudoku-client/pom.xml
@@ -4,7 +4,7 @@
de.sfuhrm
sudoku-parent
- 2.0.0-SNAPSHOT
+ 2.0.0
sudoku-client
Sudoku Client
diff --git a/sudoku/pom.xml b/sudoku/pom.xml
index fd119e3..d672405 100644
--- a/sudoku/pom.xml
+++ b/sudoku/pom.xml
@@ -4,7 +4,7 @@
de.sfuhrm
sudoku-parent
- 2.0.0-SNAPSHOT
+ 2.0.0
sudoku
Sudoku