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
rsandell committed Aug 25, 2023
1 parent 2f3bef8 commit a6c8e07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -10,7 +10,7 @@

<groupId>com.sonyericsson.hudson.plugins.gerrit</groupId>
<artifactId>gerrit-trigger</artifactId>
<version>2.39.3</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>
<name>Gerrit Trigger</name>
<description>Integrates with Gerrit code review.</description>
Expand Down Expand Up @@ -55,7 +55,7 @@

<properties>
<jenkins.version>2.410</jenkins.version>
<revision>2.39.3</revision>
<revision>2.39.4</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
<!--<java.level>8</java.level>-->
Expand Down Expand Up @@ -360,6 +360,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>gerrit-trigger-2.39.3</tag>
<tag>${scmTag}</tag>
</scm>
</project>

0 comments on commit a6c8e07

Please sign in to comment.