Skip to content

Commit

Permalink
[maven-release-plugin] prepare release parent-2.61
Browse files Browse the repository at this point in the history
  • Loading branch information
olivergondza committed Jan 27, 2022
1 parent 384ef63 commit b8efb5f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
9 changes: 4 additions & 5 deletions plugin/pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<dependencyManagement>
Expand All @@ -18,11 +17,11 @@
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.25</version>
<relativePath/>
<relativePath />
</parent>

<artifactId>openstack-cloud</artifactId>
<version>2.61-SNAPSHOT</version>
<version>2.61</version>
<packaging>hpi</packaging>
<name>OpenStack Cloud Plugin</name>
<description>Allows Jenkins to build on OpenStack nodes</description>
Expand Down Expand Up @@ -267,7 +266,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.61</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.61-SNAPSHOT</version>
<version>2.61</version>

<properties>
<jenkins.version>2.289.1</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.61</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.61-SNAPSHOT</version>
<version>2.61</version>
</parent>

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

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

0 comments on commit b8efb5f

Please sign in to comment.