Skip to content

Commit f9bd96d

Browse files
committed
[maven-release-plugin] prepare release 2.13.0
1 parent 3895fa8 commit f9bd96d

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

plugin-management-cli/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<parent>
44
<groupId>io.jenkins.plugin-management</groupId>
55
<artifactId>plugin-management-parent-pom</artifactId>
6-
<version>${revision}${changelist}</version>
6+
<version>2.13.0</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010

1111
<artifactId>plugin-management-cli</artifactId>
12-
<version>${revision}${changelist}</version>
12+
<version>2.13.0</version>
1313
<packaging>jar</packaging>
1414

1515
<dependencies>

plugin-management-library/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<groupId>io.jenkins.plugin-management</groupId>
77
<artifactId>plugin-management-parent-pom</artifactId>
8-
<version>${revision}${changelist}</version>
8+
<version>2.13.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

1212
<artifactId>plugin-management-library</artifactId>
13-
<version>${revision}${changelist}</version>
13+
<version>2.13.0</version>
1414
<packaging>jar</packaging>
1515

1616
<dependencies>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

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

@@ -30,7 +30,7 @@
3030
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
3131
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
3232
<url>https://github.com/${gitHubRepo}</url>
33-
<tag>${scmTag}</tag>
33+
<tag>2.13.0</tag>
3434
</scm>
3535

3636
<licenses>

0 commit comments

Comments
 (0)