Skip to content

Commit 3920cd4

Browse files
committed
[maven-release-plugin] prepare release 0.1.0-rc9
1 parent 52fef8c commit 3920cd4

2 files changed

Lines changed: 6 additions & 7 deletions

File tree

github-pullrequest-plugin/pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54

65
<parent>
76
<groupId>org.jenkins-ci.plugins</groupId>
87
<artifactId>github-integration-parent</artifactId>
9-
<version>0.1.0-SNAPSHOT</version>
8+
<version>0.1.0-rc9</version>
109
</parent>
1110

1211
<!-- historical name -->
1312
<artifactId>github-pullrequest</artifactId>
14-
<version>0.1.0-SNAPSHOT</version>
13+
<version>0.1.0-rc9</version>
1514
<packaging>hpi</packaging>
1615

1716
<name>GitHub Integration Plugin</name>
@@ -37,7 +36,7 @@
3736
<connection>scm:git:ssh://github.com/KostyaSha/github-integration-plugin.git</connection>
3837
<developerConnection>scm:git:ssh://git@github.com/KostyaSha/github-integration-plugin.git</developerConnection>
3938
<url>https://github.com/jenkinsci/github-integration-plugin</url>
40-
<tag>HEAD</tag>
39+
<tag>0.1.0-rc9</tag>
4140
</scm>
4241

4342
<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-rc9</version>
1313
<packaging>pom</packaging>
1414

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

4646
<distributionManagement>

0 commit comments

Comments
 (0)