Skip to content

Commit 846a2fe

Browse files
committed
Reduce differences to archetype
1 parent 0891da4 commit 846a2fe

File tree

1 file changed

+9
-16
lines changed

1 file changed

+9
-16
lines changed

pom.xml

Lines changed: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?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">
33
<modelVersion>4.0.0</modelVersion>
44

55
<parent>
@@ -12,28 +12,17 @@
1212
<artifactId>apache-httpcomponents-client-4-api</artifactId>
1313
<version>${revision}-${changelist}</version>
1414
<packaging>hpi</packaging>
15+
1516
<name>Jenkins Apache HttpComponents Client 4.x API Plugin</name>
1617
<description>Bundles Apache HttpComponents Client 4.x and allows it to be used by Jenkins plugins</description>
1718
<url>https://github.com/${gitHubRepo}</url>
1819

1920
<licenses>
2021
<license>
2122
<name>MIT License</name>
22-
<url>https://opensource.org/licenses/MIT</url>
23+
<url>https://opensource.org/license/mit/</url>
2324
</license>
2425
</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-
3726
<scm>
3827
<connection>scm:git:https://github.com/${gitHubRepo}</connection>
3928
<developerConnection>scm:git:https://github.com/${gitHubRepo}</developerConnection>
@@ -44,12 +33,16 @@
4433
<properties>
4534
<revision>4.5.14</revision>
4635
<changelist>999999-SNAPSHOT</changelist>
47-
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
36+
37+
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
4838
<jenkins.baseline>2.401</jenkins.baseline>
4939
<jenkins.version>${jenkins.baseline}.3</jenkins.version>
40+
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
41+
5042
<httpcore.version>4.4.16</httpcore.version>
5143
<httpclient.version>${revision}</httpclient.version>
5244
<httpasyncclient.version>4.1.5</httpasyncclient.version>
45+
5346
<spotbugs.effort>Max</spotbugs.effort>
5447
<spotbugs.threshold>Low</spotbugs.threshold>
5548
<spotless.check.skip>false</spotless.check.skip>
@@ -58,6 +51,7 @@
5851
<dependencyManagement>
5952
<dependencies>
6053
<dependency>
54+
<!-- Pick up common dependencies for the selected LTS line: https://github.com/jenkinsci/bom#usage -->
6155
<groupId>io.jenkins.tools.bom</groupId>
6256
<artifactId>bom-${jenkins.baseline}.x</artifactId>
6357
<version>2745.vc7b_fe4c876fa_</version>
@@ -121,7 +115,6 @@
121115
<url>https://repo.jenkins-ci.org/public/</url>
122116
</repository>
123117
</repositories>
124-
125118
<pluginRepositories>
126119
<pluginRepository>
127120
<id>repo.jenkins-ci.org</id>

0 commit comments

Comments
 (0)