Skip to content

Commit

Permalink
update to jenkins incremental with fix
Browse files Browse the repository at this point in the history
  • Loading branch information
car-roll committed Aug 12, 2023
1 parent c06e52a commit 9c41753
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ THE SOFTWARE.
<properties>
<revision>2.0.8</revision>
<changelist>-SNAPSHOT</changelist>
<jenkins.version>2.414</jenkins.version>
<jenkins.version>2.417-rc34023.1741953fb_474</jenkins.version> <!-- TODO: https://github.com/jenkinsci/jenkins/pull/8310 -->
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
</properties>

Expand Down Expand Up @@ -219,8 +219,8 @@ THE SOFTWARE.
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-weekly</artifactId> <!-- TODO: Change to 2.414.x when it is released -->
<version>2244.vd60654536b_96</version> <!-- TODO: using bom-weekly when it was 2.414 -->
<artifactId>bom-2.414.x</artifactId> <!-- TODO: Change to 2.417.x when it is released -->
<version>2329.v078520e55c19</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down

0 comments on commit 9c41753

Please sign in to comment.