Skip to content

Commit 22d7de9

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 8d6a63c commit 22d7de9

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
@@ -12,13 +12,13 @@
1212
<groupId>io.jenkins.plugins</groupId>
1313
<packaging>hpi</packaging>
1414
<name>Plugin Utilities API Plugin</name>
15-
<version>2.11.0</version>
15+
<version>${revision}${changelist}</version>
1616

1717
<description>Provides several utility classes that can be used to accelerate plugin development.</description>
1818
<url>https://github.com/jenkinsci/plugin-util-api-plugin</url>
1919

2020
<properties>
21-
<revision>2.11.0</revision>
21+
<revision>2.12.0</revision>
2222
<changelist>-SNAPSHOT</changelist>
2323

2424
<module.name>${project.groupId}.plugin.util.api</module.name>
@@ -203,7 +203,7 @@
203203
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
204204
<developerConnection>scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
205205
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
206-
<tag>v2.11.0</tag>
206+
<tag>${scmTag}</tag>
207207
</scm>
208208

209209
<repositories>

0 commit comments

Comments
 (0)