Skip to content

Commit 31ec8f2

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 24454c7 commit 31ec8f2

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.10.3</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.10.3</revision>
24+
<revision>2.10.4</revision>
2525
<changelist>-SNAPSHOT</changelist>
2626
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
2727
<hpi.compatibleSinceVersion>2.2.0</hpi.compatibleSinceVersion>
@@ -34,7 +34,7 @@
3434
<connection>scm:git:git://github.com/${gitHubRepo}.git</connection>
3535
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
3636
<url>https://github.com/${gitHubRepo}</url>
37-
<tag>github-branch-source-2.10.3</tag>
37+
<tag>${scmTag}</tag>
3838
</scm>
3939
<dependencies>
4040
<dependency>

0 commit comments

Comments
 (0)