Skip to content

Commit c169a13

Browse files
authored
Update plugin parent POM and BOM (jenkinsci#171)
1 parent dfef37c commit c169a13

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

pom.xml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ THE SOFTWARE.
2828
<parent>
2929
<groupId>org.jenkins-ci.plugins</groupId>
3030
<artifactId>plugin</artifactId>
31-
<version>4.33</version>
31+
<version>4.40</version>
3232
<relativePath />
3333
</parent>
3434
<groupId>org.jenkins-ci.plugins.workflow</groupId>
@@ -45,7 +45,7 @@ THE SOFTWARE.
4545
</license>
4646
</licenses>
4747
<scm>
48-
<connection>scm:git:git://github.com/${gitHubRepo}.git</connection>
48+
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
4949
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
5050
<url>https://github.com/${gitHubRepo}</url>
5151
<tag>${scmTag}</tag>
@@ -64,17 +64,16 @@ THE SOFTWARE.
6464
</pluginRepositories>
6565
<properties>
6666
<changelist>999999-SNAPSHOT</changelist>
67-
<java.level>8</java.level>
68-
<jenkins.version>2.277.4</jenkins.version>
67+
<jenkins.version>2.289.1</jenkins.version>
6968
<no-test-jar>false</no-test-jar>
7069
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
7170
</properties>
7271
<dependencyManagement>
7372
<dependencies>
7473
<dependency>
7574
<groupId>io.jenkins.tools.bom</groupId>
76-
<artifactId>bom-2.277.x</artifactId>
77-
<version>984.vb5eaac999a7e</version>
75+
<artifactId>bom-2.289.x</artifactId>
76+
<version>1289.v5c4b_1c43511b_</version>
7877
<scope>import</scope>
7978
<type>pom</type>
8079
</dependency>

0 commit comments

Comments
 (0)