Skip to content

Commit 4134607

Browse files
committed
[maven-release-plugin] prepare release 0.2.0-alpha-2
1 parent d7a4d79 commit 4134607

2 files changed

Lines changed: 6 additions & 7 deletions

File tree

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.2.0-SNAPSHOT</version>
8+
<version>0.2.0-alpha-2</version>
99
</parent>
1010

1111
<!-- historical name -->
1212
<artifactId>github-pullrequest</artifactId>
13-
<version>0.2.0-SNAPSHOT</version>
13+
<version>0.2.0-alpha-2</version>
1414
<packaging>hpi</packaging>
1515

1616
<name>GitHub Integration Plugin</name>
@@ -36,7 +36,7 @@
3636
<connection>scm:git:ssh://github.com/KostyaSha/github-integration-plugin.git</connection>
3737
<developerConnection>scm:git:ssh://git@github.com/KostyaSha/github-integration-plugin.git</developerConnection>
3838
<url>https://github.com/jenkinsci/github-integration-plugin</url>
39-
<tag>HEAD</tag>
39+
<tag>0.2.0-alpha-2</tag>
4040
</scm>
4141

4242
<properties>

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
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>
@@ -10,7 +9,7 @@
109
</parent>
1110

1211
<artifactId>github-integration-parent</artifactId>
13-
<version>0.2.0-SNAPSHOT</version>
12+
<version>0.2.0-alpha-2</version>
1413
<packaging>pom</packaging>
1514

1615
<name>GitHub Integration Parent</name>
@@ -42,7 +41,7 @@
4241
<connection>scm:git:ssh://github.com/KostyaSha/github-integration-plugin.git</connection>
4342
<developerConnection>scm:git:ssh://git@github.com/KostyaSha/github-integration-plugin.git</developerConnection>
4443
<url>https://github.com/KostyaSha/github-integration-plugin.git</url>
45-
<tag>HEAD</tag>
44+
<tag>0.2.0-alpha-2</tag>
4645
</scm>
4746

4847
<distributionManagement>

0 commit comments

Comments
 (0)