Skip to content

Commit

Permalink
[maven-release-plugin] prepare release bom-24
Browse files Browse the repository at this point in the history
  • Loading branch information
timja committed Feb 15, 2021
1 parent 44362b3 commit abd799f
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bom-2.222.x/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>parent</artifactId>
<version>${revision}${changelist}</version>
<version>24</version>
</parent>
<artifactId>bom-2.222.x</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion bom-2.235.x/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>parent</artifactId>
<version>${revision}${changelist}</version>
<version>24</version>
</parent>
<artifactId>bom-2.235.x</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion bom-2.249.x/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>parent</artifactId>
<version>${revision}${changelist}</version>
<version>24</version>
</parent>
<artifactId>bom-2.249.x</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion bom-2.263.x/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>parent</artifactId>
<version>${revision}${changelist}</version>
<version>24</version>
</parent>
<artifactId>bom-2.263.x</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion bom-latest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>parent</artifactId>
<version>${revision}${changelist}</version>
<version>24</version>
</parent>
<artifactId>bom-2.277.x</artifactId>
<packaging>pom</packaging>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>parent</artifactId>
<version>${revision}${changelist}</version>
<version>24</version>
<packaging>pom</packaging>
<properties>
<revision>24</revision>
Expand All @@ -26,7 +26,7 @@
<connection>scm:git:git@github.com/jenkinsci/bom.git</connection>
<developerConnection>scm:git:ssh://git@github.com/jenkinsci/bom.git</developerConnection>
<url>https://github.com/jenkinsci/bom</url>
<tag>${scmTag}</tag>
<tag>bom-24</tag>
</scm>
<modules>
<module>bom-latest</module>
Expand Down
6 changes: 5 additions & 1 deletion sample-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>sample</artifactId>
<version>${revision}${changelist}</version>
<version>24</version>
<packaging>hpi</packaging>
<properties>
<revision>24</revision>
Expand Down Expand Up @@ -351,4 +351,8 @@
</properties>
</profile>
</profiles>
<scm>
<tag>bom-24</tag>
</scm>
</project>

0 comments on commit abd799f

Please sign in to comment.