Skip to content

Commit 53155f8

Browse files
Merge branch 'master' into migrate_to_junit5
2 parents 1a58f3d + d942c95 commit 53155f8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.mvn/extensions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<extension>
33
<groupId>io.jenkins.tools.incrementals</groupId>
44
<artifactId>git-changelist-maven-extension</artifactId>
5-
<version>1.8</version>
5+
<version>1.10</version>
66
</extension>
77
</extensions>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ THE SOFTWARE.
2727
<parent>
2828
<groupId>org.jenkins-ci.plugins</groupId>
2929
<artifactId>plugin</artifactId>
30-
<version>5.8</version>
30+
<version>5.18</version>
3131
<relativePath />
3232
</parent>
3333

@@ -86,7 +86,7 @@ THE SOFTWARE.
8686
<changelist>-SNAPSHOT</changelist>
8787
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
8888
<jenkins.baseline>2.479</jenkins.baseline>
89-
<jenkins.version>${jenkins.baseline}.1</jenkins.version>
89+
<jenkins.version>${jenkins.baseline}.3</jenkins.version>
9090
<gitHubRepo>jenkinsci/throttle-concurrent-builds-plugin</gitHubRepo>
9191
<spotless.check.skip>false</spotless.check.skip>
9292
</properties>
@@ -96,7 +96,7 @@ THE SOFTWARE.
9696
<dependency>
9797
<groupId>io.jenkins.tools.bom</groupId>
9898
<artifactId>bom-${jenkins.baseline}.x</artifactId>
99-
<version>4136.vca_c3202a_7fd1</version>
99+
<version>5054.v620b_5d2b_d5e6</version>
100100
<type>pom</type>
101101
<scope>import</scope>
102102
</dependency>

0 commit comments

Comments
 (0)