diff --git a/README.md b/README.md
index 83eedc7e0..b6a9cf912 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ This is the stable release that can be used in production.
de.saxsys
mvvmfx
- 1.5.2
+ 1.6.0
```
@@ -32,7 +32,7 @@ Here we make bug fixes for the current stable release.
de.saxsys
mvvmfx
- 1.5.3-SNAPSHOT
+ 1.6.1-SNAPSHOT
```
@@ -44,7 +44,7 @@ Here we develop new features. This release is unstable and shouldn't be used in
de.saxsys
mvvmfx
- 1.6.0-SNAPSHOT
+ 1.7.0-SNAPSHOT
```
diff --git a/examples/books-example/pom.xml b/examples/books-example/pom.xml
index 1f084c10d..d6c97a89e 100644
--- a/examples/books-example/pom.xml
+++ b/examples/books-example/pom.xml
@@ -5,7 +5,7 @@
de.saxsys.mvvmfx
examples
- 1.6.0-SNAPSHOT
+ 1.6.0
4.0.0
diff --git a/examples/contacts-example/pom.xml b/examples/contacts-example/pom.xml
index c24aaf91e..9542d4362 100644
--- a/examples/contacts-example/pom.xml
+++ b/examples/contacts-example/pom.xml
@@ -6,7 +6,7 @@
de.saxsys.mvvmfx
examples
- 1.6.0-SNAPSHOT
+ 1.6.0
contacts-example
diff --git a/examples/mini-examples/async-todoapp-futures/pom.xml b/examples/mini-examples/async-todoapp-futures/pom.xml
index f0f3bbfee..58ce74cb0 100644
--- a/examples/mini-examples/async-todoapp-futures/pom.xml
+++ b/examples/mini-examples/async-todoapp-futures/pom.xml
@@ -5,7 +5,7 @@
mini-examples
de.saxsys.mvvmfx
- 1.6.0-SNAPSHOT
+ 1.6.0
4.0.0
diff --git a/examples/mini-examples/fx-root-example/pom.xml b/examples/mini-examples/fx-root-example/pom.xml
index 30832412d..981d7917b 100644
--- a/examples/mini-examples/fx-root-example/pom.xml
+++ b/examples/mini-examples/fx-root-example/pom.xml
@@ -5,7 +5,7 @@
mini-examples
de.saxsys.mvvmfx
- 1.6.0-SNAPSHOT
+ 1.6.0
4.0.0
diff --git a/examples/mini-examples/helloworld-without-fxml/pom.xml b/examples/mini-examples/helloworld-without-fxml/pom.xml
index ee8971bdd..7feeff7ff 100644
--- a/examples/mini-examples/helloworld-without-fxml/pom.xml
+++ b/examples/mini-examples/helloworld-without-fxml/pom.xml
@@ -5,7 +5,7 @@
mini-examples
de.saxsys.mvvmfx
- 1.6.0-SNAPSHOT
+ 1.6.0
4.0.0
diff --git a/examples/mini-examples/helloworld/pom.xml b/examples/mini-examples/helloworld/pom.xml
index ae66227ca..b74a10f5c 100644
--- a/examples/mini-examples/helloworld/pom.xml
+++ b/examples/mini-examples/helloworld/pom.xml
@@ -5,7 +5,7 @@
mini-examples
de.saxsys.mvvmfx
- 1.6.0-SNAPSHOT
+ 1.6.0
4.0.0
diff --git a/examples/mini-examples/pom.xml b/examples/mini-examples/pom.xml
index b8dee0d11..be330b12a 100644
--- a/examples/mini-examples/pom.xml
+++ b/examples/mini-examples/pom.xml
@@ -5,7 +5,7 @@
examples
de.saxsys.mvvmfx
- 1.6.0-SNAPSHOT
+ 1.6.0
4.0.0
pom
diff --git a/examples/mini-examples/scopes-example/pom.xml b/examples/mini-examples/scopes-example/pom.xml
index 8ede658e4..d92615620 100644
--- a/examples/mini-examples/scopes-example/pom.xml
+++ b/examples/mini-examples/scopes-example/pom.xml
@@ -5,7 +5,7 @@
mini-examples
de.saxsys.mvvmfx
- 1.6.0-SNAPSHOT
+ 1.6.0
4.0.0
diff --git a/examples/mini-examples/synchronizefx-example/pom.xml b/examples/mini-examples/synchronizefx-example/pom.xml
index 0e17e1cc5..c25d80ba8 100644
--- a/examples/mini-examples/synchronizefx-example/pom.xml
+++ b/examples/mini-examples/synchronizefx-example/pom.xml
@@ -5,7 +5,7 @@
mini-examples
de.saxsys.mvvmfx
- 1.6.0-SNAPSHOT
+ 1.6.0
4.0.0
diff --git a/examples/mini-examples/welcome-example/pom.xml b/examples/mini-examples/welcome-example/pom.xml
index fea5f1018..59107068f 100644
--- a/examples/mini-examples/welcome-example/pom.xml
+++ b/examples/mini-examples/welcome-example/pom.xml
@@ -5,7 +5,7 @@
mini-examples
de.saxsys.mvvmfx
- 1.6.0-SNAPSHOT
+ 1.6.0
4.0.0
diff --git a/examples/pom.xml b/examples/pom.xml
index 72e1551de..903d3e289 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -5,7 +5,7 @@
de.saxsys
mvvmfx-parent
- 1.6.0-SNAPSHOT
+ 1.6.0
de.saxsys.mvvmfx
diff --git a/examples/todomvc-example/pom.xml b/examples/todomvc-example/pom.xml
index 3e17c85af..f5d291f25 100644
--- a/examples/todomvc-example/pom.xml
+++ b/examples/todomvc-example/pom.xml
@@ -5,7 +5,7 @@
de.saxsys.mvvmfx
examples
- 1.6.0-SNAPSHOT
+ 1.6.0
4.0.0
diff --git a/mvvmfx-archetype/pom.xml b/mvvmfx-archetype/pom.xml
index acadb0b88..4ff6f1c08 100644
--- a/mvvmfx-archetype/pom.xml
+++ b/mvvmfx-archetype/pom.xml
@@ -5,7 +5,7 @@
de.saxsys
mvvmfx-parent
- 1.6.0-SNAPSHOT
+ 1.6.0
diff --git a/mvvmfx-archetype/src/main/resources/archetype-resources/pom.xml b/mvvmfx-archetype/src/main/resources/archetype-resources/pom.xml
index 1c4e44e7d..86c619a92 100644
--- a/mvvmfx-archetype/src/main/resources/archetype-resources/pom.xml
+++ b/mvvmfx-archetype/src/main/resources/archetype-resources/pom.xml
@@ -16,7 +16,7 @@
de.saxsys
mvvmfx-parent
- 1.6.0-SNAPSHOT
+ 1.6.0
pom
import
diff --git a/mvvmfx-cdi/pom.xml b/mvvmfx-cdi/pom.xml
index c6b0e1012..562d0235a 100644
--- a/mvvmfx-cdi/pom.xml
+++ b/mvvmfx-cdi/pom.xml
@@ -20,7 +20,7 @@
de.saxsys
mvvmfx-parent
- 1.6.0-SNAPSHOT
+ 1.6.0
mvvmfx-cdi
diff --git a/mvvmfx-easydi/pom.xml b/mvvmfx-easydi/pom.xml
index 0cd29d3fa..b8315a1bf 100644
--- a/mvvmfx-easydi/pom.xml
+++ b/mvvmfx-easydi/pom.xml
@@ -5,7 +5,7 @@
mvvmfx-parent
de.saxsys
- 1.6.0-SNAPSHOT
+ 1.6.0
4.0.0
diff --git a/mvvmfx-guice/pom.xml b/mvvmfx-guice/pom.xml
index da89d7530..2dc50d965 100644
--- a/mvvmfx-guice/pom.xml
+++ b/mvvmfx-guice/pom.xml
@@ -20,7 +20,7 @@
de.saxsys
mvvmfx-parent
- 1.6.0-SNAPSHOT
+ 1.6.0
mvvmfx-guice
diff --git a/mvvmfx-testing-utils/pom.xml b/mvvmfx-testing-utils/pom.xml
index 332ba5f72..d36aaf67d 100644
--- a/mvvmfx-testing-utils/pom.xml
+++ b/mvvmfx-testing-utils/pom.xml
@@ -5,7 +5,7 @@
mvvmfx-parent
de.saxsys
- 1.6.0-SNAPSHOT
+ 1.6.0
4.0.0
diff --git a/mvvmfx-utils/pom.xml b/mvvmfx-utils/pom.xml
index ea8a49a4e..13d3d33b2 100644
--- a/mvvmfx-utils/pom.xml
+++ b/mvvmfx-utils/pom.xml
@@ -5,7 +5,7 @@
mvvmfx-parent
de.saxsys
- 1.6.0-SNAPSHOT
+ 1.6.0
4.0.0
diff --git a/mvvmfx-validation/pom.xml b/mvvmfx-validation/pom.xml
index f290b53c2..6b7ef3f1c 100644
--- a/mvvmfx-validation/pom.xml
+++ b/mvvmfx-validation/pom.xml
@@ -20,7 +20,7 @@
de.saxsys
mvvmfx-parent
- 1.6.0-SNAPSHOT
+ 1.6.0
mvvmfx-validation
diff --git a/mvvmfx/pom.xml b/mvvmfx/pom.xml
index a19d3d022..85162d2a8 100644
--- a/mvvmfx/pom.xml
+++ b/mvvmfx/pom.xml
@@ -20,7 +20,7 @@
de.saxsys
mvvmfx-parent
- 1.6.0-SNAPSHOT
+ 1.6.0
mvvmfx
diff --git a/pom.xml b/pom.xml
index 2330be17b..a74e31d7e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
de.saxsys
mvvmfx-parent
pom
- 1.6.0-SNAPSHOT
+ 1.6.0
mvvmFX parent
Application Framework for MVVM with JavaFX.
http://www.saxsys.de