File tree 1 file changed +3
-11
lines changed
1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >org.jenkins-ci.plugins</groupId >
6
6
<artifactId >plugin</artifactId >
7
- <version >4.47</version >
7
+ <version >4.51</version >
8
+ <relativePath />
8
9
</parent >
9
10
<groupId >io.jenkins.plugins</groupId >
10
11
<artifactId >commons-lang-api</artifactId >
11
12
<version >2.6.1-SNAPSHOT</version >
12
13
<packaging >hpi</packaging >
13
14
<properties >
14
15
<commons-lang .version>2.6</commons-lang .version>
15
- <jenkins .version>2.289.1 </jenkins .version>
16
+ <jenkins .version>2.346.3 </jenkins .version>
16
17
</properties >
17
18
<name >commons-lang v2.x Jenkins Api Plugin</name >
18
19
<description >Jenkins Api Plugin to provide commons-lang:commons-lang:${commons-lang.version} .
19
20
Will break usage upon jars being provided by core jenkins, allowing jenkins to upgrade as required.</description >
20
21
<url >https://github.com/jenkinsci/commons-lang-api-plugin</url >
21
- <dependencyManagement >
22
- <dependencies >
23
- <dependency >
24
- <groupId >commons-lang</groupId >
25
- <artifactId >commons-lang</artifactId >
26
- <version >${commons-lang.version} </version >
27
- </dependency >
28
- </dependencies >
29
- </dependencyManagement >
30
22
<dependencies >
31
23
<dependency >
32
24
<groupId >commons-lang</groupId >
You can’t perform that action at this time.
0 commit comments