Skip to content

Commit c78ec45

Browse files
authored
Update plugin parent POM and BOM (jenkinsci#514)
1 parent f8152ff commit c78ec45

1 file changed

Lines changed: 3 additions & 14 deletions

File tree

pom.xml

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<groupId>org.jenkins-ci.plugins</groupId>
2929
<artifactId>plugin</artifactId>
30-
<version>4.38</version>
30+
<version>4.40</version>
3131
<relativePath />
3232
</parent>
3333

@@ -56,7 +56,7 @@
5656
</developers>
5757

5858
<scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false">
59-
<connection>scm:git:git://github.com/${gitHubRepo}.git</connection>
59+
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
6060
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
6161
<url>https://github.com/${gitHubRepo}</url>
6262
<tag>${scmTag}</tag>
@@ -75,7 +75,7 @@
7575
<dependency>
7676
<groupId>io.jenkins.tools.bom</groupId>
7777
<artifactId>bom-2.332.x</artifactId>
78-
<version>1198.v387c834fca_1a_</version>
78+
<version>1289.v5c4b_1c43511b_</version>
7979
<scope>import</scope>
8080
<type>pom</type>
8181
</dependency>
@@ -84,16 +84,6 @@
8484
<artifactId>jenkins-test-harness-tools</artifactId>
8585
<version>2.2</version>
8686
</dependency>
87-
<dependency>
88-
<groupId>org.hamcrest</groupId>
89-
<artifactId>hamcrest</artifactId>
90-
<version>2.2</version>
91-
</dependency>
92-
<dependency>
93-
<groupId>org.jenkins-ci.plugins</groupId>
94-
<artifactId>pipeline-milestone-step</artifactId>
95-
<version>100.v60a_03cd446e1</version>
96-
</dependency>
9787
<dependency>
9888
<groupId>org.jenkins-ci.plugins</groupId>
9989
<artifactId>copyartifact</artifactId>
@@ -139,7 +129,6 @@
139129
<changelist>999999-SNAPSHOT</changelist>
140130
<gitHubRepo>jenkinsci/pipeline-model-definition-plugin</gitHubRepo>
141131
<jenkins.version>2.332.1</jenkins.version>
142-
<java.level>8</java.level>
143132
<groovy.version>2.4.12</groovy.version>
144133
</properties>
145134

0 commit comments

Comments
 (0)