Skip to content

Commit ddd7947

Browse files
committed
[maven-release-plugin] prepare release parent-2.64
1 parent 80b6780 commit ddd7947

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
@@ -21,7 +21,7 @@
2121
</parent>
2222

2323
<artifactId>openstack-cloud</artifactId>
24-
<version>2.64-SNAPSHOT</version>
24+
<version>2.64</version>
2525
<packaging>hpi</packaging>
2626
<name>OpenStack Cloud Plugin</name>
2727
<description>Allows Jenkins to build on OpenStack nodes</description>
@@ -266,7 +266,7 @@
266266
<connection>scm:git:ssh://github.com/jenkinsci/openstack-cloud-plugin.git</connection>
267267
<developerConnection>scm:git:ssh://[email protected]/jenkinsci/openstack-cloud-plugin.git</developerConnection>
268268
<url>https://github.com/jenkinsci/openstack-cloud-plugin</url>
269-
<tag>HEAD</tag>
269+
<tag>parent-2.64</tag>
270270
</scm>
271271

272272
<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.64-SNAPSHOT</version>
7+
<version>2.64</version>
88

99
<properties>
1010
<jenkins.version>2.289.1</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.64</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.64-SNAPSHOT</version>
7+
<version>2.64</version>
88
</parent>
99

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

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

0 commit comments

Comments
 (0)