Skip to content

Commit f4313dd

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent db65d83 commit f4313dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111

1212
<artifactId>pam-auth</artifactId>
13-
<version>1.11</version>
13+
<version>${revision}${changelist}</version>
1414
<packaging>hpi</packaging>
1515

1616
<name>PAM Authentication plugin</name>
@@ -24,7 +24,7 @@
2424
</licenses>
2525

2626
<properties>
27-
<revision>1.11</revision>
27+
<revision>1.12</revision>
2828
<changelist>-SNAPSHOT</changelist>
2929
<jenkins.version>2.361.4</jenkins.version>
3030
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
@@ -34,7 +34,7 @@
3434
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
3535
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
3636
<url>https://github.com/${gitHubRepo}</url>
37-
<tag>pam-auth-1.11</tag>
37+
<tag>${scmTag}</tag>
3838
</scm>
3939

4040
<repositories>

0 commit comments

Comments
 (0)