Skip to content

Commit

Permalink
Reduce differences to archetype
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite committed Oct 8, 2024
1 parent 0891da4 commit 846a2fe
Showing 1 changed file with 9 additions and 16 deletions.
25 changes: 9 additions & 16 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
Expand All @@ -12,28 +12,17 @@
<artifactId>apache-httpcomponents-client-4-api</artifactId>
<version>${revision}-${changelist}</version>
<packaging>hpi</packaging>

<name>Jenkins Apache HttpComponents Client 4.x API Plugin</name>
<description>Bundles Apache HttpComponents Client 4.x and allows it to be used by Jenkins plugins</description>
<url>https://github.com/${gitHubRepo}</url>

<licenses>
<license>
<name>MIT License</name>
<url>https://opensource.org/licenses/MIT</url>
<url>https://opensource.org/license/mit/</url>
</license>
</licenses>

<developers>
<developer>
<id>markewaite</id>
<name>Mark Waite</name>
<email>mark.earl.waite@gmail.com</email>
<roles>
<role>developer</role>
</roles>
</developer>
</developers>

<scm>
<connection>scm:git:https://github.com/${gitHubRepo}</connection>
<developerConnection>scm:git:https://github.com/${gitHubRepo}</developerConnection>
Expand All @@ -44,12 +33,16 @@
<properties>
<revision>4.5.14</revision>
<changelist>999999-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>

<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
<jenkins.baseline>2.401</jenkins.baseline>
<jenkins.version>${jenkins.baseline}.3</jenkins.version>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>

<httpcore.version>4.4.16</httpcore.version>
<httpclient.version>${revision}</httpclient.version>
<httpasyncclient.version>4.1.5</httpasyncclient.version>

<spotbugs.effort>Max</spotbugs.effort>
<spotbugs.threshold>Low</spotbugs.threshold>
<spotless.check.skip>false</spotless.check.skip>
Expand All @@ -58,6 +51,7 @@
<dependencyManagement>
<dependencies>
<dependency>
<!-- Pick up common dependencies for the selected LTS line: https://github.com/jenkinsci/bom#usage -->
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-${jenkins.baseline}.x</artifactId>
<version>2745.vc7b_fe4c876fa_</version>
Expand Down Expand Up @@ -121,7 +115,6 @@
<url>https://repo.jenkins-ci.org/public/</url>
</repository>
</repositories>

<pluginRepositories>
<pluginRepository>
<id>repo.jenkins-ci.org</id>
Expand Down

0 comments on commit 846a2fe

Please sign in to comment.