|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | | -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 2 | +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> |
3 | 3 | <modelVersion>4.0.0</modelVersion> |
4 | 4 |
|
5 | 5 | <parent> |
|
12 | 12 | <artifactId>apache-httpcomponents-client-4-api</artifactId> |
13 | 13 | <version>${revision}-${changelist}</version> |
14 | 14 | <packaging>hpi</packaging> |
| 15 | + |
15 | 16 | <name>Jenkins Apache HttpComponents Client 4.x API Plugin</name> |
16 | 17 | <description>Bundles Apache HttpComponents Client 4.x and allows it to be used by Jenkins plugins</description> |
17 | 18 | <url>https://github.com/${gitHubRepo}</url> |
18 | 19 |
|
19 | 20 | <licenses> |
20 | 21 | <license> |
21 | 22 | <name>MIT License</name> |
22 | | - <url>https://opensource.org/licenses/MIT</url> |
| 23 | + <url>https://opensource.org/license/mit/</url> |
23 | 24 | </license> |
24 | 25 | </licenses> |
25 | | - |
26 | | - <developers> |
27 | | - <developer> |
28 | | - <id>markewaite</id> |
29 | | - <name>Mark Waite</name> |
30 | | - <email>mark.earl.waite@gmail.com</email> |
31 | | - <roles> |
32 | | - <role>developer</role> |
33 | | - </roles> |
34 | | - </developer> |
35 | | - </developers> |
36 | | - |
37 | 26 | <scm> |
38 | 27 | <connection>scm:git:https://github.com/${gitHubRepo}</connection> |
39 | 28 | <developerConnection>scm:git:https://github.com/${gitHubRepo}</developerConnection> |
|
44 | 33 | <properties> |
45 | 34 | <revision>4.5.14</revision> |
46 | 35 | <changelist>999999-SNAPSHOT</changelist> |
47 | | - <gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo> |
| 36 | + |
| 37 | + <!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ --> |
48 | 38 | <jenkins.baseline>2.401</jenkins.baseline> |
49 | 39 | <jenkins.version>${jenkins.baseline}.3</jenkins.version> |
| 40 | + <gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo> |
| 41 | + |
50 | 42 | <httpcore.version>4.4.16</httpcore.version> |
51 | 43 | <httpclient.version>${revision}</httpclient.version> |
52 | 44 | <httpasyncclient.version>4.1.5</httpasyncclient.version> |
| 45 | + |
53 | 46 | <spotbugs.effort>Max</spotbugs.effort> |
54 | 47 | <spotbugs.threshold>Low</spotbugs.threshold> |
55 | 48 | <spotless.check.skip>false</spotless.check.skip> |
|
58 | 51 | <dependencyManagement> |
59 | 52 | <dependencies> |
60 | 53 | <dependency> |
| 54 | + <!-- Pick up common dependencies for the selected LTS line: https://github.com/jenkinsci/bom#usage --> |
61 | 55 | <groupId>io.jenkins.tools.bom</groupId> |
62 | 56 | <artifactId>bom-${jenkins.baseline}.x</artifactId> |
63 | 57 | <version>2745.vc7b_fe4c876fa_</version> |
|
121 | 115 | <url>https://repo.jenkins-ci.org/public/</url> |
122 | 116 | </repository> |
123 | 117 | </repositories> |
124 | | - |
125 | 118 | <pluginRepositories> |
126 | 119 | <pluginRepository> |
127 | 120 | <id>repo.jenkins-ci.org</id> |
|
0 commit comments