diff --git a/README.md b/README.md index 12807877a..91203998a 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.6.0 + 1.7.0 ``` @@ -32,7 +32,7 @@ Here we make bug fixes for the current stable release. de.saxsys mvvmfx - 1.6.1-SNAPSHOT + 1.7.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.7.0-SNAPSHOT + 1.8.0-SNAPSHOT ``` @@ -56,11 +56,11 @@ The best way to get help with mvvmFX is to either ask questions on StackOverflow ### Links - [Project Page](http://sialcasa.github.io/mvvmFX/) -- [javadoc mvvmfx core](http://sialcasa.github.io/mvvmFX/javadoc/1.6.0/mvvmfx/) -- [javadoc mvvmfx-cdi](http://sialcasa.github.io/mvvmFX/javadoc/1.6.0/mvvmfx-cdi/) -- [javadoc mvvmfx-guice](http://sialcasa.github.io/mvvmFX/javadoc/1.6.0/mvvmfx-guice/) -- [javadoc mvvmfx-easydi](http://sialcasa.github.io/mvvmFX/javadoc/1.6.0/mvvmfx-easydi/) -- [javadoc mvvmfx-validation](http://sialcasa.github.io/mvvmFX/javadoc/1.6.0/mvvmfx-validation/) -- [javadoc mvvmfx-utils](http://sialcasa.github.io/mvvmFX/javadoc/1.6.0/mvvmfx-utils/) -- [javadoc mvvmfx-testing-utils](http://sialcasa.github.io/mvvmFX/javadoc/1.6.0/mvvmfx-testing-utils/) +- [javadoc mvvmfx core](http://sialcasa.github.io/mvvmFX/javadoc/1.7.0/mvvmfx/) +- [javadoc mvvmfx-cdi](http://sialcasa.github.io/mvvmFX/javadoc/1.7.0/mvvmfx-cdi/) +- [javadoc mvvmfx-guice](http://sialcasa.github.io/mvvmFX/javadoc/1.7.0/mvvmfx-guice/) +- [javadoc mvvmfx-easydi](http://sialcasa.github.io/mvvmFX/javadoc/1.7.0/mvvmfx-easydi/) +- [javadoc mvvmfx-validation](http://sialcasa.github.io/mvvmFX/javadoc/1.7.0/mvvmfx-validation/) +- [javadoc mvvmfx-utils](http://sialcasa.github.io/mvvmFX/javadoc/1.7.0/mvvmfx-utils/) +- [javadoc mvvmfx-testing-utils](http://sialcasa.github.io/mvvmFX/javadoc/1.7.0/mvvmfx-testing-utils/) diff --git a/examples/books-example/pom.xml b/examples/books-example/pom.xml index fb4100c4e..cf8880c8d 100644 --- a/examples/books-example/pom.xml +++ b/examples/books-example/pom.xml @@ -5,7 +5,7 @@ de.saxsys.mvvmfx examples - 1.7.0-SNAPSHOT + 1.7.0 4.0.0 diff --git a/examples/contacts-example/pom.xml b/examples/contacts-example/pom.xml index af99c72fd..3a16299e8 100644 --- a/examples/contacts-example/pom.xml +++ b/examples/contacts-example/pom.xml @@ -6,7 +6,7 @@ de.saxsys.mvvmfx examples - 1.7.0-SNAPSHOT + 1.7.0 contacts-example diff --git a/examples/mini-examples/async-todoapp-futures/pom.xml b/examples/mini-examples/async-todoapp-futures/pom.xml index 7ba67114f..5612129b0 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.7.0-SNAPSHOT + 1.7.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 c295139ee..374ff224e 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.7.0-SNAPSHOT + 1.7.0 4.0.0 diff --git a/examples/mini-examples/helloworld-custom-fxml-path/pom.xml b/examples/mini-examples/helloworld-custom-fxml-path/pom.xml index 492474d9a..17b49d009 100644 --- a/examples/mini-examples/helloworld-custom-fxml-path/pom.xml +++ b/examples/mini-examples/helloworld-custom-fxml-path/pom.xml @@ -5,7 +5,7 @@ mini-examples de.saxsys.mvvmfx - 1.7.0-SNAPSHOT + 1.7.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 e1eef73f5..e1a6b7305 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.7.0-SNAPSHOT + 1.7.0 4.0.0 diff --git a/examples/mini-examples/helloworld/pom.xml b/examples/mini-examples/helloworld/pom.xml index a4b2cf136..590904ae8 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.7.0-SNAPSHOT + 1.7.0 4.0.0 diff --git a/examples/mini-examples/pom.xml b/examples/mini-examples/pom.xml index 7dd251a97..5c20b3e74 100644 --- a/examples/mini-examples/pom.xml +++ b/examples/mini-examples/pom.xml @@ -5,7 +5,7 @@ examples de.saxsys.mvvmfx - 1.7.0-SNAPSHOT + 1.7.0 4.0.0 pom diff --git a/examples/mini-examples/scopes-example/pom.xml b/examples/mini-examples/scopes-example/pom.xml index c3c29124d..45f01a170 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.7.0-SNAPSHOT + 1.7.0 4.0.0 diff --git a/examples/mini-examples/synchronizefx-example/pom.xml b/examples/mini-examples/synchronizefx-example/pom.xml index 355e80d9a..ca43e6d02 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.7.0-SNAPSHOT + 1.7.0 4.0.0 diff --git a/examples/mini-examples/welcome-example/pom.xml b/examples/mini-examples/welcome-example/pom.xml index e94737685..e0c6779b9 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.7.0-SNAPSHOT + 1.7.0 4.0.0 diff --git a/examples/pom.xml b/examples/pom.xml index 0666e89fa..5627fb827 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -5,7 +5,7 @@ de.saxsys mvvmfx-parent - 1.7.0-SNAPSHOT + 1.7.0 de.saxsys.mvvmfx diff --git a/examples/todomvc-example/pom.xml b/examples/todomvc-example/pom.xml index 895fb3409..bb48a25d7 100644 --- a/examples/todomvc-example/pom.xml +++ b/examples/todomvc-example/pom.xml @@ -5,7 +5,7 @@ de.saxsys.mvvmfx examples - 1.7.0-SNAPSHOT + 1.7.0 4.0.0 diff --git a/mvvmfx-archetype/pom.xml b/mvvmfx-archetype/pom.xml index b49afbe93..9f0b56d8e 100644 --- a/mvvmfx-archetype/pom.xml +++ b/mvvmfx-archetype/pom.xml @@ -5,7 +5,7 @@ de.saxsys mvvmfx-parent - 1.7.0-SNAPSHOT + 1.7.0 diff --git a/mvvmfx-archetype/src/main/resources/archetype-resources/pom.xml b/mvvmfx-archetype/src/main/resources/archetype-resources/pom.xml index c7a975808..1626dddcb 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.7.0-SNAPSHOT + 1.7.0 pom import diff --git a/mvvmfx-cdi/pom.xml b/mvvmfx-cdi/pom.xml index 9c162ea6c..1eddb5484 100644 --- a/mvvmfx-cdi/pom.xml +++ b/mvvmfx-cdi/pom.xml @@ -20,7 +20,7 @@ de.saxsys mvvmfx-parent - 1.7.0-SNAPSHOT + 1.7.0 mvvmfx-cdi diff --git a/mvvmfx-easydi/pom.xml b/mvvmfx-easydi/pom.xml index 7f1af2dc0..8c028eece 100644 --- a/mvvmfx-easydi/pom.xml +++ b/mvvmfx-easydi/pom.xml @@ -5,7 +5,7 @@ mvvmfx-parent de.saxsys - 1.7.0-SNAPSHOT + 1.7.0 4.0.0 diff --git a/mvvmfx-guice/pom.xml b/mvvmfx-guice/pom.xml index 3083ed10a..13073b5cb 100644 --- a/mvvmfx-guice/pom.xml +++ b/mvvmfx-guice/pom.xml @@ -20,7 +20,7 @@ de.saxsys mvvmfx-parent - 1.7.0-SNAPSHOT + 1.7.0 mvvmfx-guice diff --git a/mvvmfx-testing-utils/pom.xml b/mvvmfx-testing-utils/pom.xml index fa2e99fa6..2c9d3b4c2 100644 --- a/mvvmfx-testing-utils/pom.xml +++ b/mvvmfx-testing-utils/pom.xml @@ -5,7 +5,7 @@ mvvmfx-parent de.saxsys - 1.7.0-SNAPSHOT + 1.7.0 4.0.0 diff --git a/mvvmfx-utils/pom.xml b/mvvmfx-utils/pom.xml index a7a6c4de9..45906dca0 100644 --- a/mvvmfx-utils/pom.xml +++ b/mvvmfx-utils/pom.xml @@ -5,7 +5,7 @@ mvvmfx-parent de.saxsys - 1.7.0-SNAPSHOT + 1.7.0 4.0.0 diff --git a/mvvmfx-validation/pom.xml b/mvvmfx-validation/pom.xml index 9527c7d76..a73159445 100644 --- a/mvvmfx-validation/pom.xml +++ b/mvvmfx-validation/pom.xml @@ -20,7 +20,7 @@ de.saxsys mvvmfx-parent - 1.7.0-SNAPSHOT + 1.7.0 mvvmfx-validation diff --git a/mvvmfx/pom.xml b/mvvmfx/pom.xml index 1ed563cbe..6ca6c9219 100644 --- a/mvvmfx/pom.xml +++ b/mvvmfx/pom.xml @@ -20,7 +20,7 @@ de.saxsys mvvmfx-parent - 1.7.0-SNAPSHOT + 1.7.0 mvvmfx diff --git a/pom.xml b/pom.xml index 5cadfd63d..fef7fd199 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ de.saxsys mvvmfx-parent pom - 1.7.0-SNAPSHOT + 1.7.0 mvvmFX parent Application Framework for MVVM with JavaFX. http://www.saxsys.de