Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
a-st authored Nov 1, 2024
1 parent 637557c commit 2a3564c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.88</version>
<version>5.2</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -55,7 +55,7 @@

<properties>
<changelist>999999-SNAPSHOT</changelist>
<jenkins.version>2.426.3</jenkins.version>
<jenkins.version>2.479.1</jenkins.version>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
<concurrency>2</concurrency>
<!-- disable SpotBugs temporarily since there are 62 bugs -->
Expand All @@ -80,8 +80,8 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.426.x</artifactId>
<version>3208.vb_21177d4b_cd9</version>
<artifactId>bom-2.479.x</artifactId>
<version>3613.v584fca_12cf5c</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 2a3564c

Please sign in to comment.