Skip to content

Commit

Permalink
[maven-release-plugin] prepare release parent-2.59
Browse files Browse the repository at this point in the history
  • Loading branch information
olivergondza committed Aug 9, 2021
1 parent 63064c6 commit 6c9f7cd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</parent>

<artifactId>openstack-cloud</artifactId>
<version>2.59-SNAPSHOT</version>
<version>2.59</version>
<packaging>hpi</packaging>
<name>OpenStack Cloud Plugin</name>
<description>Allows Jenkins to build on OpenStack nodes</description>
Expand Down Expand Up @@ -247,7 +247,7 @@
<connection>scm:git:ssh://github.com/jenkinsci/openstack-cloud-plugin.git</connection>
<developerConnection>scm:git:ssh://[email protected]/jenkinsci/openstack-cloud-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/openstack-cloud-plugin</url>
<tag>HEAD</tag>
<tag>parent-2.59</tag>
</scm>

<repositories>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>org.jenkins-ci.plugins.openstack-cloud</groupId>
<artifactId>parent</artifactId>
<packaging>pom</packaging>
<version>2.59-SNAPSHOT</version>
<version>2.59</version>

<properties>
<jenkins.version>2.222.4</jenkins.version>
Expand All @@ -20,7 +20,7 @@
<connection>scm:git:ssh://github.com/jenkinsci/openstack-cloud-plugin.git</connection>
<developerConnection>scm:git:ssh://[email protected]/jenkinsci/openstack-cloud-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/openstack-cloud-plugin</url>
<tag>HEAD</tag>
<tag>parent-2.59</tag>
</scm>

<developers>
Expand Down
4 changes: 2 additions & 2 deletions ui-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>org.jenkins-ci.plugins.openstack-cloud</groupId>
<artifactId>parent</artifactId>
<version>2.59-SNAPSHOT</version>
<version>2.59</version>
</parent>

<artifactId>ui-tests</artifactId>
<packaging>jar</packaging>
<version>2.59-SNAPSHOT</version>
<version>2.59</version>

<properties>
<maven.compiler.target>1.8</maven.compiler.target>
Expand Down

0 comments on commit 6c9f7cd

Please sign in to comment.