Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
nfalco79 committed Sep 11, 2020
1 parent fc82db8 commit aff1293
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -8,7 +8,7 @@
</parent>

<artifactId>nodejs</artifactId>
<version>1.3.8</version>
<version>${revision}${changelist}</version>
<name>NodeJS Plugin</name>
<description>Executes NodeJS script as a build step.</description>
<url>https://github.com/jenkinsci/nodejs-plugin</url>
Expand Down Expand Up @@ -43,7 +43,7 @@
</licenses>

<properties>
<revision>1.3.8</revision>
<revision>1.3.9</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/nodejs-plugin</gitHubRepo>
<java.level>8</java.level>
Expand Down Expand Up @@ -149,7 +149,7 @@
<connection>scm:git:git://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
<url>https://github.com/${gitHubRepo}</url>
<tag>nodejs-1.3.8</tag>
<tag>${scmTag}</tag>
</scm>

<pluginRepositories>
Expand Down

0 comments on commit aff1293

Please sign in to comment.