WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 8bae468

Browse files
committed
[maven-release-plugin] prepare release bom-14
1 parent 1efc2af commit 8bae468

File tree

8 files changed

+13
-9
lines changed

8 files changed

+13
-9
lines changed

bom-2.176.x/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.jenkins.tools.bom</groupId>
66
<artifactId>parent</artifactId>
7-
<version>${revision}${changelist}</version>
7+
<version>14</version>
88
</parent>
99
<artifactId>bom-2.176.x</artifactId>
1010
<packaging>pom</packaging>

bom-2.190.x/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.jenkins.tools.bom</groupId>
66
<artifactId>parent</artifactId>
7-
<version>${revision}${changelist}</version>
7+
<version>14</version>
88
</parent>
99
<artifactId>bom-2.190.x</artifactId>
1010
<packaging>pom</packaging>

bom-2.204.x/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.jenkins.tools.bom</groupId>
66
<artifactId>parent</artifactId>
7-
<version>${revision}${changelist}</version>
7+
<version>14</version>
88
</parent>
99
<artifactId>bom-2.204.x</artifactId>
1010
<packaging>pom</packaging>

bom-2.222.x/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.jenkins.tools.bom</groupId>
66
<artifactId>parent</artifactId>
7-
<version>${revision}${changelist}</version>
7+
<version>14</version>
88
</parent>
99
<artifactId>bom-2.222.x</artifactId>
1010
<packaging>pom</packaging>

bom-2.235.x/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.jenkins.tools.bom</groupId>
66
<artifactId>parent</artifactId>
7-
<version>${revision}${changelist}</version>
7+
<version>14</version>
88
</parent>
99
<artifactId>bom-2.235.x</artifactId>
1010
<packaging>pom</packaging>

bom-latest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.jenkins.tools.bom</groupId>
66
<artifactId>parent</artifactId>
7-
<version>${revision}${changelist}</version>
7+
<version>14</version>
88
</parent>
99
<artifactId>bom-2.249.x</artifactId>
1010
<packaging>pom</packaging>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010
<groupId>io.jenkins.tools.bom</groupId>
1111
<artifactId>parent</artifactId>
12-
<version>${revision}${changelist}</version>
12+
<version>14</version>
1313
<packaging>pom</packaging>
1414
<properties>
1515
<revision>14</revision>
@@ -26,7 +26,7 @@
2626
<connection>scm:git:[email protected]/jenkinsci/bom.git</connection>
2727
<developerConnection>scm:git:ssh://[email protected]/jenkinsci/bom.git</developerConnection>
2828
<url>https://github.com/jenkinsci/bom</url>
29-
<tag>${scmTag}</tag>
29+
<tag>bom-14</tag>
3030
</scm>
3131
<modules>
3232
<module>bom-latest</module>

sample-plugin/pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010
<groupId>io.jenkins.tools.bom</groupId>
1111
<artifactId>sample</artifactId>
12-
<version>${revision}${changelist}</version>
12+
<version>14</version>
1313
<packaging>hpi</packaging>
1414
<properties>
1515
<revision>14</revision>
@@ -319,4 +319,8 @@
319319
</properties>
320320
</profile>
321321
</profiles>
322+
323+
<scm>
324+
<tag>bom-14</tag>
325+
</scm>
322326
</project>

0 commit comments

Comments
 (0)