Skip to content

Commit c4ee17c

Browse files
committed
[maven-release-plugin] prepare release parent-2.56
1 parent c4c4e9a commit c4ee17c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

plugin/pom.xml

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

99
<artifactId>openstack-cloud</artifactId>
10-
<version>2.56-SNAPSHOT</version>
10+
<version>2.56</version>
1111
<packaging>hpi</packaging>
1212
<name>OpenStack Cloud Plugin</name>
1313
<description>Allows Jenkins to build on OpenStack nodes</description>
@@ -242,7 +242,7 @@
242242
<connection>scm:git:ssh://github.com/jenkinsci/openstack-cloud-plugin.git</connection>
243243
<developerConnection>scm:git:ssh://[email protected]/jenkinsci/openstack-cloud-plugin.git</developerConnection>
244244
<url>https://github.com/jenkinsci/openstack-cloud-plugin</url>
245-
<tag>HEAD</tag>
245+
<tag>parent-2.56</tag>
246246
</scm>
247247

248248
<repositories>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>org.jenkins-ci.plugins.openstack-cloud</groupId>
55
<artifactId>parent</artifactId>
66
<packaging>pom</packaging>
7-
<version>2.56-SNAPSHOT</version>
7+
<version>2.56</version>
88

99
<properties>
1010
<jenkins.version>2.150.3</jenkins.version>
@@ -20,7 +20,7 @@
2020
<connection>scm:git:ssh://github.com/jenkinsci/openstack-cloud-plugin.git</connection>
2121
<developerConnection>scm:git:ssh://[email protected]/jenkinsci/openstack-cloud-plugin.git</developerConnection>
2222
<url>https://github.com/jenkinsci/openstack-cloud-plugin</url>
23-
<tag>HEAD</tag>
23+
<tag>parent-2.56</tag>
2424
</scm>
2525

2626
<developers>

ui-tests/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<parent>
55
<groupId>org.jenkins-ci.plugins.openstack-cloud</groupId>
66
<artifactId>parent</artifactId>
7-
<version>2.56-SNAPSHOT</version>
7+
<version>2.56</version>
88
</parent>
99

1010
<artifactId>ui-tests</artifactId>
1111
<packaging>jar</packaging>
12-
<version>2.56-SNAPSHOT</version>
12+
<version>2.56</version>
1313

1414
<properties>
1515
<maven.compiler.target>1.8</maven.compiler.target>

0 commit comments

Comments
 (0)