File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 22 <extension >
33 <groupId >io.jenkins.tools.incrementals</groupId >
44 <artifactId >git-changelist-maven-extension</artifactId >
5- <version >1.10 </version >
5+ <version >1.13 </version >
66 </extension >
77</extensions >
Original file line number Diff line number Diff line change @@ -3,4 +3,5 @@ buildPlugin(
33 configurations : [
44 [platform : ' linux' , jdk : 21 ],
55 [platform : ' windows' , jdk : 17 ],
6- ])
6+ [platform : ' linux' , jdk : 25 ],
7+ ])
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ THE SOFTWARE.
2828 <parent >
2929 <groupId >org.jenkins-ci.plugins</groupId >
3030 <artifactId >plugin</artifactId >
31- <version >5.24 </version >
31+ <version >5.26 </version >
3232 <relativePath />
3333 </parent >
3434 <groupId >org.jenkins-ci.plugins.workflow</groupId >
@@ -63,7 +63,7 @@ THE SOFTWARE.
6363 </pluginRepositories >
6464 <properties >
6565 <changelist >999999-SNAPSHOT</changelist >
66- <jenkins .baseline>2.479 </jenkins .baseline>
66+ <jenkins .baseline>2.504 </jenkins .baseline>
6767 <jenkins .version>${jenkins.baseline} .3</jenkins .version>
6868 <no-test-jar >false</no-test-jar >
6969 <gitHubRepo >jenkinsci/${project.artifactId}-plugin</gitHubRepo >
@@ -74,7 +74,7 @@ THE SOFTWARE.
7474 <dependency >
7575 <groupId >io.jenkins.tools.bom</groupId >
7676 <artifactId >bom-${jenkins.baseline}.x</artifactId >
77- <version >5054.v620b_5d2b_d5e6 </version >
77+ <version >5388.v3ea_2e00a_719a_ </version >
7878 <scope >import</scope >
7979 <type >pom</type >
8080 </dependency >
You can’t perform that action at this time.
0 commit comments