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 d2277d3 commit 96d1f24Copy full SHA for 96d1f24
1 file changed
pom.xml
@@ -7,7 +7,7 @@
7
<relativePath />
8
</parent>
9
<artifactId>build-token-root</artifactId>
10
- <version>${revision}${changelist}</version>
+ <version>1.7</version>
11
<packaging>hpi</packaging>
12
<name>Build Authorization Token Root Plugin</name>
13
<description>Lets build and related REST build triggers be accessed even when anonymous users cannot see Jenkins.</description>
@@ -75,6 +75,6 @@
75
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
76
<developerConnection>scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
77
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
78
- <tag>${scmTag}</tag>
+ <tag>build-token-root-1.7</tag>
79
</scm>
80
</project>
0 commit comments