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
sauce-jenkins-bot committed Nov 14, 2024
1 parent 31cc840 commit dc61fe3
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 @@ -8,7 +8,7 @@
<relativePath />
</parent>
<properties>
<revision>1.215</revision>
<revision>1.216</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
<!-- Baseline Jenkins version you use to build the plugin. Users must have this version or newer to run. -->
Expand All @@ -20,7 +20,7 @@


<artifactId>sauce-ondemand</artifactId>
<version>1.215</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>
<name>Jenkins Sauce OnDemand plugin</name>
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
Expand All @@ -29,7 +29,7 @@
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
<url>https://github.com/${gitHubRepo}</url>
<tag>sauce-ondemand-1.215</tag>
<tag>${scmTag}</tag>
</scm>

<organization>
Expand Down

0 comments on commit dc61fe3

Please sign in to comment.