We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7faaae commit 623d5b1Copy full SHA for 623d5b1
pom.xml
@@ -9,7 +9,7 @@
9
</parent>
10
11
<artifactId>matrix-auth</artifactId>
12
- <version>3.2.9</version>
+ <version>${revision}${changelist}</version>
13
<packaging>hpi</packaging>
14
15
<name>Matrix Authorization Strategy Plugin</name>
@@ -25,12 +25,12 @@
25
<scm>
26
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
27
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
28
- <tag>matrix-auth-3.2.9</tag>
+ <tag>${scmTag}</tag>
29
<url>https://github.com/${gitHubRepo}</url>
30
</scm>
31
32
<properties>
33
- <revision>3.2.9</revision>
+ <revision>3.2.10</revision>
34
<changelist>-SNAPSHOT</changelist>
35
36
<jenkins.baseline>2.479</jenkins.baseline>
0 commit comments