You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by mi...@apache.org on 2020/08/30 20:04:06 UTC

[httpcomponents-parent] 08/09: Remove only once used properties

This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch 12-dev
in repository https://gitbox.apache.org/repos/asf/httpcomponents-parent.git

commit 9d6da98237e053c674df1b3be0fe9f0e42e60722
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Aug 30 01:09:44 2020 +0200

    Remove only once used properties
---
 pom.xml | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index c380005..882e607 100644
--- a/pom.xml
+++ b/pom.xml
@@ -521,7 +521,7 @@ Fixed JIRA link
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-jxr-plugin</artifactId>
-          <version>${hc.jxr.version}</version>
+          <version>3.0.0</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
@@ -609,7 +609,7 @@ Fixed JIRA link
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-checkstyle-plugin</artifactId>
-          <version>${hc.checkstyle.version}</version>
+          <version>3.0.0</version>
           <dependencies>
             <dependency>
               <groupId>org.apache.httpcomponents</groupId>
@@ -732,7 +732,7 @@ Fixed JIRA link
           <plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>animal-sniffer-maven-plugin</artifactId>
-            <version>${hc.animal-sniffer.version}</version>
+            <version>1.17</version>
             <executions>
               <execution>
                 <id>checkAPIcompatibility</id>
@@ -815,7 +815,7 @@ Fixed JIRA link
           <plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>cobertura-maven-plugin</artifactId>
-            <version>${hc.cobertura.version}</version>
+            <version>2.7</version>
             <configuration>
               <formats>
                 <format>xml</format>
@@ -841,7 +841,7 @@ Fixed JIRA link
           <plugin>
             <groupId>org.jacoco</groupId>
             <artifactId>jacoco-maven-plugin</artifactId>
-            <version>${hc.jacoco.version}</version>
+            <version>0.8.5</version>
           </plugin>
           <plugin>
             <groupId>org.eluder.coveralls</groupId>
@@ -929,11 +929,8 @@ Fixed JIRA link
     <hc.surefire.version>3.0.0-M5</hc.surefire.version>
     <hc.project-info.version>3.1.0</hc.project-info.version>
     <hc.checkstyle.version>3.0.0</hc.checkstyle.version>
-    <hc.animal-sniffer.version>1.17</hc.animal-sniffer.version>
     <hc.animal-sniffer.signature.version>1.0</hc.animal-sniffer.signature.version>
     <hc.animal-sniffer.signature.ignores></hc.animal-sniffer.signature.ignores>
-    <hc.jacoco.version>0.8.5</hc.jacoco.version>
-    <hc.cobertura.version>2.7</hc.cobertura.version>
     <hc.coveralls.version>4.3.0</hc.coveralls.version>
     <hc.coveralls.timestampFormat>EpochMillis</hc.coveralls.timestampFormat>