Skip to content

Commit b24d048

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent cddc967 commit b24d048

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

github-pullrequest-plugin/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<groupId>org.jenkins-ci.plugins</groupId>
77
<artifactId>github-integration-parent</artifactId>
8-
<version>0.5.0</version>
8+
<version>${revision}${changelist}</version>
99
</parent>
1010

1111
<!-- historical name -->
1212
<artifactId>github-pullrequest</artifactId>
13-
<version>0.5.0</version>
13+
<version>${revision}${changelist}</version>
1414
<packaging>hpi</packaging>
1515

1616
<name>GitHub Integration Plugin</name>
@@ -36,7 +36,7 @@
3636
<connection>scm:git:https://github.com/KostyaSha/github-integration-plugin.git</connection>
3737
<developerConnection>scm:git:[email protected]:KostyaSha/github-integration-plugin.git</developerConnection>
3838
<url>https://github.com/jenkinsci/github-integration-plugin</url>
39-
<tag>0.5.0</tag>
39+
<tag>${scmTag}</tag>
4040
</scm>
4141

4242
<properties>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111

1212
<artifactId>github-integration-parent</artifactId>
13-
<version>0.5.0</version>
13+
<version>${revision}${changelist}</version>
1414
<packaging>pom</packaging>
1515

1616
<name>GitHub Integration Parent</name>
@@ -32,7 +32,7 @@
3232
</modules>
3333

3434
<properties>
35-
<revision>0.4.1</revision>
35+
<revision>0.5.1</revision>
3636
<changelist>-SNAPSHOT</changelist>
3737
<jenkins.version>2.346.3</jenkins.version>
3838
</properties>
@@ -41,7 +41,7 @@
4141
<connection>scm:git:https://github.com/KostyaSha/github-integration-plugin.git</connection>
4242
<developerConnection>scm:git:[email protected]:KostyaSha/github-integration-plugin.git</developerConnection>
4343
<url>https://github.com/KostyaSha/github-integration-plugin.git</url>
44-
<tag>0.5.0</tag>
44+
<tag>${scmTag}</tag>
4545
</scm>
4646

4747
<distributionManagement>

0 commit comments

Comments
 (0)