Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.12.14
Browse files Browse the repository at this point in the history
  • Loading branch information
timja committed Dec 7, 2023
1 parent 24e1445 commit f7fe9b5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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>${revision}${changelist}</version>
<version>2.12.14</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>plugin-management-cli</artifactId>
<version>${revision}${changelist}</version>
<version>2.12.14</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>${revision}${changelist}</version>
<version>2.12.14</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<groupId>io.jenkins.plugin-management</groupId>
<artifactId>plugin-management-parent-pom</artifactId>
<version>${revision}${changelist}</version>
<version>2.12.14</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>${scmTag}</tag>
<tag>2.12.14</tag>
</scm>

<licenses>
Expand Down

0 comments on commit f7fe9b5

Please sign in to comment.