File tree Expand file tree Collapse file tree 1 file changed +7
-13
lines changed Expand file tree Collapse file tree 1 file changed +7
-13
lines changed Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.jenkins-ci.plugins</groupId >
77 <artifactId >plugin</artifactId >
8- <version >4.34</version >
8+ <version >4.51</version >
9+ <relativePath />
910 </parent >
1011 <groupId >org.jenkins-ci.plugins</groupId >
1112 <artifactId >gogs-webhook</artifactId >
1213 <version >1.0.16-SNAPSHOT</version >
1314 <packaging >hpi</packaging >
1415
1516 <properties >
16- <jenkins .version>2.289.1</jenkins .version>
17- <java .level>8</java .level>
17+ <!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
18+ <jenkins .baseline>2.346</jenkins .baseline>
19+ <jenkins .version>${jenkins.baseline} .3</jenkins .version>
1820 <java .level.test>8</java .level.test>
1921 <findbugs .failOnError>false</findbugs .failOnError>
2022 </properties >
3133 </license >
3234 </licenses >
3335
34- <developers >
35- <developer >
36- <id >sanderv32</id >
37- <name >Alexander Verhaar</name >
38- </developer >
39- </developers >
40-
4136 <dependencyManagement >
4237 <dependencies >
4338 <dependency >
4439 <groupId >io.jenkins.tools.bom</groupId >
45- <artifactId >bom-2.289 .x</artifactId >
46- <version >961.vf0c9f6f59827 </version >
40+ <artifactId >bom-${jenkins.baseline} .x</artifactId >
41+ <version >1763.v092b_8980a_f5e </version >
4742 <type >pom</type >
4843 <scope >import</scope >
4944 </dependency >
9186 <dependency >
9287 <groupId >junit</groupId >
9388 <artifactId >junit</artifactId >
94- <version >4.13.2</version >
9589 <scope >test</scope >
9690 <exclusions >
9791 <exclusion >
You can’t perform that action at this time.
0 commit comments