Skip to content

Commit 36a4377

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 02e369f commit 36a4377

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<relativePath />
88
</parent>
99
<artifactId>junit</artifactId>
10-
<version>1.31</version>
10+
<version>${revision}${changelist}</version>
1111
<packaging>hpi</packaging>
1212
<name>JUnit Plugin</name>
1313
<description>Allows JUnit-format test results to be published.</description>
1414
<url>https://github.com/jenkinsci/junit-plugin</url>
1515
<properties>
16-
<revision>1.31</revision>
16+
<revision>1.32</revision>
1717
<changelist>-SNAPSHOT</changelist>
1818
<jenkins.version>2.204.4</jenkins.version>
1919
<java.level>8</java.level>
@@ -29,7 +29,7 @@
2929
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
3030
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
3131
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
32-
<tag>junit-1.31</tag>
32+
<tag>${scmTag}</tag>
3333
</scm>
3434
<repositories>
3535
<repository>

0 commit comments

Comments
 (0)