Skip to content

Commit c290459

Browse files
authored
Merge pull request #1113 from jenkinsci/dependabot/maven/org.jvnet.hudson.plugins-analysis-pom-11.2892.vb_fb_a_fdf482c6
Bump org.jvnet.hudson.plugins:analysis-pom from 11.2867.v81ec3848d647 to 11.2892.vb_fb_a_fdf482c6
2 parents 430efcf + d8da839 commit c290459

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
platform: [ubuntu-latest, macos-latest, windows-latest]
16-
jdk: [17, 21]
16+
jdk: [21]
1717

1818
runs-on: ${{ matrix.platform }}
1919
name: on ${{ matrix.platform }} with JDK ${{ matrix.jdk }}

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
def configurations = [
22
[ platform: "linux", jdk: "21" ],
3-
[ platform: "windows", jdk: "17" ]
3+
[ platform: "windows", jdk: "21" ]
44
]
55

66
buildPlugin(failFast: false, timeout: 90, configurations: configurations,

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.jvnet.hudson.plugins</groupId>
88
<artifactId>analysis-pom</artifactId>
9-
<version>11.2867.v81ec3848d647</version>
9+
<version>11.2908.va_a_0dc7dddeb_1</version>
1010
<relativePath />
1111
</parent>
1212

0 commit comments

Comments
 (0)