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
krisstern committed Oct 5, 2024
1 parent 19fa5fd commit 242d834
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,7 +9,7 @@
</parent>

<artifactId>gitlab-plugin</artifactId>
<version>1.9.3</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>
<name>GitLab Plugin</name>
<url>https://github.com/jenkinsci/${project.artifactId}</url>
Expand All @@ -32,7 +32,7 @@
<scm>
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
<tag>gitlab-plugin-1.9.3</tag>
<tag>${scmTag}</tag>
<url>https://github.com/${gitHubRepo}</url>
</scm>

Expand All @@ -50,7 +50,7 @@
</distributionManagement>

<properties>
<revision>1.9.3</revision>
<revision>1.9.4</revision>
<changelist>-SNAPSHOT</changelist>
<jenkins.baseline>2.462</jenkins.baseline>
<!-- <jenkins.version>${jenkins.baseline}.3</jenkins.version> -->
Expand Down

0 comments on commit 242d834

Please sign in to comment.