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 510cc56 commit bae6881Copy full SHA for bae6881
pom.xml
@@ -25,7 +25,7 @@
25
26
<artifactId>htmlpublisher</artifactId>
27
<packaging>hpi</packaging>
28
- <version>${revision}${changelist}</version>
+ <version>1.36</version>
29
<name>HTML Publisher plugin</name>
30
<description>This plugin publishes HTML reports.</description>
31
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
@@ -43,7 +43,7 @@
43
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
44
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
45
<url>https://github.com/${gitHubRepo}</url>
46
- <tag>${scmTag}</tag>
+ <tag>htmlpublisher-1.36</tag>
47
</scm>
48
49
<repositories>
0 commit comments