Skip to content

Commit 37cea9a

Browse files
authored
Update plugin parent POM and BOM (#90)
1 parent 95e5a6e commit 37cea9a

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

pom.xml

+3-5
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jenkins-ci.plugins</groupId>
66
<artifactId>plugin</artifactId>
7-
<version>4.33</version>
7+
<version>4.40</version>
88
<relativePath />
99
</parent>
1010
<artifactId>pipeline-input-step</artifactId>
@@ -19,7 +19,7 @@
1919
</license>
2020
</licenses>
2121
<scm>
22-
<connection>scm:git:git://github.com/${gitHubRepo}.git</connection>
22+
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
2323
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
2424
<url>https://github.com/${gitHubRepo}</url>
2525
<tag>${scmTag}</tag>
@@ -39,15 +39,14 @@
3939
<properties>
4040
<changelist>999999-SNAPSHOT</changelist>
4141
<jenkins.version>2.289.1</jenkins.version>
42-
<java.level>8</java.level>
4342
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
4443
</properties>
4544
<dependencyManagement>
4645
<dependencies>
4746
<dependency>
4847
<groupId>io.jenkins.tools.bom</groupId>
4948
<artifactId>bom-2.289.x</artifactId>
50-
<version>1090.v0a_33df40457a_</version>
49+
<version>1289.v5c4b_1c43511b_</version>
5150
<type>pom</type>
5251
<scope>import</scope>
5352
</dependency>
@@ -61,7 +60,6 @@
6160
<dependency>
6261
<groupId>org.jenkins-ci.plugins.workflow</groupId>
6362
<artifactId>workflow-step-api</artifactId>
64-
<version>622.vb_8e7c15b_c95a_</version>
6563
</dependency>
6664
<dependency>
6765
<groupId>org.jenkins-ci.plugins.workflow</groupId>

0 commit comments

Comments
 (0)