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