File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >org.jenkins-ci.plugins</groupId >
66 <artifactId >plugin</artifactId >
7- <version >4.86 </version >
7+ <version >5.7 </version >
88 <relativePath />
99 </parent >
1010
4141 <changelist >999999-SNAPSHOT</changelist >
4242 <gitHubRepo >jenkinsci/${project.artifactId}-plugin</gitHubRepo >
4343
44- <!-- jenkins versions -->
45- <jenkins .version>2.426.3</jenkins .version>
46- <bom .artifactId>bom-2.426.x</bom .artifactId>
47- <bom .version>3208.vb_21177d4b_cd9</bom .version>
44+ <!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
45+ <jenkins .baseline>2.479</jenkins .baseline>
46+ <jenkins .version>${jenkins.baseline} .1</jenkins .version>
4847
4948 <!-- maven plugins versions -->
5049 <maven-coveralls .version>4.3.0</maven-coveralls .version>
7473 <dependency >
7574 <groupId >org.jenkins-ci.plugins</groupId >
7675 <artifactId >credentials</artifactId >
77- <version >1378.v81ef4269d764</version >
7876 </dependency >
7977 <dependency >
8078 <groupId >org.jenkins-ci.plugins</groupId >
116114 <dependencies >
117115 <dependency >
118116 <groupId >io.jenkins.tools.bom</groupId >
119- <artifactId >${bom.artifactId} </artifactId >
120- <version >${bom.version} </version >
117+ <artifactId >bom-${jenkins.baseline}.x </artifactId >
118+ <version >3893.v213a_42768d35 </version >
121119 <scope >import</scope >
122120 <type >pom</type >
123121 </dependency >
You can’t perform that action at this time.
0 commit comments