Skip to content

Commit 30a4984

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent fcc7123 commit 30a4984

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
<artifactId>nodejs</artifactId>
13-
<version>1.6.6</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.6</revision>
48+
<revision>1.6.7</revision>
4949
<changelist>-SNAPSHOT</changelist>
5050
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
5151
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
@@ -153,7 +153,7 @@
153153
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
154154
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
155155
<url>https://github.com/${gitHubRepo}</url>
156-
<tag>nodejs-1.6.6</tag>
156+
<tag>${scmTag}</tag>
157157
</scm>
158158

159159
<pluginRepositories>

0 commit comments

Comments
 (0)