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
MarkEWaite committed Jan 6, 2025
1 parent 8184ede commit f4bff1f
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>

<properties>
<revision>2.2.1</revision>
<revision>2.3.1</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/plot-plugin</gitHubRepo>
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
Expand Down Expand Up @@ -40,7 +40,7 @@
<artifactId>plot</artifactId>
<packaging>hpi</packaging>
<name>Plot plugin</name>
<version>2.3.0</version>
<version>${revision}${changelist}</version>
<url>https://github.com/jenkinsci/plot-plugin</url>

<dependencies>
Expand Down Expand Up @@ -161,7 +161,7 @@
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
<url>https://github.com/${gitHubRepo}</url>
<tag>plot-2.3.0</tag>
<tag>${scmTag}</tag>
</scm>

</project>

0 comments on commit f4bff1f

Please sign in to comment.