Skip to content

Commit 623d5b1

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent c7faaae commit 623d5b1

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
@@ -9,7 +9,7 @@
99
</parent>
1010

1111
<artifactId>matrix-auth</artifactId>
12-
<version>3.2.9</version>
12+
<version>${revision}${changelist}</version>
1313
<packaging>hpi</packaging>
1414

1515
<name>Matrix Authorization Strategy Plugin</name>
@@ -25,12 +25,12 @@
2525
<scm>
2626
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
2727
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
28-
<tag>matrix-auth-3.2.9</tag>
28+
<tag>${scmTag}</tag>
2929
<url>https://github.com/${gitHubRepo}</url>
3030
</scm>
3131

3232
<properties>
33-
<revision>3.2.9</revision>
33+
<revision>3.2.10</revision>
3434
<changelist>-SNAPSHOT</changelist>
3535

3636
<jenkins.baseline>2.479</jenkins.baseline>

0 commit comments

Comments
 (0)