We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1ccef3 commit 96f8b8dCopy full SHA for 96f8b8d
pom.xml
@@ -9,15 +9,15 @@
9
10
<artifactId>role-strategy</artifactId>
11
<packaging>hpi</packaging>
12
- <version>2.9.1-SNAPSHOT</version>
+ <version>2.10</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>HEAD</tag>
+ <tag>role-strategy-2.10</tag>
21
</scm>
22
23
<developers>
0 commit comments