We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a01a879 commit 96accf3Copy full SHA for 96accf3
pom.xml
@@ -11,7 +11,7 @@
11
12
<groupId>org.jenkins-ci.tools</groupId>
13
<artifactId>maven-hpi-plugin</artifactId>
14
- <version>${revision}${changelist}</version>
+ <version>3.62</version>
15
<packaging>maven-plugin</packaging>
16
17
<name>Maven Jenkins Plugin</name>
@@ -31,7 +31,7 @@
31
<scm>
32
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
33
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
34
- <tag>${scmTag}</tag>
+ <tag>maven-hpi-plugin-3.62</tag>
35
<url>https://github.com/${gitHubRepo}</url>
36
</scm>
37
0 commit comments