File tree 1 file changed +7
-13
lines changed
1 file changed +7
-13
lines changed Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.jenkins-ci.plugins</groupId >
7
7
<artifactId >plugin</artifactId >
8
- <version >4.34</version >
8
+ <version >4.51</version >
9
+ <relativePath />
9
10
</parent >
10
11
<groupId >org.jenkins-ci.plugins</groupId >
11
12
<artifactId >gogs-webhook</artifactId >
12
13
<version >1.0.16-SNAPSHOT</version >
13
14
<packaging >hpi</packaging >
14
15
15
16
<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>
18
20
<java .level.test>8</java .level.test>
19
21
<findbugs .failOnError>false</findbugs .failOnError>
20
22
</properties >
31
33
</license >
32
34
</licenses >
33
35
34
- <developers >
35
- <developer >
36
- <id >sanderv32</id >
37
- <name >Alexander Verhaar</name >
38
- </developer >
39
- </developers >
40
-
41
36
<dependencyManagement >
42
37
<dependencies >
43
38
<dependency >
44
39
<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 >
47
42
<type >pom</type >
48
43
<scope >import</scope >
49
44
</dependency >
91
86
<dependency >
92
87
<groupId >junit</groupId >
93
88
<artifactId >junit</artifactId >
94
- <version >4.13.2</version >
95
89
<scope >test</scope >
96
90
<exclusions >
97
91
<exclusion >
You can’t perform that action at this time.
0 commit comments