Skip to content

Commit

Permalink
2.302 => 2.303 (#626)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored Aug 14, 2021
1 parent 08bdc07 commit da78166
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bom-2.289.x/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>bom-2.302.x</artifactId>
<artifactId>bom-2.303.x</artifactId>
<version>${project.version}</version>
<scope>import</scope>
<type>pom</type>
Expand Down
2 changes: 1 addition & 1 deletion bom-latest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<artifactId>parent</artifactId>
<version>${changelist}</version>
</parent>
<artifactId>bom-2.302.x</artifactId>
<artifactId>bom-2.303.x</artifactId>
<packaging>pom</packaging>
<properties>
<checks-api.version>1.7.2</checks-api.version>
Expand Down
4 changes: 2 additions & 2 deletions sample-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<packaging>hpi</packaging>
<properties>
<changelist>999999-SNAPSHOT</changelist>
<bom>2.302.x</bom>
<jenkins.version>2.302</jenkins.version>
<bom>2.303.x</bom>
<jenkins.version>2.303</jenkins.version>
<java.level>8</java.level>
</properties>
<repositories>
Expand Down

0 comments on commit da78166

Please sign in to comment.