We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeee089 commit 22e4cbcCopy full SHA for 22e4cbc
pom.xml
@@ -25,7 +25,7 @@
25
26
<artifactId>htmlpublisher</artifactId>
27
<packaging>hpi</packaging>
28
- <version>${revision}${changelist}</version>
+ <version>1.33</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:[email protected]:${gitHubRepo}.git</developerConnection>
45
<url>https://github.com/${gitHubRepo}</url>
46
- <tag>${scmTag}</tag>
+ <tag>htmlpublisher-1.33</tag>
47
</scm>
48
49
<repositories>
0 commit comments