Skip to content

Commit

Permalink
Prepare new major version
Browse files Browse the repository at this point in the history
  • Loading branch information
strangelookingnerd committed May 18, 2024
1 parent f2546a9 commit 76a89a1
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,13 @@

<properties>
<jenkins.version>2.426.3</jenkins.version>
<revision>1.12</revision>
<revision>2.0</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/badge-plugin</gitHubRepo>
<spotbugs.effort>Max</spotbugs.effort>
<spotbugs.threshold>Low</spotbugs.threshold>
<spotless.check.skip>false</spotless.check.skip>
<hpi.compatibleSinceVersion>2.0</hpi.compatibleSinceVersion>
</properties>
<dependencyManagement>
<dependencies>
Expand All @@ -73,11 +74,6 @@
<groupId>io.jenkins.plugins</groupId>
<artifactId>ionicons-api</artifactId>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>antisamy-markup-formatter</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>script-security</artifactId>
Expand All @@ -90,6 +86,11 @@
<groupId>org.jenkins-ci.plugins.workflow</groupId>
<artifactId>workflow-step-api</artifactId>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>antisamy-markup-formatter</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
<artifactId>workflow-cps</artifactId>
Expand Down

0 comments on commit 76a89a1

Please sign in to comment.