From 769daa54bfa96db3f02f34a49e2df10ad15df94e Mon Sep 17 00:00:00 2001 From: Manuel Mauky Date: Wed, 13 May 2015 10:29:41 +0200 Subject: [PATCH] #237 update dependency versions. update mvvmFX version for hotfix release --- README.md | 2 +- examples/mvvmfx-books-example/pom.xml | 2 +- examples/mvvmfx-cdi-starter/pom.xml | 2 +- examples/mvvmfx-complex-example/pom.xml | 2 +- examples/mvvmfx-contacts/pom.xml | 2 +- examples/mvvmfx-fx-root-example/pom.xml | 2 +- examples/mvvmfx-guice-starter/pom.xml | 2 +- .../mvvmfx-helloworld-without-fxml/pom.xml | 2 +- examples/mvvmfx-helloworld/pom.xml | 2 +- examples/mvvmfx-synchronizefx/pom.xml | 2 +- examples/mvvmfx-todomvc/pom.xml | 2 +- examples/pom.xml | 2 +- mvvmfx-archetype/pom.xml | 2 +- mvvmfx-cdi/pom.xml | 5 +-- mvvmfx-guice/pom.xml | 4 +- mvvmfx-testing-utils/pom.xml | 2 +- mvvmfx-utils/pom.xml | 3 +- mvvmfx/pom.xml | 5 +-- pom.xml | 45 ++++++++++++++++--- 19 files changed, 57 insertions(+), 33 deletions(-) diff --git a/README.md b/README.md index d018d895e..e468fe3cb 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ __MVVM__ is the enhanced version of the [Presentation Model](http://martinfowler de.saxsys mvvmfx - 1.2.0 + 1.2.1 ``` diff --git a/examples/mvvmfx-books-example/pom.xml b/examples/mvvmfx-books-example/pom.xml index d59e0149f..8d5a8b535 100644 --- a/examples/mvvmfx-books-example/pom.xml +++ b/examples/mvvmfx-books-example/pom.xml @@ -5,7 +5,7 @@ mvvmfx-examples de.saxsys - 1.2.0 + 1.2.1 4.0.0 diff --git a/examples/mvvmfx-cdi-starter/pom.xml b/examples/mvvmfx-cdi-starter/pom.xml index da6dace02..752a2966b 100644 --- a/examples/mvvmfx-cdi-starter/pom.xml +++ b/examples/mvvmfx-cdi-starter/pom.xml @@ -12,7 +12,7 @@ de.saxsys mvvmfx-examples - 1.2.0 + 1.2.1 diff --git a/examples/mvvmfx-complex-example/pom.xml b/examples/mvvmfx-complex-example/pom.xml index aff2b8ec5..7d1bec12a 100644 --- a/examples/mvvmfx-complex-example/pom.xml +++ b/examples/mvvmfx-complex-example/pom.xml @@ -7,7 +7,7 @@ de.saxsys mvvmfx-examples - 1.2.0 + 1.2.1 UTF-8 diff --git a/examples/mvvmfx-contacts/pom.xml b/examples/mvvmfx-contacts/pom.xml index b776e347b..6085d6c60 100644 --- a/examples/mvvmfx-contacts/pom.xml +++ b/examples/mvvmfx-contacts/pom.xml @@ -6,7 +6,7 @@ mvvmfx-examples de.saxsys - 1.2.0 + 1.2.1 mvvmfx-contacts diff --git a/examples/mvvmfx-fx-root-example/pom.xml b/examples/mvvmfx-fx-root-example/pom.xml index ee648822d..4dd5ebe62 100644 --- a/examples/mvvmfx-fx-root-example/pom.xml +++ b/examples/mvvmfx-fx-root-example/pom.xml @@ -7,7 +7,7 @@ de.saxsys mvvmfx-examples - 1.2.0 + 1.2.1 diff --git a/examples/mvvmfx-guice-starter/pom.xml b/examples/mvvmfx-guice-starter/pom.xml index f5126ec63..e271d5861 100644 --- a/examples/mvvmfx-guice-starter/pom.xml +++ b/examples/mvvmfx-guice-starter/pom.xml @@ -12,7 +12,7 @@ de.saxsys mvvmfx-examples - 1.2.0 + 1.2.1 UTF-8 diff --git a/examples/mvvmfx-helloworld-without-fxml/pom.xml b/examples/mvvmfx-helloworld-without-fxml/pom.xml index 46e096cd8..d86b5ffd9 100644 --- a/examples/mvvmfx-helloworld-without-fxml/pom.xml +++ b/examples/mvvmfx-helloworld-without-fxml/pom.xml @@ -7,7 +7,7 @@ de.saxsys mvvmfx-examples - 1.2.0 + 1.2.1 diff --git a/examples/mvvmfx-helloworld/pom.xml b/examples/mvvmfx-helloworld/pom.xml index b5b24a092..d66bca20c 100644 --- a/examples/mvvmfx-helloworld/pom.xml +++ b/examples/mvvmfx-helloworld/pom.xml @@ -6,7 +6,7 @@ de.saxsys mvvmfx-examples - 1.2.0 + 1.2.1 UTF-8 diff --git a/examples/mvvmfx-synchronizefx/pom.xml b/examples/mvvmfx-synchronizefx/pom.xml index 0e2412f60..edbbf814f 100644 --- a/examples/mvvmfx-synchronizefx/pom.xml +++ b/examples/mvvmfx-synchronizefx/pom.xml @@ -6,7 +6,7 @@ de.saxsys mvvmfx-examples - 1.2.0 + 1.2.1 UTF-8 diff --git a/examples/mvvmfx-todomvc/pom.xml b/examples/mvvmfx-todomvc/pom.xml index 0f28d7b91..ebe74a15f 100644 --- a/examples/mvvmfx-todomvc/pom.xml +++ b/examples/mvvmfx-todomvc/pom.xml @@ -5,7 +5,7 @@ mvvmfx-examples de.saxsys - 1.2.0 + 1.2.1 4.0.0 diff --git a/examples/pom.xml b/examples/pom.xml index 48faffef9..274297528 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -5,7 +5,7 @@ de.saxsys mvvmfx-parent - 1.2.0 + 1.2.1 mvvmfx-examples diff --git a/mvvmfx-archetype/pom.xml b/mvvmfx-archetype/pom.xml index 021d9e68c..5238465fb 100644 --- a/mvvmfx-archetype/pom.xml +++ b/mvvmfx-archetype/pom.xml @@ -5,7 +5,7 @@ de.saxsys mvvmfx-parent - 1.2.0 + 1.2.1 diff --git a/mvvmfx-cdi/pom.xml b/mvvmfx-cdi/pom.xml index 498d7d798..87a6280db 100644 --- a/mvvmfx-cdi/pom.xml +++ b/mvvmfx-cdi/pom.xml @@ -20,7 +20,7 @@ de.saxsys mvvmfx-parent - 1.2.0 + 1.2.1 mvvmfx-cdi @@ -61,20 +61,17 @@ javax.enterprise cdi-api - 1.1 org.jboss.weld.se weld-se - 2.1.0.Final ch.qos.logback logback-classic - 1.1.2 test diff --git a/mvvmfx-guice/pom.xml b/mvvmfx-guice/pom.xml index 23d621070..daa336bdd 100644 --- a/mvvmfx-guice/pom.xml +++ b/mvvmfx-guice/pom.xml @@ -20,7 +20,7 @@ de.saxsys mvvmfx-parent - 1.2.0 + 1.2.1 mvvmfx-guice @@ -54,10 +54,8 @@ com.cathive.fx fx-guice - 8.0.0 - org.assertj diff --git a/mvvmfx-testing-utils/pom.xml b/mvvmfx-testing-utils/pom.xml index e9ac21324..e5c17588e 100644 --- a/mvvmfx-testing-utils/pom.xml +++ b/mvvmfx-testing-utils/pom.xml @@ -5,7 +5,7 @@ mvvmfx-parent de.saxsys - 1.2.0 + 1.2.1 4.0.0 diff --git a/mvvmfx-utils/pom.xml b/mvvmfx-utils/pom.xml index 2e610e4f7..da33ca6db 100644 --- a/mvvmfx-utils/pom.xml +++ b/mvvmfx-utils/pom.xml @@ -5,7 +5,7 @@ mvvmfx-parent de.saxsys - 1.2.0 + 1.2.1 4.0.0 @@ -33,7 +33,6 @@ de.saxsys jfx-testrunner - 1.1 test diff --git a/mvvmfx/pom.xml b/mvvmfx/pom.xml index f67c9800c..bae9251f2 100644 --- a/mvvmfx/pom.xml +++ b/mvvmfx/pom.xml @@ -20,7 +20,7 @@ de.saxsys mvvmfx-parent - 1.2.0 + 1.2.1 mvvmfx @@ -72,21 +72,18 @@ ch.qos.logback logback-classic - 1.1.2 test de.saxsys jfx-testrunner - 1.1 test com.cedarsoft.commons test-utils - 6.1.1 test diff --git a/pom.xml b/pom.xml index 3968249e7..149942cb3 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ de.saxsys mvvmfx-parent pom - 1.2.0 + 1.2.1 mvvmFX parent Application Framework for MVVM with JavaFX. http://www.saxsys.de @@ -90,23 +90,23 @@ org.slf4j slf4j-api - 1.7.6 + 1.7.12 org.slf4j slf4j-simple - 1.7.9 + 1.7.12 net.jodah typetools - 0.4.0 + 0.4.1 eu.lestard advanced-bindings - 0.3.0 + 0.4.0 @@ -115,6 +115,24 @@ 0.1 + + + javax.enterprise + cdi-api + 1.2 + + + org.jboss.weld.se + weld-se + 2.2.11.Final + + + + com.cathive.fx + fx-guice + 8.0.0 + + junit @@ -141,8 +159,23 @@ eu.lestard assertj-javafx 0.3.0 - test + + de.saxsys + jfx-testrunner + 1.1 + + + com.cedarsoft.commons + test-utils + 6.1.1 + + + ch.qos.logback + logback-classic + 1.1.3 + +