Skip to content

Commit f77a666

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 6c00be4 commit f77a666

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
</parent>
99

1010
<artifactId>script-security</artifactId>
11-
<version>1.50</version>
11+
<version>${revision}${changelist}</version>
1212
<packaging>hpi</packaging>
1313
<name>Script Security Plugin</name>
1414
<description>Allows Jenkins administrators to control what in-process scripts can be run by less-privileged users.</description>
1515
<url>https://wiki.jenkins.io/display/JENKINS/Script+Security+Plugin</url>
1616
<properties>
17-
<revision>1.50</revision>
17+
<revision>1.51</revision>
1818
<changelist>-SNAPSHOT</changelist>
1919
<jenkins.version>2.7.3</jenkins.version>
2020
<java.level>7</java.level>
@@ -29,7 +29,7 @@
2929
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
3030
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
3131
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
32-
<tag>script-security-1.50</tag>
32+
<tag>${scmTag}</tag>
3333
</scm>
3434

3535
<repositories>

0 commit comments

Comments
 (0)