Skip to content

Commit f392053

Browse files
committed
[maven-release-plugin] prepare release 0.1.0-rc8
1 parent cd0b6d8 commit f392053

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

github-pullrequest-plugin/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<parent>
66
<groupId>org.jenkins-ci.plugins</groupId>
77
<artifactId>github-integration-parent</artifactId>
8-
<version>0.1.0-SNAPSHOT</version>
8+
<version>0.1.0-rc8</version>
99
</parent>
1010

1111
<artifactId>github-pullrequest</artifactId>
12-
<version>0.1.0-SNAPSHOT</version>
12+
<version>0.1.0-rc8</version>
1313
<packaging>hpi</packaging>
1414

1515
<name>GitHub Pull Request Plugin</name>
@@ -35,7 +35,7 @@
3535
<connection>scm:git:ssh://github.com/jenkinsci/github-integration-plugin.git</connection>
3636
<developerConnection>scm:git:ssh://git@github.com/jenkinsci/github-integration-plugin.git</developerConnection>
3737
<url>https://github.com/jenkinsci/github-integration-plugin</url>
38-
<tag>github-pullrequest-0.0.1-beta7</tag>
38+
<tag>0.1.0-rc8</tag>
3939
</scm>
4040

4141
<properties>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010

1111
<artifactId>github-integration-parent</artifactId>
12-
<version>0.1.0-SNAPSHOT</version>
12+
<version>0.1.0-rc8</version>
1313
<packaging>pom</packaging>
1414

1515
<name>GitHub Integration Parent</name>
@@ -40,7 +40,7 @@
4040
<connection>scm:git:ssh://github.com/jenkinsci/github-integration-plugin.git</connection>
4141
<developerConnection>scm:git:ssh://git@github.com/jenkinsci/github-integration-plugin.git</developerConnection>
4242
<url>https://github.com/jenkinsci/github-integration-plugin.git</url>
43-
<tag>HEAD</tag>
43+
<tag>0.1.0-rc8</tag>
4444
</scm>
4545

4646
<distributionManagement>

0 commit comments

Comments
 (0)