We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20d1873 commit 22393e2Copy full SHA for 22393e2
pom.xml
@@ -10,7 +10,7 @@
10
</parent>
11
12
<artifactId>nodejs</artifactId>
13
- <version>1.6.3</version>
+ <version>${revision}${changelist}</version>
14
<name>NodeJS Plugin</name>
15
<description>Executes NodeJS script as a build step.</description>
16
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
@@ -45,7 +45,7 @@
45
</licenses>
46
47
<properties>
48
- <revision>1.6.3</revision>
+ <revision>1.6.4</revision>
49
<changelist>-SNAPSHOT</changelist>
50
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
51
0 commit comments