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
basil committed May 29, 2023
1 parent c869964 commit 5a59e0e
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 @@ -11,7 +11,7 @@

<groupId>com.cloudbees</groupId>
<artifactId>extensibility</artifactId>
<version>1.7</version>
<version>${revision}${changelist}</version>
<name>CloudBees Extensibility Mechanism</name>
<description>Base layer for extensibility</description>
<url>https://github.com/jenkinsci/${project.artifactId}-api</url>
Expand All @@ -27,12 +27,12 @@
<scm>
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
<tag>extensibility-1.7</tag>
<tag>${scmTag}</tag>
<url>https://github.com/${gitHubRepo}</url>
</scm>

<properties>
<revision>1.7</revision>
<revision>1.8</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/${project.artifactId}-api</gitHubRepo>
<spotless.check.skip>false</spotless.check.skip>
Expand Down

0 comments on commit 5a59e0e

Please sign in to comment.