Skip to content

Commit

Permalink
Merge pull request #310 from jtnord/prep-stable-783
Browse files Browse the repository at this point in the history
update bom to pickup fixed subversion for tests
  • Loading branch information
jtnord authored Jun 17, 2024
2 parents 8170f47 + b16da65 commit 5053946
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,25 +63,19 @@ THE SOFTWARE.
</pluginRepositories>
<properties>
<changelist>999999-SNAPSHOT</changelist>
<jenkins.version>2.444</jenkins.version>
<jenkins.version>2.452.1</jenkins.version>
<no-test-jar>false</no-test-jar>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.440.x</artifactId>
<version>2746.vb_79a_1d3e7b_c8</version>
<artifactId>bom-2.452.x</artifactId>
<version>3010.vec758b_8e7da_3</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<!-- TODO until in BOM -->
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>cloudbees-folder</artifactId>
<version>6.919.va_e17e72383f5</version>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
Expand Down

0 comments on commit 5053946

Please sign in to comment.