Skip to content

Commit df547f1

Browse files
authored
Update plugin parent POM and BOM (#411)
1 parent bcf6cf6 commit df547f1

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pom.xml

Lines changed: 4 additions & 5 deletions
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

@@ -16,8 +16,7 @@
1616
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
1717
<properties>
1818
<changelist>999999-SNAPSHOT</changelist>
19-
<jenkins.version>2.332</jenkins.version>
20-
<java.level>8</java.level>
19+
<jenkins.version>2.332.1</jenkins.version>
2120
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
2221
</properties>
2322
<licenses>
@@ -27,7 +26,7 @@
2726
</license>
2827
</licenses>
2928
<scm>
30-
<connection>scm:git:git://github.com/${gitHubRepo}.git</connection>
29+
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
3130
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
3231
<url>https://github.com/${gitHubRepo}</url>
3332
<tag>${scmTag}</tag>
@@ -52,7 +51,7 @@
5251
<dependency>
5352
<groupId>io.jenkins.tools.bom</groupId>
5453
<artifactId>bom-2.332.x</artifactId>
55-
<version>1155.v77b_fd92a_26fc</version>
54+
<version>1289.v5c4b_1c43511b_</version>
5655
<scope>import</scope>
5756
<type>pom</type>
5857
</dependency>

0 commit comments

Comments
 (0)