Skip to content

Commit f2f367c

Browse files
authored
Update Jenkins baseline to 2.440.3 (#735)
Signed-off-by: Alexander Brandes <[email protected]>
1 parent 5f5adc8 commit f2f367c

File tree

3 files changed

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

3 files changed

+9
-9
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<revision>1.0</revision>
3636
<changelist>-SNAPSHOT</changelist>
3737
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
38-
<jenkins.version>2.414.3</jenkins.version>
38+
<jenkins.version>2.440.3</jenkins.version>
3939
#if( $hostOnJenkinsGitHub == "true" )
4040
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
4141
#end
@@ -47,8 +47,8 @@
4747
<dependencies>
4848
<dependency>
4949
<groupId>io.jenkins.tools.bom</groupId>
50-
<artifactId>bom-2.414.x</artifactId>
51-
<version>2982.vdce2153031a_0</version>
50+
<artifactId>bom-2.440.x</artifactId>
51+
<version>3193.v330d8248d39e</version>
5252
<type>pom</type>
5353
<scope>import</scope>
5454
</dependency>

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<revision>1.0</revision>
3636
<changelist>-SNAPSHOT</changelist>
3737
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
38-
<jenkins.version>2.414.3</jenkins.version>
38+
<jenkins.version>2.440.3</jenkins.version>
3939
#if( $hostOnJenkinsGitHub == "true" )
4040
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
4141
#end
@@ -47,8 +47,8 @@
4747
<dependencies>
4848
<dependency>
4949
<groupId>io.jenkins.tools.bom</groupId>
50-
<artifactId>bom-2.414.x</artifactId>
51-
<version>2982.vdce2153031a_0</version>
50+
<artifactId>bom-2.440.x</artifactId>
51+
<version>3193.v330d8248d39e</version>
5252
<type>pom</type>
5353
<scope>import</scope>
5454
</dependency>

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<changelist>-SNAPSHOT</changelist>
3737

3838
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
39-
<jenkins.version>2.414.3</jenkins.version>
39+
<jenkins.version>2.440.3</jenkins.version>
4040
#if( $hostOnJenkinsGitHub == "true" )
4141
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
4242
#end
@@ -49,8 +49,8 @@
4949
<dependency>
5050
<!-- Pick up common dependencies for the selected LTS line: https://github.com/jenkinsci/bom#usage -->
5151
<groupId>io.jenkins.tools.bom</groupId>
52-
<artifactId>bom-2.414.x</artifactId>
53-
<version>2982.vdce2153031a_0</version>
52+
<artifactId>bom-2.440.x</artifactId>
53+
<version>3193.v330d8248d39e</version>
5454
<type>pom</type>
5555
<scope>import</scope>
5656
</dependency>

0 commit comments

Comments
 (0)