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
jeffret-b committed Sep 6, 2019
1 parent 6672f5a commit 3282532
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 @@ -34,7 +34,7 @@ THE SOFTWARE.

<groupId>org.jenkins-ci.main</groupId>
<artifactId>remoting</artifactId>
<version>3.35</version>
<version>${revision}${changelist}</version>

<name>Jenkins remoting layer</name>
<description>
Expand All @@ -57,11 +57,11 @@ THE SOFTWARE.
<connection>scm:git:git://github.com/jenkinsci/remoting.git</connection>
<developerConnection>scm:git:ssh://[email protected]/jenkinsci/remoting.git</developerConnection>
<url>https://github.com/jenkinsci/remoting</url>
<tag>remoting-3.35</tag>
<tag>${scmTag}</tag>
</scm>

<properties>
<revision>3.35</revision>
<revision>3.36</revision>
<changelist>-SNAPSHOT</changelist>
<java.level>8</java.level>
<build.type>private</build.type>
Expand Down

0 comments on commit 3282532

Please sign in to comment.