diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml new file mode 100644 index 0000000..94863e6 --- /dev/null +++ b/.mvn/extensions.xml @@ -0,0 +1,7 @@ + + + io.jenkins.tools.incrementals + git-changelist-maven-extension + 1.0-beta-7 + + diff --git a/.mvn/maven.config b/.mvn/maven.config new file mode 100644 index 0000000..2a0299c --- /dev/null +++ b/.mvn/maven.config @@ -0,0 +1,2 @@ +-Pconsume-incrementals +-Pmight-produce-incrementals diff --git a/pom.xml b/pom.xml index 93c4c37..692e91e 100644 --- a/pom.xml +++ b/pom.xml @@ -10,10 +10,12 @@ text-finder hpi - 1.12-SNAPSHOT + ${revision}${changelist} Jenkins TextFinder plugin http://wiki.jenkins-ci.org/display/JENKINS/Text-finder+Plugin + 1.12 + -SNAPSHOT 2.60.3 8 @@ -36,7 +38,7 @@ scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git https://github.com/jenkinsci/${project.artifactId}-plugin - HEAD + ${scmTag}