You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2017/10/04 12:04:51 UTC

httpcomponents-client git commit: Upgraded parent POM to version 9; Removed explicit plugin version declaration (should be inherited from the parent POM)

Repository: httpcomponents-client
Updated Branches:
  refs/heads/master 212d7a2e8 -> b24aa0186


Upgraded parent POM to version 9; Removed explicit plugin version declaration (should be inherited from the parent POM)


Project: http://git-wip-us.apache.org/repos/asf/httpcomponents-client/repo
Commit: http://git-wip-us.apache.org/repos/asf/httpcomponents-client/commit/b24aa018
Tree: http://git-wip-us.apache.org/repos/asf/httpcomponents-client/tree/b24aa018
Diff: http://git-wip-us.apache.org/repos/asf/httpcomponents-client/diff/b24aa018

Branch: refs/heads/master
Commit: b24aa01866b3a88a90741f2fe96ffafec6ac1aeb
Parents: 212d7a2
Author: Oleg Kalnichevski <ol...@apache.org>
Authored: Wed Oct 4 14:02:29 2017 +0200
Committer: Oleg Kalnichevski <ol...@apache.org>
Committed: Wed Oct 4 14:04:17 2017 +0200

----------------------------------------------------------------------
 httpclient5-cache/pom.xml   | 4 ----
 httpclient5-fluent/pom.xml  | 5 -----
 httpclient5-osgi/pom.xml    | 1 -
 httpclient5-testing/pom.xml | 2 --
 httpclient5-win/pom.xml     | 4 ----
 httpclient5/pom.xml         | 4 ----
 pom.xml                     | 8 ++------
 7 files changed, 2 insertions(+), 26 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/httpcomponents-client/blob/b24aa018/httpclient5-cache/pom.xml
----------------------------------------------------------------------
diff --git a/httpclient5-cache/pom.xml b/httpclient5-cache/pom.xml
index 32a0551..8e1a202 100644
--- a/httpclient5-cache/pom.xml
+++ b/httpclient5-cache/pom.xml
@@ -132,7 +132,6 @@
 
       <plugin>
         <artifactId>maven-javadoc-plugin</artifactId>
-        <version>${hc.javadoc.version}</version>
         <configuration>
           <!-- reduce console output. Can override with -Dquiet=false -->
           <quiet>true</quiet>
@@ -154,7 +153,6 @@
 
       <plugin>
         <artifactId>maven-project-info-reports-plugin</artifactId>
-        <version>${hc.project-info.version}</version>
         <inherited>false</inherited>
         <reportSets>
           <reportSet>
@@ -169,12 +167,10 @@
 
       <plugin>
         <artifactId>maven-jxr-plugin</artifactId>
-        <version>${hc.jxr.version}</version>
       </plugin>
 
       <plugin>
         <artifactId>maven-surefire-report-plugin</artifactId>
-        <version>${hc.surefire-report.version}</version>
       </plugin>
 
     </plugins>

http://git-wip-us.apache.org/repos/asf/httpcomponents-client/blob/b24aa018/httpclient5-fluent/pom.xml
----------------------------------------------------------------------
diff --git a/httpclient5-fluent/pom.xml b/httpclient5-fluent/pom.xml
index e13c205..84923bb 100644
--- a/httpclient5-fluent/pom.xml
+++ b/httpclient5-fluent/pom.xml
@@ -80,7 +80,6 @@
       <plugin>
         <groupId>org.apache.rat</groupId>
         <artifactId>apache-rat-plugin</artifactId>
-        <version>${hc.rat.version}</version>
         <executions>
           <execution>
             <phase>verify</phase>
@@ -114,7 +113,6 @@
 
       <plugin>
         <artifactId>maven-javadoc-plugin</artifactId>
-        <version>${hc.javadoc.version}</version>
         <configuration>
           <!-- reduce console output. Can override with -Dquiet=false -->
           <quiet>true</quiet>
@@ -136,7 +134,6 @@
 
       <plugin>
         <artifactId>maven-project-info-reports-plugin</artifactId>
-        <version>${hc.project-info.version}</version>
         <inherited>false</inherited>
         <reportSets>
           <reportSet>
@@ -151,12 +148,10 @@
 
       <plugin>
         <artifactId>maven-jxr-plugin</artifactId>
-        <version>${hc.jxr.version}</version>
       </plugin>
 
       <plugin>
         <artifactId>maven-surefire-report-plugin</artifactId>
-        <version>${hc.surefire-report.version}</version>
       </plugin>
 
     </plugins>

http://git-wip-us.apache.org/repos/asf/httpcomponents-client/blob/b24aa018/httpclient5-osgi/pom.xml
----------------------------------------------------------------------
diff --git a/httpclient5-osgi/pom.xml b/httpclient5-osgi/pom.xml
index d2ae745..2912a93 100644
--- a/httpclient5-osgi/pom.xml
+++ b/httpclient5-osgi/pom.xml
@@ -174,7 +174,6 @@
 
       <plugin>
         <artifactId>maven-project-info-reports-plugin</artifactId>
-        <version>${hc.project-info.version}</version>
         <inherited>false</inherited>
         <reportSets>
           <reportSet>

http://git-wip-us.apache.org/repos/asf/httpcomponents-client/blob/b24aa018/httpclient5-testing/pom.xml
----------------------------------------------------------------------
diff --git a/httpclient5-testing/pom.xml b/httpclient5-testing/pom.xml
index 280bd2c..01c1026 100644
--- a/httpclient5-testing/pom.xml
+++ b/httpclient5-testing/pom.xml
@@ -87,7 +87,6 @@
 
       <plugin>
         <artifactId>maven-javadoc-plugin</artifactId>
-        <version>${hc.javadoc.version}</version>
         <configuration>
           <!-- reduce console output. Can override with -Dquiet=false -->
           <quiet>true</quiet>
@@ -109,7 +108,6 @@
 
       <plugin>
         <artifactId>maven-project-info-reports-plugin</artifactId>
-        <version>${hc.project-info.version}</version>
         <inherited>false</inherited>
         <reportSets>
           <reportSet>

http://git-wip-us.apache.org/repos/asf/httpcomponents-client/blob/b24aa018/httpclient5-win/pom.xml
----------------------------------------------------------------------
diff --git a/httpclient5-win/pom.xml b/httpclient5-win/pom.xml
index 14442cf..1209188 100644
--- a/httpclient5-win/pom.xml
+++ b/httpclient5-win/pom.xml
@@ -77,7 +77,6 @@
 
       <plugin>
         <artifactId>maven-javadoc-plugin</artifactId>
-        <version>${hc.javadoc.version}</version>
         <configuration>
           <!-- reduce console output. Can override with -Dquiet=false -->
           <quiet>true</quiet>
@@ -98,7 +97,6 @@
 
       <plugin>
         <artifactId>maven-project-info-reports-plugin</artifactId>
-        <version>${hc.project-info.version}</version>
         <inherited>false</inherited>
         <reportSets>
           <reportSet>
@@ -113,12 +111,10 @@
 
       <plugin>
         <artifactId>maven-jxr-plugin</artifactId>
-        <version>${hc.jxr.version}</version>
       </plugin>
 
       <plugin>
         <artifactId>maven-surefire-report-plugin</artifactId>
-        <version>${hc.surefire-report.version}</version>
       </plugin>
 
     </plugins>

http://git-wip-us.apache.org/repos/asf/httpcomponents-client/blob/b24aa018/httpclient5/pom.xml
----------------------------------------------------------------------
diff --git a/httpclient5/pom.xml b/httpclient5/pom.xml
index 52f2052..3cc9b43 100644
--- a/httpclient5/pom.xml
+++ b/httpclient5/pom.xml
@@ -124,7 +124,6 @@
 
       <plugin>
         <artifactId>maven-javadoc-plugin</artifactId>
-        <version>${hc.javadoc.version}</version>
         <configuration>
           <!-- reduce console output. Can override with -Dquiet=false -->
           <quiet>true</quiet>
@@ -145,7 +144,6 @@
 
       <plugin>
         <artifactId>maven-project-info-reports-plugin</artifactId>
-        <version>${hc.project-info.version}</version>
         <inherited>false</inherited>
         <reportSets>
           <reportSet>
@@ -160,12 +158,10 @@
 
       <plugin>
         <artifactId>maven-jxr-plugin</artifactId>
-        <version>${hc.jxr.version}</version>
       </plugin>
 
       <plugin>
         <artifactId>maven-surefire-report-plugin</artifactId>
-        <version>${hc.surefire-report.version}</version>
       </plugin>
 
     </plugins>

http://git-wip-us.apache.org/repos/asf/httpcomponents-client/blob/b24aa018/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1cce7b0..55161b4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,9 +26,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">
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
-    <artifactId>project</artifactId>
-    <!-- Version 9: <artifactId>httpcomponents-parent</artifactId> -->
-    <version>8</version>
+    <artifactId>httpcomponents-parent</artifactId>
+    <version>9</version>
     <relativePath>../httpcomponents-parent/pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
@@ -80,7 +79,6 @@
     <mockito.version>2.7.22</mockito.version>
     <jna.version>4.2.1</jna.version>
     <hc.stylecheck.version>1</hc.stylecheck.version>
-    <hc.rat.version>0.12</hc.rat.version>
   </properties>
 
   <dependencyManagement>
@@ -383,7 +381,6 @@
       <plugin>
         <groupId>org.apache.rat</groupId>
         <artifactId>apache-rat-plugin</artifactId>
-        <version>${hc.rat.version}</version>
         <executions>
           <execution>
             <phase>verify</phase>
@@ -412,7 +409,6 @@
 
       <plugin>
         <artifactId>maven-project-info-reports-plugin</artifactId>
-        <version>${hc.project-info.version}</version>
         <inherited>false</inherited>
         <reportSets>
           <reportSet>