diff --git a/examples/mvvmfx-cdi-starter/pom.xml b/examples/mvvmfx-cdi-starter/pom.xml index 7ad492a01..ca8feea60 100644 --- a/examples/mvvmfx-cdi-starter/pom.xml +++ b/examples/mvvmfx-cdi-starter/pom.xml @@ -3,7 +3,7 @@ 4.0.0 de.saxsys mvvmfx-cdi-example - 0.1.3-SNAPSHOT + ${mvvmfx.version} mvvmFX CDI Example @@ -12,6 +12,7 @@ + 0.1.3-SNAPSHOT UTF-8 1.7 1.7 @@ -33,18 +34,18 @@ de.saxsys mvvmFX - 0.1.3-SNAPSHOT + ${mvvmfx.version} de.saxsys mvvmFX-cdi - 0.1.3-SNAPSHOT + ${mvvmfx.version} de.saxsys mvvmfx-complex - 0.1.3-SNAPSHOT + ${mvvmfx.version} junit @@ -54,4 +55,4 @@ - \ No newline at end of file + diff --git a/examples/mvvmfx-complex-example/pom.xml b/examples/mvvmfx-complex-example/pom.xml index ecfc50e64..21eb3f38f 100644 --- a/examples/mvvmfx-complex-example/pom.xml +++ b/examples/mvvmfx-complex-example/pom.xml @@ -3,9 +3,10 @@ 4.0.0 de.saxsys mvvmfx-complex - 0.1.3-SNAPSHOT + ${mvvmfx.version} Complex Example + 0.1.3-SNAPSHOT UTF-8 1.7 1.7 diff --git a/examples/mvvmfx-guice-starter/pom.xml b/examples/mvvmfx-guice-starter/pom.xml index 1716d9cfa..5cbe12a83 100644 --- a/examples/mvvmfx-guice-starter/pom.xml +++ b/examples/mvvmfx-guice-starter/pom.xml @@ -3,13 +3,14 @@ 4.0.0 de.saxsys mvvmfx-guice-example - 0.1.3-SNAPSHOT + ${mvvmfx.version} Guice Start Example This example shows the usage of the mvvmFX framework with Guice Dependency Injection. + 0.1.3-SNAPSHOT UTF-8 1.7 1.7 @@ -56,17 +57,17 @@ de.saxsys mvvmFX - 0.1.3-SNAPSHOT + ${mvvmfx.version} + + + de.saxsys + mvvmFX-guice + ${mvvmfx.version} - - de.saxsys - mvvmFX-guice - 0.1.3-SNAPSHOT - de.saxsys mvvmfx-complex - 0.1.3-SNAPSHOT + ${mvvmfx.version} org.slf4j diff --git a/mvvmfx-parent/mvvmfx-cdi/pom.xml b/mvvmfx-parent/mvvmfx-cdi/pom.xml index 00bfd0888..29d129c3f 100644 --- a/mvvmfx-parent/mvvmfx-cdi/pom.xml +++ b/mvvmfx-parent/mvvmfx-cdi/pom.xml @@ -33,7 +33,7 @@ de.saxsys mvvmFX - 0.1.3-SNAPSHOT + ${project.parent.version} provided diff --git a/mvvmfx-parent/mvvmfx-guice/pom.xml b/mvvmfx-parent/mvvmfx-guice/pom.xml index b3fc3919b..36121c8e8 100644 --- a/mvvmfx-parent/mvvmfx-guice/pom.xml +++ b/mvvmfx-parent/mvvmfx-guice/pom.xml @@ -31,7 +31,7 @@ de.saxsys mvvmFX - 0.1.3-SNAPSHOT + ${project.parent.version} provided