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
felfert committed Mar 5, 2024
1 parent 6484e1f commit f4b06ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ limitations under the License.
</parent>

<artifactId>jclouds-jenkins</artifactId>
<version>2.35</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>
<name>Jenkins JClouds plugin</name>
<description>Allows Jenkins to build using Cloud Servers via JClouds</description>
Expand All @@ -37,7 +37,7 @@ limitations under the License.
</licenses>

<properties>
<revision>2.35</revision>
<revision>2.36</revision>
<changelist>-SNAPSHOT</changelist>
<test.jenkins.compute.provider>FIXME_PROVIDER</test.jenkins.compute.provider>
<test.jenkins.compute.endpoint />
Expand Down Expand Up @@ -116,7 +116,7 @@ limitations under the License.
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
<url>https://github.com/${gitHubRepo}</url>
<tag>jclouds-jenkins-2.35</tag>
<tag>${scmTag}</tag>
</scm>

<repositories>
Expand Down

0 comments on commit f4b06ab

Please sign in to comment.