We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f46f25d commit 46001b5Copy full SHA for 46001b5
plugin/pom.xml
@@ -7,7 +7,7 @@
7
</parent>
8
9
<artifactId>openstack-cloud</artifactId>
10
- <version>2.52-SNAPSHOT</version>
+ <version>2.52</version>
11
<packaging>hpi</packaging>
12
<name>OpenStack Cloud Plugin</name>
13
<description>Allows Jenkins to build on OpenStack nodes</description>
@@ -241,7 +241,7 @@
241
<connection>scm:git:ssh://github.com/jenkinsci/openstack-cloud-plugin.git</connection>
242
<developerConnection>scm:git:ssh://[email protected]/jenkinsci/openstack-cloud-plugin.git</developerConnection>
243
<url>https://github.com/jenkinsci/openstack-cloud-plugin</url>
244
- <tag>HEAD</tag>
+ <tag>openstack-cloud-2.52</tag>
245
</scm>
246
247
<repositories>
0 commit comments