Skip to content

Commit

Permalink
Merge pull request #99 from jenkinsci/upgrade_jenkins
Browse files Browse the repository at this point in the history
Upgrade Jenkins core from 2.401.1 to 2.452.4
  • Loading branch information
froque authored Nov 19, 2024
2 parents e84a6dd + cf90a9b commit 7b0574a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.73</version>
<version>4.88</version>
</parent>

<artifactId>disk-usage</artifactId>
Expand All @@ -28,15 +28,15 @@
</scm>

<properties>
<jenkins.version>2.401.1</jenkins.version>
<jenkins.version>2.452.4</jenkins.version>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.401.x</artifactId>
<version>2198.v39c76fc308ca</version>
<artifactId>bom-2.452.x</artifactId>
<version>3387.v0f2773fa_3200</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -63,7 +63,6 @@
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>promoted-builds</artifactId>
<version>892.vd6219fc0a_efb</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 7b0574a

Please sign in to comment.