Skip to content

Commit 0c84fcb

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent d3beba3 commit 0c84fcb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111

1212
<artifactId>nodejs</artifactId>
13-
<version>1.6.2</version>
13+
<version>${revision}${changelist}</version>
1414
<name>NodeJS Plugin</name>
1515
<description>Executes NodeJS script as a build step.</description>
1616
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
@@ -45,7 +45,7 @@
4545
</licenses>
4646

4747
<properties>
48-
<revision>1.6.2</revision>
48+
<revision>1.6.3</revision>
4949
<changelist>-SNAPSHOT</changelist>
5050
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
5151
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/#changing-the-minimum-required-version -->
@@ -148,7 +148,7 @@
148148
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
149149
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
150150
<url>https://github.com/${gitHubRepo}</url>
151-
<tag>nodejs-1.6.2</tag>
151+
<tag>${scmTag}</tag>
152152
</scm>
153153

154154
<pluginRepositories>

0 commit comments

Comments
 (0)