diff --git a/pom.xml b/pom.xml index 523028c..0c75ef5 100644 --- a/pom.xml +++ b/pom.xml @@ -85,6 +85,7 @@ HEAD 3.3.0 + 3.0.0 3.1.0 3.42 1.0-beta-4 @@ -331,6 +332,11 @@ + + org.codehaus.mojo + buildnumber-maven-plugin + ${buildnumber-maven-plugin.version} + org.codehaus.mojo exec-maven-plugin @@ -523,6 +529,52 @@ + + org.codehaus.mojo + buildnumber-maven-plugin + + true + false + true + + + + + create + + validate + + + + + org.apache.maven.plugins + maven-jar-plugin + + + + true + true + + + ${buildNumber} + + + + + + org.apache.maven.plugins + maven-war-plugin + + + + true + + + ${buildNumber} + + + + com.github.spotbugs spotbugs-maven-plugin