Skip to content

Commit 6c4b671

Browse files
Bump parent POM from 1.76 to 1.77 (#26)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e38db8a commit 6c4b671

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Jenkinsfile

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
* allowing one to test against multiple Jenkins versions.
55
*/
66
buildPlugin(useContainerAgent: true, configurations: [
7-
[ platform: 'linux', jdk: '8' ],
87
[ platform: 'linux', jdk: '11' ],
98
[ platform: 'windows', jdk: '11' ],
109
[ platform: 'linux', jdk: '17' ],

pom.xml

+1-1
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.76</version>
7+
<version>1.77</version>
88
<relativePath />
99
</parent>
1010

0 commit comments

Comments
 (0)