|
4 | 4 | <parent>
|
5 | 5 | <groupId>org.jenkins-ci.plugins</groupId>
|
6 | 6 | <artifactId>plugin</artifactId>
|
7 |
| - <version>4.0</version> |
| 7 | + <version>4.88</version> |
8 | 8 | <relativePath />
|
9 | 9 | </parent>
|
10 | 10 | <groupId>org.jenkins-ci.plugins</groupId>
|
|
22 | 22 | </license>
|
23 | 23 | </licenses>
|
24 | 24 | <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> |
26 | 26 | < developerConnection>scm:git: [email protected]:jenkinsci/ ${project.artifactId}-plugin.git</ developerConnection>
|
27 | 27 | <url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
|
28 | 28 | <tag>HEAD</tag>
|
29 | 29 | </scm>
|
30 | 30 | <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> |
33 | 34 | <jackson-jaxrs.version>2.6.4</jackson-jaxrs.version>
|
34 | 35 | <spotbugs.skip>true</spotbugs.skip>
|
35 | 36 | </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> |
36 | 48 | <repositories>
|
37 | 49 | <repository>
|
38 | 50 | <id>repo.jenkins-ci.org</id>
|
|
99 | 111 | <dependency>
|
100 | 112 | <groupId>org.jenkins-ci.plugins</groupId>
|
101 | 113 | <artifactId>durable-task</artifactId>
|
102 |
| - <version>1.16</version> |
103 | 114 | </dependency>
|
104 | 115 | <dependency>
|
105 | 116 | <groupId>com.squareup.okhttp3</groupId>
|
106 | 117 | <artifactId>okhttp</artifactId>
|
107 | 118 | <version>3.10.0</version>
|
108 | 119 | </dependency>
|
109 | 120 | </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> |
120 | 121 | </project>
|
0 commit comments