Skip to content

Commit

Permalink
Remove JpbDSL version that is now part of BOM.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Feb 17, 2025
1 parent 8f3c876 commit c3a71a2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
<!-- Test Library Dependencies Versions -->
<xmlunit.version>2.10.0</xmlunit.version>
<testcontainers.version>1.20.4</testcontainers.version>
<job-dsl.version>1.87</job-dsl.version>

<arcmutate.git.version>2.0.0</arcmutate.git.version>
</properties>
Expand Down Expand Up @@ -303,7 +302,6 @@
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>job-dsl</artifactId>
<version>${job-dsl.version}</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand Down Expand Up @@ -418,7 +416,7 @@
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
<url>https://github.com/${gitHubRepo}</url>
<tag>v2.0.0</tag>
<tag>${scmTag}</tag>
</scm>

<repositories>
Expand Down

0 comments on commit c3a71a2

Please sign in to comment.