We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4efef4f commit 14a7b40Copy full SHA for 14a7b40
pom.xml
@@ -9,15 +9,15 @@
9
10
<artifactId>role-strategy</artifactId>
11
<packaging>hpi</packaging>
12
- <version>${revision}${changelist}</version>
+ <version>2.13</version>
13
<name>Role-based Authorization Strategy</name>
14
<url>https://wiki.jenkins.io/display/JENKINS/Role+Strategy+Plugin</url>
15
16
<scm>
17
<connection>scm:git:ssh://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
18
<developerConnection>scm:git:ssh://[email protected]/jenkinsci/${project.artifactId}-plugin.git</developerConnection>
19
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
20
- <tag>${scmTag}</tag>
+ <tag>role-strategy-2.13</tag>
21
</scm>
22
23
<developers>
0 commit comments