We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3e182c commit 9fa34f7Copy full SHA for 9fa34f7
pom.xml
@@ -7,7 +7,7 @@
7
<version>5.5</version>
8
</parent>
9
<artifactId>matrix-auth</artifactId>
10
- <version>${revision}${changelist}</version>
+ <version>3.2.6</version>
11
<packaging>hpi</packaging>
12
<name>Matrix Authorization Strategy Plugin</name>
13
<url>https://github.com/jenkinsci/matrix-auth-plugin</url>
@@ -20,7 +20,7 @@
20
<scm>
21
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
22
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
23
- <tag>${scmTag}</tag>
+ <tag>matrix-auth-3.2.6</tag>
24
<url>https://github.com/${gitHubRepo}</url>
25
</scm>
26
<properties>
0 commit comments