Skip to content

Commit b314d7c

Browse files
authored
Update plugin pom to require Java 21 (#889)
1 parent 4f66534 commit b314d7c

File tree

4 files changed

+8
-8
lines changed
  • empty-plugin/src/main/resources/archetype-resources
  • global-configuration/src/main/resources/archetype-resources
  • hello-world/src/main/resources/archetype-resources
  • theme-plugin/src/main/resources/archetype-resources

4 files changed

+8
-8
lines changed

empty-plugin/src/main/resources/archetype-resources/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.jenkins-ci.plugins</groupId>
77
<artifactId>plugin</artifactId>
8-
<version>5.2099.v68c2f5e27299</version>
8+
<version>6.2105.v7d6ddb_2da_0d2</version>
99
<relativePath />
1010
</parent>
1111

@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>io.jenkins.tools.bom</groupId>
5353
<artifactId>bom-${jenkins.baseline}.x</artifactId>
54-
<version>5804.v80587a_38d937</version>
54+
<version>5857.vb_f3dd0731f44</version>
5555
<type>pom</type>
5656
<scope>import</scope>
5757
</dependency>

global-configuration/src/main/resources/archetype-resources/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.jenkins-ci.plugins</groupId>
77
<artifactId>plugin</artifactId>
8-
<version>5.2099.v68c2f5e27299</version>
8+
<version>6.2105.v7d6ddb_2da_0d2</version>
99
<relativePath />
1010
</parent>
1111

@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>io.jenkins.tools.bom</groupId>
5353
<artifactId>bom-${jenkins.baseline}.x</artifactId>
54-
<version>5804.v80587a_38d937</version>
54+
<version>5857.vb_f3dd0731f44</version>
5555
<type>pom</type>
5656
<scope>import</scope>
5757
</dependency>

hello-world/src/main/resources/archetype-resources/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.jenkins-ci.plugins</groupId>
77
<artifactId>plugin</artifactId>
8-
<version>5.2099.v68c2f5e27299</version>
8+
<version>6.2105.v7d6ddb_2da_0d2</version>
99
<relativePath />
1010
</parent>
1111

@@ -53,7 +53,7 @@
5353
<!-- Pick up common dependencies for the selected LTS line: https://github.com/jenkinsci/bom#usage -->
5454
<groupId>io.jenkins.tools.bom</groupId>
5555
<artifactId>bom-${jenkins.baseline}.x</artifactId>
56-
<version>5804.v80587a_38d937</version>
56+
<version>5857.vb_f3dd0731f44</version>
5757
<type>pom</type>
5858
<scope>import</scope>
5959
</dependency>

theme-plugin/src/main/resources/archetype-resources/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.jenkins-ci.plugins</groupId>
77
<artifactId>plugin</artifactId>
8-
<version>5.2099.v68c2f5e27299</version>
8+
<version>6.2105.v7d6ddb_2da_0d2</version>
99
<relativePath />
1010
</parent>
1111

@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>io.jenkins.tools.bom</groupId>
5454
<artifactId>bom-${jenkins.baseline}.x</artifactId>
55-
<version>5804.v80587a_38d937</version>
55+
<version>5857.vb_f3dd0731f44</version>
5656
<type>pom</type>
5757
<scope>import</scope>
5858
</dependency>

0 commit comments

Comments
 (0)