Skip to content

Commit d896bf4

Browse files
authored
Update plugin POM and BOM (#102)
1 parent 548fb4c commit d896bf4

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
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>
@@ -44,7 +44,7 @@
4444
</license>
4545
</licenses>
4646
<scm>
47-
<connection>scm:git:git://github.com/${gitHubRepo}.git</connection>
47+
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
4848
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
4949
<url>https://github.com/${gitHubRepo}</url>
5050
<tag>${scmTag}</tag>
@@ -65,15 +65,14 @@
6565
<changelist>999999-SNAPSHOT</changelist>
6666
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
6767
<jenkins.version>2.289.1</jenkins.version>
68-
<java.level>8</java.level>
6968
<no-test-jar>false</no-test-jar>
7069
</properties>
7170
<dependencyManagement>
7271
<dependencies>
7372
<dependency>
7473
<groupId>io.jenkins.tools.bom</groupId>
7574
<artifactId>bom-2.289.x</artifactId>
76-
<version>1090.v0a_33df40457a_</version>
75+
<version>1289.v5c4b_1c43511b_</version>
7776
<scope>import</scope>
7877
<type>pom</type>
7978
</dependency>

0 commit comments

Comments
 (0)