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 Jan 9, 2024
1 parent 3faeb5c commit 79344e7
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.4</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.414.3</jenkins.version>
<revision>2.39.4</revision>
<revision>2.39.5</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
<!--<java.level>8</java.level>-->
Expand Down Expand Up @@ -369,6 +369,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.4</tag>
<tag>${scmTag}</tag>
</scm>
</project>

0 comments on commit 79344e7

Please sign in to comment.