diff --git a/README.md b/README.md index 2ffb29994..3e5935fa8 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ __MVVM__ is the enhanced version of the [Presentation Model](http://martinfowler ``` de.saxsys - mvvmFX + mvvmfx 0.4.0 ``` diff --git a/examples/mvvmfx-cdi-starter/pom.xml b/examples/mvvmfx-cdi-starter/pom.xml index 4e5b405a3..325bf037b 100644 --- a/examples/mvvmfx-cdi-starter/pom.xml +++ b/examples/mvvmfx-cdi-starter/pom.xml @@ -11,7 +11,7 @@ de.saxsys - mvvmFX-examples + mvvmfx-examples 0.5.0-SNAPSHOT @@ -41,12 +41,12 @@ de.saxsys - mvvmFX + mvvmfx ${project.parent.version} de.saxsys - mvvmFX-cdi + mvvmfx-cdi ${project.parent.version} diff --git a/examples/mvvmfx-complex-example/pom.xml b/examples/mvvmfx-complex-example/pom.xml index da4d0b131..f0e18ffb8 100644 --- a/examples/mvvmfx-complex-example/pom.xml +++ b/examples/mvvmfx-complex-example/pom.xml @@ -6,7 +6,7 @@ de.saxsys - mvvmFX-examples + mvvmfx-examples 0.5.0-SNAPSHOT @@ -45,7 +45,7 @@ de.saxsys - mvvmFX + mvvmfx ${project.parent.version} diff --git a/examples/mvvmfx-contacts/pom.xml b/examples/mvvmfx-contacts/pom.xml index 4652b6288..f96752eb8 100644 --- a/examples/mvvmfx-contacts/pom.xml +++ b/examples/mvvmfx-contacts/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - mvvmFX-examples + mvvmfx-examples de.saxsys 0.5.0-SNAPSHOT @@ -32,12 +32,12 @@ de.saxsys - mvvmFX + mvvmfx 0.5.0-SNAPSHOT de.saxsys - mvvmFX-cdi + mvvmfx-cdi 0.5.0-SNAPSHOT diff --git a/examples/mvvmfx-fx-root-example/pom.xml b/examples/mvvmfx-fx-root-example/pom.xml index 9d92bdcf0..159a9767f 100644 --- a/examples/mvvmfx-fx-root-example/pom.xml +++ b/examples/mvvmfx-fx-root-example/pom.xml @@ -6,7 +6,7 @@ de.saxsys - mvvmFX-examples + mvvmfx-examples 0.5.0-SNAPSHOT @@ -20,7 +20,7 @@ de.saxsys - mvvmFX + mvvmfx 0.5.0-SNAPSHOT diff --git a/examples/mvvmfx-guice-starter/pom.xml b/examples/mvvmfx-guice-starter/pom.xml index 40707eafe..96af44f3d 100644 --- a/examples/mvvmfx-guice-starter/pom.xml +++ b/examples/mvvmfx-guice-starter/pom.xml @@ -11,7 +11,7 @@ de.saxsys - mvvmFX-examples + mvvmfx-examples 0.5.0-SNAPSHOT @@ -45,12 +45,12 @@ de.saxsys - mvvmFX + mvvmfx ${project.parent.version} de.saxsys - mvvmFX-guice + mvvmfx-guice ${project.parent.version} diff --git a/examples/mvvmfx-helloworld-without-fxml/pom.xml b/examples/mvvmfx-helloworld-without-fxml/pom.xml index d53b0d6f7..420574c8e 100644 --- a/examples/mvvmfx-helloworld-without-fxml/pom.xml +++ b/examples/mvvmfx-helloworld-without-fxml/pom.xml @@ -6,7 +6,7 @@ de.saxsys - mvvmFX-examples + mvvmfx-examples 0.5.0-SNAPSHOT @@ -20,7 +20,7 @@ de.saxsys - mvvmFX + mvvmfx ${project.parent.version} diff --git a/examples/mvvmfx-helloworld/pom.xml b/examples/mvvmfx-helloworld/pom.xml index 80aafa355..b2be56562 100644 --- a/examples/mvvmfx-helloworld/pom.xml +++ b/examples/mvvmfx-helloworld/pom.xml @@ -5,7 +5,7 @@ HelloWorld Example de.saxsys - mvvmFX-examples + mvvmfx-examples 0.5.0-SNAPSHOT @@ -18,7 +18,7 @@ de.saxsys - mvvmFX + mvvmfx ${project.parent.version} diff --git a/examples/mvvmfx-synchronizefx/pom.xml b/examples/mvvmfx-synchronizefx/pom.xml index db3677739..887b9a024 100644 --- a/examples/mvvmfx-synchronizefx/pom.xml +++ b/examples/mvvmfx-synchronizefx/pom.xml @@ -5,7 +5,7 @@ SynchronizeFX example de.saxsys - mvvmFX-examples + mvvmfx-examples 0.5.0-SNAPSHOT @@ -18,7 +18,7 @@ de.saxsys - mvvmFX + mvvmfx ${project.parent.version} diff --git a/examples/pom.xml b/examples/pom.xml index d7a2001e0..8ed2fda40 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -4,11 +4,11 @@ de.saxsys - mvvmFX-parent + mvvmfx-parent 0.5.0-SNAPSHOT - mvvmFX-examples + mvvmfx-examples pom diff --git a/mvvmfx-archetype/pom.xml b/mvvmfx-archetype/pom.xml index 48522ab38..951bfadf5 100644 --- a/mvvmfx-archetype/pom.xml +++ b/mvvmfx-archetype/pom.xml @@ -4,12 +4,12 @@ de.saxsys - mvvmFX-parent + mvvmfx-parent 0.5.0-SNAPSHOT - mvvmFX-archetype + mvvmfx-archetype mvvmFX Archetype diff --git a/mvvmfx-archetype/src/main/resources/archetype-resources/pom.xml b/mvvmfx-archetype/src/main/resources/archetype-resources/pom.xml index f7cbf20b4..a458118cf 100644 --- a/mvvmfx-archetype/src/main/resources/archetype-resources/pom.xml +++ b/mvvmfx-archetype/src/main/resources/archetype-resources/pom.xml @@ -15,7 +15,7 @@ de.saxsys - mvvmFX + mvvmfx ${version} diff --git a/mvvmfx-cdi/pom.xml b/mvvmfx-cdi/pom.xml index f974ae06a..f264bc739 100644 --- a/mvvmfx-cdi/pom.xml +++ b/mvvmfx-cdi/pom.xml @@ -19,11 +19,11 @@ de.saxsys - mvvmFX-parent + mvvmfx-parent 0.5.0-SNAPSHOT - mvvmFX-cdi + mvvmfx-cdi jar mvvmFX cdi @@ -47,7 +47,7 @@ de.saxsys - mvvmFX + mvvmfx ${project.parent.version} provided diff --git a/mvvmfx-guice/pom.xml b/mvvmfx-guice/pom.xml index ae403c366..fc3359ad1 100644 --- a/mvvmfx-guice/pom.xml +++ b/mvvmfx-guice/pom.xml @@ -19,11 +19,11 @@ de.saxsys - mvvmFX-parent + mvvmfx-parent 0.5.0-SNAPSHOT - mvvmFX-guice + mvvmfx-guice jar mvvmFX Guice This module contains extensions to use mvvmFX with Guice Dependency Injection @@ -44,7 +44,7 @@ de.saxsys - mvvmFX + mvvmfx ${project.parent.version} provided diff --git a/mvvmfx/pom.xml b/mvvmfx/pom.xml index c3dee1b8d..1a61a266d 100644 --- a/mvvmfx/pom.xml +++ b/mvvmfx/pom.xml @@ -19,11 +19,11 @@ de.saxsys - mvvmFX-parent + mvvmfx-parent 0.5.0-SNAPSHOT - mvvmFX + mvvmfx jar mvvmFX core diff --git a/pom.xml b/pom.xml index a37051a60..205de8aad 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ de.saxsys - mvvmFX-parent + mvvmfx-parent pom 0.5.0-SNAPSHOT mvvmFX parent