We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59f4488 commit 521097aCopy full SHA for 521097a
pom.xml
@@ -10,7 +10,7 @@
10
</parent>
11
12
<artifactId>nodejs</artifactId>
13
- <version>${revision}${changelist}</version>
+ <version>1.6.6</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>
@@ -153,7 +153,7 @@
153
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
154
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
155
<url>https://github.com/${gitHubRepo}</url>
156
- <tag>${scmTag}</tag>
+ <tag>nodejs-1.6.6</tag>
157
</scm>
158
159
<pluginRepositories>
0 commit comments