From a7eb6228ab47954b39e0716381f0f6a4eb93954f Mon Sep 17 00:00:00 2001 From: Manuel Mauky Date: Mon, 4 May 2015 13:27:09 +0200 Subject: [PATCH] fix missing maven plugin versions --- mvvmfx-archetype/pom.xml | 3 ++- mvvmfx-cdi/pom.xml | 1 + mvvmfx-guice/pom.xml | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/mvvmfx-archetype/pom.xml b/mvvmfx-archetype/pom.xml index c44914fdd..021d9e68c 100644 --- a/mvvmfx-archetype/pom.xml +++ b/mvvmfx-archetype/pom.xml @@ -18,7 +18,7 @@ - ${parent.version} + ${project.parent.version} @@ -43,6 +43,7 @@ maven-resources-plugin + 2.7 \ diff --git a/mvvmfx-cdi/pom.xml b/mvvmfx-cdi/pom.xml index 235c2d365..498d7d798 100644 --- a/mvvmfx-cdi/pom.xml +++ b/mvvmfx-cdi/pom.xml @@ -34,6 +34,7 @@ maven-surefire-plugin + 2.18.1 always diff --git a/mvvmfx-guice/pom.xml b/mvvmfx-guice/pom.xml index 2197def1d..23d621070 100644 --- a/mvvmfx-guice/pom.xml +++ b/mvvmfx-guice/pom.xml @@ -33,6 +33,7 @@ maven-surefire-plugin + 2.18.1 always