Skip to content

Commit 2f980dc

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 7cc1c5a commit 2f980dc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@
1010
</parent>
1111

1212
<artifactId>plot</artifactId>
13-
<version>2.4.0</version>
13+
<version>${revision}${changelist}</version>
1414
<packaging>hpi</packaging>
1515
<name>Plot plugin</name>
1616
<url>https://github.com/jenkinsci/plot-plugin</url>
1717

1818
<scm>
1919
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
2020
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
21-
<tag>plot-2.4.0</tag>
21+
<tag>${scmTag}</tag>
2222
<url>https://github.com/${gitHubRepo}</url>
2323
</scm>
2424

2525
<properties>
26-
<revision>2.3.1</revision>
26+
<revision>2.4.1</revision>
2727
<changelist>-SNAPSHOT</changelist>
2828
<gitHubRepo>jenkinsci/plot-plugin</gitHubRepo>
2929
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->

0 commit comments

Comments
 (0)