File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2
2
<extension >
3
3
<groupId >io.jenkins.tools.incrementals</groupId >
4
4
<artifactId >git-changelist-maven-extension</artifactId >
5
- <version >1.0-beta-4 </version >
5
+ <version >1.2 </version >
6
6
</extension >
7
7
</extensions >
Original file line number Diff line number Diff line change 23
23
~ THE SOFTWARE.
24
24
-->
25
25
26
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/ maven-4.0.0 .xsd" >
26
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0 .xsd" >
27
27
<modelVersion >4.0.0</modelVersion >
28
28
<parent >
29
29
<groupId >org.jenkins-ci.plugins</groupId >
30
30
<artifactId >plugin</artifactId >
31
- <version >4.6 </version >
31
+ <version >4.19 </version >
32
32
<relativePath />
33
33
</parent >
34
34
<groupId >org.jenkins-ci.plugins.workflow</groupId >
67
67
<properties >
68
68
<revision >2.40</revision >
69
69
<changelist >-SNAPSHOT</changelist >
70
- <jenkins .version>2.248 </jenkins .version>
70
+ <jenkins .version>2.249.1 </jenkins .version>
71
71
<java .level>8</java .level>
72
72
<useBeta >true</useBeta >
73
+ <gitHubRepo >jenkinsci/${project.artifactId}-plugin</gitHubRepo >
73
74
</properties >
74
75
<dependencyManagement >
75
76
<dependencies >
76
77
<dependency >
77
78
<groupId >io.jenkins.tools.bom</groupId >
78
- <artifactId >bom-2.235 .x</artifactId >
79
- <version >11 </version >
79
+ <artifactId >bom-2.249 .x</artifactId >
80
+ <version >831.v9814430e6383 </version >
80
81
<scope >import</scope >
81
82
<type >pom</type >
82
83
</dependency >
117
118
<dependency >
118
119
<groupId >org.jenkins-ci.plugins</groupId >
119
120
<artifactId >pipeline-stage-step</artifactId >
120
- <version >2.2</version >
121
121
<scope >test</scope >
122
122
</dependency >
123
123
<dependency >
You can’t perform that action at this time.
0 commit comments