Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
olivergondza committed May 24, 2020
1 parent 83556bf commit 2a83e57
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.53</version>
<version>2.54-SNAPSHOT</version>
<packaging>hpi</packaging>
<name>OpenStack Cloud Plugin</name>
<description>Allows Jenkins to build on OpenStack nodes</description>
Expand Down Expand Up @@ -241,7 +241,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>parent-2.52</tag>
<tag>HEAD</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.52</version>
<version>2.53-SNAPSHOT</version>

<properties>
<jenkins.version>2.150.3</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>parent-2.52</tag>
<tag>HEAD</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.52</version>
<version>2.53-SNAPSHOT</version>
</parent>

<artifactId>ui-tests</artifactId>
<packaging>jar</packaging>
<version>2.52</version>
<version>2.53-SNAPSHOT</version>

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

0 comments on commit 2a83e57

Please sign in to comment.