Skip to content

Commit b8efb5f

Browse files
committed
[maven-release-plugin] prepare release parent-2.61
1 parent 384ef63 commit b8efb5f

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

plugin/pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1+
<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/maven-v4_0_0.xsd">
32
<modelVersion>4.0.0</modelVersion>
43

54
<dependencyManagement>
@@ -18,11 +17,11 @@
1817
<groupId>org.jenkins-ci.plugins</groupId>
1918
<artifactId>plugin</artifactId>
2019
<version>4.25</version>
21-
<relativePath/>
20+
<relativePath />
2221
</parent>
2322

2423
<artifactId>openstack-cloud</artifactId>
25-
<version>2.61-SNAPSHOT</version>
24+
<version>2.61</version>
2625
<packaging>hpi</packaging>
2726
<name>OpenStack Cloud Plugin</name>
2827
<description>Allows Jenkins to build on OpenStack nodes</description>
@@ -267,7 +266,7 @@
267266
<connection>scm:git:ssh://github.com/jenkinsci/openstack-cloud-plugin.git</connection>
268267
<developerConnection>scm:git:ssh://[email protected]/jenkinsci/openstack-cloud-plugin.git</developerConnection>
269268
<url>https://github.com/jenkinsci/openstack-cloud-plugin</url>
270-
<tag>HEAD</tag>
269+
<tag>parent-2.61</tag>
271270
</scm>
272271

273272
<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.61-SNAPSHOT</version>
7+
<version>2.61</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.61</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.61-SNAPSHOT</version>
7+
<version>2.61</version>
88
</parent>
99

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

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

0 commit comments

Comments
 (0)