diff --git a/pom.xml b/pom.xml index 2a4337eb1aa..c7baf9a47ba 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ fr.inria.gforge.spoon spoon-pom - 10.4.1-SNAPSHOT + 10.4.0 spoon-pom @@ -162,6 +162,27 @@ + + org.apache.maven.plugins + maven-enforcer-plugin + 1.4.1 + + + enforce-no-snapshots + + enforce + + + + + No Snapshots Allowed! + + + true + + + + org.jacoco jacoco-maven-plugin