Skip to content

Commit

Permalink
[maven-release-plugin] prepare release bom-2.164.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Aug 29, 2019
1 parent 3f18cde commit 297f190
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bom/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>2.164.2</version>
</parent>
<artifactId>bom</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>2.164.2</version>
<packaging>pom</packaging>
<properties>
<revision>2.164.2</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-2.164.2</tag>
</scm>
<modules>
<module>bom</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>2.164.2</version>
<packaging>hpi</packaging>
<properties>
<revision>2.164.2</revision>
Expand Down Expand Up @@ -213,4 +213,8 @@
</properties>
</profile>
</profiles>
<scm>
<tag>bom-2.164.2</tag>
</scm>
</project>

0 comments on commit 297f190

Please sign in to comment.