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 2eddb9f commit b65d3f1Copy full SHA for b65d3f1
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.9</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>
@@ -80,6 +80,6 @@
80
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
81
<developerConnection>scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
82
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
83
- <tag>${scmTag}</tag>
+ <tag>build-token-root-1.9</tag>
84
</scm>
85
</project>
0 commit comments