Skip to content

Commit d5bda31

Browse files
authored
Merge pull request #149 from jenkinsci/dependabot/maven/org.jenkins-ci-jenkins-2.1328.vfd10e2339a_19
Bump org.jenkins-ci:jenkins from 1.142 to 2.1328.vfd10e2339a_19
2 parents 96860d7 + 9da48a5 commit d5bda31

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Jenkinsfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@
55
*/
66
buildPlugin(useContainerAgent: true, configurations: [
77
[ platform: 'linux', jdk: 25 ],
8-
[ platform: 'windows', jdk: 21 ],
9-
[ platform: 'linux', jdk: 17 ]
8+
[ platform: 'windows', jdk: 17 ] // Intentionally testing Java 17 for this widely used library
109
])

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jenkins-ci</groupId>
66
<artifactId>jenkins</artifactId>
7-
<version>1.142</version>
7+
<version>2.1328.vfd10e2339a_19</version>
88
<relativePath />
99
</parent>
1010

@@ -33,6 +33,7 @@
3333
<changelist>-SNAPSHOT</changelist>
3434
<gitHubRepo>jenkinsci/lib-${project.artifactId}</gitHubRepo>
3535
<ban-junit4-imports.skip>false</ban-junit4-imports.skip>
36+
<maven.compiler.release>17</maven.compiler.release>
3637
</properties>
3738

3839
<dependencies>

0 commit comments

Comments
 (0)