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 e414354 commit 0e3ab8fCopy full SHA for 0e3ab8f
pom.xml
@@ -9,7 +9,7 @@
9
</parent>
10
11
<artifactId>reverse-proxy-auth-plugin</artifactId>
12
- <version>${revision}${changelist}</version>
+ <version>1.8.0</version>
13
<packaging>hpi</packaging>
14
15
<name>Jenkins Reverse Proxy Auth Plugin</name>
@@ -39,7 +39,7 @@
39
<scm>
40
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
41
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
42
- <tag>${scmTag}</tag>
+ <tag>reverse-proxy-auth-plugin-1.8.0</tag>
43
<url>https://github.com/${gitHubRepo}</url>
44
</scm>
45
<properties>
0 commit comments