Skip to content

Commit 6743223

Browse files
Bump plugin parent POM from 4.19 to 4.33 (#66)
* Bump plugin from 4.19 to 4.33 Bumps [plugin](https://github.com/jenkinsci/plugin-pom) from 4.19 to 4.33. - [Release notes](https://github.com/jenkinsci/plugin-pom/releases) - [Changelog](https://github.com/jenkinsci/plugin-pom/blob/master/CHANGELOG.md) - [Commits](jenkinsci/plugin-pom@plugin-4.19...plugin-4.33) --- updated-dependencies: - dependency-name: org.jenkins-ci.plugins:plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump baseline * Update yet again Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3e6de97 commit 6743223

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
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jenkins-ci.plugins</groupId>
66
<artifactId>plugin</artifactId>
7-
<version>4.19</version>
7+
<version>4.40</version>
88
<relativePath />
99
</parent>
1010
<groupId>org.jenkins-ci.plugins.workflow</groupId>
@@ -20,7 +20,7 @@
2020
</license>
2121
</licenses>
2222
<scm>
23-
<connection>scm:git:git://github.com/${gitHubRepo}.git</connection>
23+
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
2424
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
2525
<url>https://github.com/${gitHubRepo}</url>
2626
<tag>${scmTag}</tag>
@@ -40,17 +40,16 @@
4040
<properties>
4141
<revision>2.14</revision>
4242
<changelist>-SNAPSHOT</changelist>
43-
<jenkins.version>2.222.4</jenkins.version>
44-
<java.level>8</java.level>
43+
<jenkins.version>2.289.1</jenkins.version>
4544
<svnkit.version>1.10.1</svnkit.version>
4645
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
4746
</properties>
4847
<dependencyManagement>
4948
<dependencies>
5049
<dependency>
5150
<groupId>io.jenkins.tools.bom</groupId>
52-
<artifactId>bom-2.222.x</artifactId>
53-
<version>876.vc43b4c6423b6</version>
51+
<artifactId>bom-2.289.x</artifactId>
52+
<version>1289.v5c4b_1c43511b_</version>
5453
<scope>import</scope>
5554
<type>pom</type>
5655
</dependency>

0 commit comments

Comments
 (0)