Skip to content

Commit 3b521fe

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 2ffe73e commit 3b521fe

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
@@ -33,7 +33,7 @@ THE SOFTWARE.
3333
</parent>
3434
<groupId>org.jenkins-ci.plugins.workflow</groupId>
3535
<artifactId>workflow-multibranch</artifactId>
36-
<version>2.22</version>
36+
<version>${revision}${changelist}</version>
3737
<packaging>hpi</packaging>
3838
<name>Pipeline: Multibranch</name>
3939
<url>https://github.com/jenkinsci/workflow-multibranch-plugin</url>
@@ -48,7 +48,7 @@ THE SOFTWARE.
4848
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
4949
<developerConnection>scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
5050
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
51-
<tag>workflow-multibranch-2.22</tag>
51+
<tag>${scmTag}</tag>
5252
</scm>
5353
<repositories>
5454
<repository>
@@ -63,7 +63,7 @@ THE SOFTWARE.
6363
</pluginRepository>
6464
</pluginRepositories>
6565
<properties>
66-
<revision>2.22</revision>
66+
<revision>2.23</revision>
6767
<changelist>-SNAPSHOT</changelist>
6868
<java.level>8</java.level>
6969
<jenkins.version>2.176.4</jenkins.version>

0 commit comments

Comments
 (0)