Skip to content

Commit 24b0b3f

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 91fe4c9 commit 24b0b3f

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
@@ -7,7 +7,7 @@
77
<version>5.5</version>
88
</parent>
99
<artifactId>matrix-auth</artifactId>
10-
<version>3.2.5</version>
10+
<version>${revision}${changelist}</version>
1111
<packaging>hpi</packaging>
1212
<name>Matrix Authorization Strategy Plugin</name>
1313
<url>https://github.com/jenkinsci/matrix-auth-plugin</url>
@@ -20,11 +20,11 @@
2020
<scm>
2121
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
2222
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
23-
<tag>matrix-auth-3.2.5</tag>
23+
<tag>${scmTag}</tag>
2424
<url>https://github.com/${gitHubRepo}</url>
2525
</scm>
2626
<properties>
27-
<revision>3.2.5</revision>
27+
<revision>3.2.6</revision>
2828
<changelist>-SNAPSHOT</changelist>
2929
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
3030
<hpi.compatibleSinceVersion>3.2</hpi.compatibleSinceVersion>

0 commit comments

Comments
 (0)