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 27, 2019
1 parent 510f2f0 commit a3f4f9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -33,7 +33,7 @@
</parent>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
<artifactId>workflow-job</artifactId>
<version>2.33</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>
<name>Pipeline: Job</name>
<url>https://wiki.jenkins.io/display/JENKINS/Pipeline+Job+Plugin</url>
Expand All @@ -47,7 +47,7 @@
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
<developerConnection>scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
<tag>workflow-job-2.33</tag>
<tag>${scmTag}</tag>
</scm>
<repositories>
<repository>
Expand All @@ -62,7 +62,7 @@
</pluginRepository>
</pluginRepositories>
<properties>
<revision>2.33</revision>
<revision>2.34</revision>
<changelist>-SNAPSHOT</changelist>
<jenkins.version>2.121.1</jenkins.version>
<java.level>8</java.level>
Expand Down

0 comments on commit a3f4f9e

Please sign in to comment.