Skip to content

Commit cd85b85

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 4c1b27f commit cd85b85

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
@@ -8,7 +8,7 @@
88
<relativePath />
99
</parent>
1010
<artifactId>github-branch-source</artifactId>
11-
<version>2.9.0</version>
11+
<version>${revision}${changelist}</version>
1212
<packaging>hpi</packaging>
1313
<name>GitHub Branch Source Plugin</name>
1414
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
@@ -21,7 +21,7 @@
2121
</licenses>
2222

2323
<properties>
24-
<revision>2.8.4</revision>
24+
<revision>2.9.1</revision>
2525
<changelist>-SNAPSHOT</changelist>
2626
<hpi.compatibleSinceVersion>2.2.0</hpi.compatibleSinceVersion>
2727
<java.level>8</java.level>
@@ -34,7 +34,7 @@
3434
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
3535
<developerConnection>scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
3636
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
37-
<tag>github-branch-source-2.9.0</tag>
37+
<tag>${scmTag}</tag>
3838
</scm>
3939
<dependencies>
4040
<dependency>

0 commit comments

Comments
 (0)