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 Nov 1, 2023
1 parent 20de5ec commit 8c16438
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 @@ -28,7 +28,7 @@
</parent>

<artifactId>openstack-cloud</artifactId>
<version>2.65</version>
<version>2.66-SNAPSHOT</version>
<packaging>hpi</packaging>
<name>OpenStack Cloud Plugin</name>
<description>Allows Jenkins to build on OpenStack nodes</description>
Expand Down Expand Up @@ -292,7 +292,7 @@
<connection>scm:git:ssh:/jenkinsci/openstack-cloud-plugin.git</connection>
<developerConnection>scm:git:[email protected]:jenkinsci/openstack-cloud-plugin.git</developerConnection>
<url>https:/jenkinsci/openstack-cloud-plugin</url>
<tag>parent-2.65</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.65</version>
<version>2.66-SNAPSHOT</version>

<properties>
<jenkins.version>2.414.1</jenkins.version>
Expand All @@ -20,7 +20,7 @@
<connection>scm:git:ssh:/jenkinsci/openstack-cloud-plugin.git</connection>
<developerConnection>scm:git:[email protected]:jenkinsci/openstack-cloud-plugin.git</developerConnection>
<url>https:/jenkinsci/openstack-cloud-plugin</url>
<tag>parent-2.65</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.65</version>
<version>2.66-SNAPSHOT</version>
</parent>

<artifactId>ui-tests</artifactId>
<packaging>jar</packaging>
<version>2.65</version>
<version>2.66-SNAPSHOT</version>

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

0 comments on commit 8c16438

Please sign in to comment.