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
MarkEWaite committed Jan 21, 2025
1 parent fa555d8 commit fec15b3
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 @@ -34,7 +34,7 @@
</parent>
<groupId>io.jenkins.plugins</groupId>
<artifactId>adoptopenjdk</artifactId>
<version>1.6</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>
<name>Eclipse Temurin installer Plugin</name>

Expand All @@ -57,12 +57,12 @@
<scm>
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
<tag>adoptopenjdk-1.6</tag>
<tag>${scmTag}</tag>
<url>https://github.com/${gitHubRepo}</url>
</scm>

<properties>
<revision>1.6</revision>
<revision>1.7</revision>
<changelist>-SNAPSHOT</changelist>
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
<jenkins.baseline>2.452</jenkins.baseline>
Expand Down

0 comments on commit fec15b3

Please sign in to comment.