Skip to content

Commit 0f45901

Browse files
authored
Update plugin POM and BOM (#165)
1 parent 2a88fdd commit 0f45901

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.mvn/extensions.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<extension>
33
<groupId>io.jenkins.tools.incrementals</groupId>
44
<artifactId>git-changelist-maven-extension</artifactId>
5-
<version>1.0-beta-4</version>
5+
<version>1.2</version>
66
</extension>
77
</extensions>

pom.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
~ THE SOFTWARE.
2424
-->
2525

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">
2727
<modelVersion>4.0.0</modelVersion>
2828
<parent>
2929
<groupId>org.jenkins-ci.plugins</groupId>
3030
<artifactId>plugin</artifactId>
31-
<version>4.6</version>
31+
<version>4.19</version>
3232
<relativePath />
3333
</parent>
3434
<groupId>org.jenkins-ci.plugins.workflow</groupId>
@@ -67,16 +67,17 @@
6767
<properties>
6868
<revision>2.40</revision>
6969
<changelist>-SNAPSHOT</changelist>
70-
<jenkins.version>2.248</jenkins.version>
70+
<jenkins.version>2.249.1</jenkins.version>
7171
<java.level>8</java.level>
7272
<useBeta>true</useBeta>
73+
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
7374
</properties>
7475
<dependencyManagement>
7576
<dependencies>
7677
<dependency>
7778
<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>
8081
<scope>import</scope>
8182
<type>pom</type>
8283
</dependency>
@@ -117,7 +118,6 @@
117118
<dependency>
118119
<groupId>org.jenkins-ci.plugins</groupId>
119120
<artifactId>pipeline-stage-step</artifactId>
120-
<version>2.2</version>
121121
<scope>test</scope>
122122
</dependency>
123123
<dependency>

0 commit comments

Comments
 (0)