Skip to content

Commit

Permalink
Update plugin parent POM and BOM (#517)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Mar 20, 2022
1 parent d2b1564 commit a473dcd
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.37</version>
<version>4.38</version>
<relativePath />
</parent>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
Expand Down Expand Up @@ -66,7 +66,6 @@
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
<jenkins.version>2.332.1</jenkins.version>
<java.level>8</java.level>
<subversion-plugin.version>2.15.1</subversion-plugin.version> <!-- TODO 2.15.2 test JAR is apparently empty -->
<no-test-jar>false</no-test-jar>
<groovy-cps.version>1.32</groovy-cps.version>
<node.version>12.19.0</node.version>
Expand All @@ -77,7 +76,7 @@
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.332.x</artifactId>
<version>1198.v387c834fca_1a_</version>
<version>1210.vcd41f6657f03</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down Expand Up @@ -263,13 +262,11 @@
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>subversion</artifactId>
<version>${subversion-plugin.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>subversion</artifactId>
<version>${subversion-plugin.version}</version>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
Expand Down

0 comments on commit a473dcd

Please sign in to comment.