Commit 983cb63 1 parent f205696 commit 983cb63 Copy full SHA for 983cb63
File tree 3 files changed +9
-6
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
-6
lines changed Original file line number Diff line number Diff line change 35
35
<revision >1.0</revision >
36
36
<changelist >-SNAPSHOT</changelist >
37
37
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
38
- <jenkins .version>2.440.3</jenkins .version>
38
+ <jenkins .baseline>2.440</jenkins .baseline>
39
+ <jenkins .version>${jenkins.baseline} .3</jenkins .version>
39
40
#if( $hostOnJenkinsGitHub == "true" )
40
41
<gitHubRepo >jenkinsci/${project.artifactId}-plugin</gitHubRepo >
41
42
#end
47
48
<dependencies >
48
49
<dependency >
49
50
<groupId >io.jenkins.tools.bom</groupId >
50
- <artifactId >bom-2.440 .x</artifactId >
51
+ <artifactId >bom-${jenkins.baseline} .x</artifactId >
51
52
<version >3208.vb_21177d4b_cd9</version >
52
53
<type >pom</type >
53
54
<scope >import</scope >
Original file line number Diff line number Diff line change 35
35
<revision >1.0</revision >
36
36
<changelist >-SNAPSHOT</changelist >
37
37
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
38
- <jenkins .version>2.440.3</jenkins .version>
38
+ <jenkins .baseline>2.440</jenkins .baseline>
39
+ <jenkins .version>${jenkins.baseline} .3</jenkins .version>
39
40
#if( $hostOnJenkinsGitHub == "true" )
40
41
<gitHubRepo >jenkinsci/${project.artifactId}-plugin</gitHubRepo >
41
42
#end
47
48
<dependencies >
48
49
<dependency >
49
50
<groupId >io.jenkins.tools.bom</groupId >
50
- <artifactId >bom-2.440 .x</artifactId >
51
+ <artifactId >bom-${jenkins.baseline} .x</artifactId >
51
52
<version >3208.vb_21177d4b_cd9</version >
52
53
<type >pom</type >
53
54
<scope >import</scope >
Original file line number Diff line number Diff line change 36
36
<changelist >-SNAPSHOT</changelist >
37
37
38
38
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
39
- <jenkins .version>2.440.3</jenkins .version>
39
+ <jenkins .baseline>2.440</jenkins .baseline>
40
+ <jenkins .version>${jenkins.baseline} .3</jenkins .version>
40
41
#if( $hostOnJenkinsGitHub == "true" )
41
42
<gitHubRepo >jenkinsci/${project.artifactId}-plugin</gitHubRepo >
42
43
#end
49
50
<dependency >
50
51
<!-- Pick up common dependencies for the selected LTS line: https://github.com/jenkinsci/bom#usage -->
51
52
<groupId >io.jenkins.tools.bom</groupId >
52
- <artifactId >bom-2.440 .x</artifactId >
53
+ <artifactId >bom-${jenkins.baseline} .x</artifactId >
53
54
<version >3208.vb_21177d4b_cd9</version >
54
55
<type >pom</type >
55
56
<scope >import</scope >
You can’t perform that action at this time.
0 commit comments