We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d986aa commit 47abba2Copy full SHA for 47abba2
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.5.1</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.5.1</tag>
61
</scm>
62
63
<dependencyManagement>
0 commit comments