Skip to content

Commit 28090b6

Browse files
gountharubuntu
authored andcommitted
chore(pom): Use recommended core version 2.462.3, and Java 11.
1 parent 7b4313d commit 28090b6

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

pom.xml

Lines changed: 16 additions & 15 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.0</version>
7+
<version>4.88</version>
88
<relativePath />
99
</parent>
1010
<groupId>org.jenkins-ci.plugins</groupId>
@@ -22,17 +22,29 @@
2222
</license>
2323
</licenses>
2424
<scm>
25-
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
25+
<connection>scm:git:https://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
2626
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
2727
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
2828
<tag>HEAD</tag>
2929
</scm>
3030
<properties>
31-
<jenkins.version>2.222.4</jenkins.version>
32-
<java.level>8</java.level>
31+
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
32+
<jenkins.baseline>2.462</jenkins.baseline>
33+
<jenkins.version>${jenkins.baseline}.3</jenkins.version>
3334
<jackson-jaxrs.version>2.6.4</jackson-jaxrs.version>
3435
<spotbugs.skip>true</spotbugs.skip>
3536
</properties>
37+
<dependencyManagement>
38+
<dependencies>
39+
<dependency>
40+
<groupId>io.jenkins.tools.bom</groupId>
41+
<artifactId>bom-${jenkins.baseline}.x</artifactId>
42+
<version>4228.v0a_71308d905b_</version>
43+
<type>pom</type>
44+
<scope>import</scope>
45+
</dependency>
46+
</dependencies>
47+
</dependencyManagement>
3648
<repositories>
3749
<repository>
3850
<id>repo.jenkins-ci.org</id>
@@ -99,22 +111,11 @@
99111
<dependency>
100112
<groupId>org.jenkins-ci.plugins</groupId>
101113
<artifactId>durable-task</artifactId>
102-
<version>1.16</version>
103114
</dependency>
104115
<dependency>
105116
<groupId>com.squareup.okhttp3</groupId>
106117
<artifactId>okhttp</artifactId>
107118
<version>3.10.0</version>
108119
</dependency>
109120
</dependencies>
110-
<developers>
111-
<developer>
112-
<id>surya548</id>
113-
<name>Surya Gaddipati</name>
114-
</developer>
115-
<developer>
116-
<id>roemer</id>
117-
<name>Roman Bäriswyl</name>
118-
</developer>
119-
</developers>
120121
</project>

0 commit comments

Comments
 (0)