Skip to content

Commit f104328

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 67a3d75 commit f104328

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111

1212
<properties>
13-
<revision>1.4.2</revision>
13+
<revision>1.4.3</revision>
1414
<changelist>-SNAPSHOT</changelist>
1515
<!-- Baseline Jenkins version you use to build the plugin. Users must have this version or newer to run. -->
1616
<jenkins.version>2.263.4</jenkins.version>
@@ -30,7 +30,7 @@
3030
<artifactId>rest-list-parameter</artifactId>
3131
<inceptionYear>2020</inceptionYear>
3232
<url>https://github.com/jenkinsci/${project.artifactId}-plugin/blob/${project.artifactId}-${revision}/README.adoc</url>
33-
<version>1.4.2</version>
33+
<version>${revision}${changelist}</version>
3434
<packaging>hpi</packaging>
3535

3636
<licenses>
@@ -57,7 +57,7 @@
5757
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
5858
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
5959
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
60-
<tag>rest-list-parameter-1.4.2</tag>
60+
<tag>HEAD</tag>
6161
</scm>
6262

6363
<dependencyManagement>

0 commit comments

Comments
 (0)