We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47fa334 commit 21bc2deCopy full SHA for 21bc2de
pom.xml
@@ -10,7 +10,7 @@
10
11
<groupId>io.jenkins.plugins</groupId>
12
<artifactId>plugin-util-api</artifactId>
13
- <version>${revision}${changelist}</version>
+ <version>6.0.0</version>
14
<packaging>hpi</packaging>
15
<name>Plugin Utilities API Plugin</name>
16
@@ -36,7 +36,7 @@
36
<connection>scm:git:https://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
37
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
38
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
39
- <tag>${scmTag}</tag>
+ <tag>v6.0.0</tag>
40
</scm>
41
42
<properties>
0 commit comments