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
GLundh committed May 12, 2022
1 parent 403fcce commit ae08756
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 @@ -9,14 +9,14 @@
<relativePath />
</parent>
<properties>
<revision>1.34</revision>
<revision>1.35</revision>
<changelist>-SNAPSHOT</changelist>
<jenkins.version>2.289.1</jenkins.version>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
</properties>
<groupId>com.sonyericsson.hudson.plugins.rebuild</groupId>
<artifactId>rebuild</artifactId>
<version>1.34</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>
<name>Rebuilder</name>
<repositories>
Expand Down Expand Up @@ -113,6 +113,6 @@
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
<url>https://github.com/${gitHubRepo}</url>
<tag>rebuild-1.34</tag>
<tag>${scmTag}</tag>
</scm>
</project>

0 comments on commit ae08756

Please sign in to comment.