Skip to content

Commit

Permalink
[maven-release-plugin] prepare release bom-15
Browse files Browse the repository at this point in the history
  • Loading branch information
timja committed Oct 17, 2020
1 parent 80703d5 commit d90321d
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 9 deletions.
2 changes: 1 addition & 1 deletion bom-2.176.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>15</version>
</parent>
<artifactId>bom-2.176.x</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion bom-2.190.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>15</version>
</parent>
<artifactId>bom-2.190.x</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion bom-2.204.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>15</version>
</parent>
<artifactId>bom-2.204.x</artifactId>
<packaging>pom</packaging>
Expand Down
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>15</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>15</version>
</parent>
<artifactId>bom-2.235.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>15</version>
</parent>
<artifactId>bom-2.249.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>15</version>
<packaging>pom</packaging>
<properties>
<revision>15</revision>
Expand All @@ -26,7 +26,7 @@
<connection>scm:git:[email protected]/jenkinsci/bom.git</connection>
<developerConnection>scm:git:ssh://[email protected]/jenkinsci/bom.git</developerConnection>
<url>https://github.com/jenkinsci/bom</url>
<tag>${scmTag}</tag>
<tag>bom-15</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>15</version>
<packaging>hpi</packaging>
<properties>
<revision>15</revision>
Expand Down Expand Up @@ -313,4 +313,8 @@
</properties>
</profile>
</profiles>
<scm>
<tag>bom-15</tag>
</scm>
</project>

0 comments on commit d90321d

Please sign in to comment.