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
timja committed May 7, 2024
1 parent f9bd96d commit 84bf88b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions plugin-management-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<parent>
<groupId>io.jenkins.plugin-management</groupId>
<artifactId>plugin-management-parent-pom</artifactId>
<version>2.13.0</version>
<version>${revision}${changelist}</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>plugin-management-cli</artifactId>
<version>2.13.0</version>
<version>${revision}${changelist}</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions plugin-management-library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>io.jenkins.plugin-management</groupId>
<artifactId>plugin-management-parent-pom</artifactId>
<version>2.13.0</version>
<version>${revision}${changelist}</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>plugin-management-library</artifactId>
<version>2.13.0</version>
<version>${revision}${changelist}</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
</parent>

<properties>
<revision>2.12.18</revision>
<revision>2.13.1</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/plugin-installation-manager-tool</gitHubRepo>
<tagNameFormat>@{project.version}</tagNameFormat>
</properties>

<groupId>io.jenkins.plugin-management</groupId>
<artifactId>plugin-management-parent-pom</artifactId>
<version>2.13.0</version>
<version>${revision}${changelist}</version>
<packaging>pom</packaging>
<url>https://github.com/jenkinsci/plugin-installation-manager-tool</url>

Expand All @@ -30,7 +30,7 @@
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
<url>https://github.com/${gitHubRepo}</url>
<tag>2.13.0</tag>
<tag>${scmTag}</tag>
</scm>

<licenses>
Expand Down

0 comments on commit 84bf88b

Please sign in to comment.