We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31613c7 commit f99bc06Copy full SHA for f99bc06
1 file changed
pom.xml
@@ -30,7 +30,7 @@
30
<artifactId>rest-list-parameter</artifactId>
31
<inceptionYear>2020</inceptionYear>
32
<url>https://github.com/jenkinsci/${project.artifactId}-plugin/blob/${project.artifactId}-${revision}/README.adoc</url>
33
- <version>${revision}${changelist}</version>
+ <version>1.6.0</version>
34
<packaging>hpi</packaging>
35
36
<licenses>
@@ -57,7 +57,7 @@
57
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
58
<developerConnection>scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
59
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
60
- <tag>HEAD</tag>
+ <tag>rest-list-parameter-1.6.0</tag>
61
</scm>
62
63
<dependencyManagement>
0 commit comments