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
dwnusbaum committed Jun 7, 2019
1 parent 54866d5 commit c713d2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</parent>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
<artifactId>workflow-api</artifactId>
<version>2.35</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>
<name>Pipeline: API</name>
<url>https://wiki.jenkins.io/display/JENKINS/Pipeline+API+Plugin</url>
Expand All @@ -47,7 +47,7 @@
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
<tag>workflow-api-2.35</tag>
<tag>${scmTag}</tag>
</scm>
<repositories>
<repository>
Expand All @@ -62,7 +62,7 @@
</pluginRepository>
</pluginRepositories>
<properties>
<revision>2.35</revision>
<revision>2.36</revision>
<changelist>-SNAPSHOT</changelist>
<jenkins.version>2.138.4</jenkins.version>
<java.level>8</java.level>
Expand Down

0 comments on commit c713d2c

Please sign in to comment.