Skip to content

Commit c926fdf

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 5a03159 commit c926fdf

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
@@ -7,12 +7,12 @@
77
<version>4.7</version>
88
</parent>
99
<artifactId>matrix-auth</artifactId>
10-
<version>2.6.7</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>
1414
<properties>
15-
<revision>2.6.7</revision>
15+
<revision>2.6.8</revision>
1616
<changelist>-SNAPSHOT</changelist>
1717
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
1818
<hpi.compatibleSinceVersion>2.0</hpi.compatibleSinceVersion>
@@ -31,7 +31,7 @@
3131
<connection>scm:git:git://github.com/${gitHubRepo}.git</connection>
3232
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
3333
<url>https://github.com/${gitHubRepo}</url>
34-
<tag>matrix-auth-2.6.7</tag>
34+
<tag>${scmTag}</tag>
3535
</scm>
3636
<dependencies>
3737
<!-- optional plugin dependencies -->

0 commit comments

Comments
 (0)