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 Nov 7, 2024
1 parent 4a93d48 commit e490bdd
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.6</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}</connection>
<developerConnection>scm:git:https://github.com/${gitHubRepo}</developerConnection>
<tag>gitlab-plugin-1.9.6</tag>
<tag>${scmTag}</tag>
<url>https://github.com/${gitHubRepo}</url>
</scm>

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

<properties>
<revision>1.9.6</revision>
<revision>1.9.7</revision>
<changelist>-SNAPSHOT</changelist>
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
<jenkins.baseline>2.479</jenkins.baseline>
Expand Down

0 comments on commit e490bdd

Please sign in to comment.