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 09:57:44 UTC

httpcomponents-client git commit: Removed explicit plugin version declaration (should be inherited from the parent POM) [Forced Update!]

Repository: httpcomponents-client
Updated Branches:
  refs/heads/4.5.x 0d063d968 -> aa0e53cc0 (forced update)


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/aa0e53cc
Tree: http://git-wip-us.apache.org/repos/asf/httpcomponents-client/tree/aa0e53cc
Diff: http://git-wip-us.apache.org/repos/asf/httpcomponents-client/diff/aa0e53cc

Branch: refs/heads/4.5.x
Commit: aa0e53cc0c63d581c8e0e5b151ec987a8b3a4a73
Parents: 7e44b96
Author: Oleg Kalnichevski <ol...@apache.org>
Authored: Wed Oct 4 11:54:52 2017 +0200
Committer: Oleg Kalnichevski <ol...@apache.org>
Committed: Wed Oct 4 11:54:52 2017 +0200

----------------------------------------------------------------------
 fluent-hc/pom.xml        | 3 ---
 httpclient-cache/pom.xml | 3 ---
 httpclient-osgi/pom.xml  | 1 -
 httpclient-win/pom.xml   | 3 ---
 httpclient/pom.xml       | 3 ---
 httpmime/pom.xml         | 3 ---
 pom.xml                  | 3 ---
 7 files changed, 19 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/httpcomponents-client/blob/aa0e53cc/fluent-hc/pom.xml
----------------------------------------------------------------------
diff --git a/fluent-hc/pom.xml b/fluent-hc/pom.xml
index 99fea1a..1f2f217 100644
--- a/fluent-hc/pom.xml
+++ b/fluent-hc/pom.xml
@@ -110,7 +110,6 @@
 
       <plugin>
         <artifactId>maven-project-info-reports-plugin</artifactId>
-        <version>${hc.project-info.version}</version>
         <inherited>false</inherited>
         <reportSets>
           <reportSet>
@@ -125,12 +124,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/aa0e53cc/httpclient-cache/pom.xml
----------------------------------------------------------------------
diff --git a/httpclient-cache/pom.xml b/httpclient-cache/pom.xml
index eda4286..1f4ffad 100644
--- a/httpclient-cache/pom.xml
+++ b/httpclient-cache/pom.xml
@@ -169,7 +169,6 @@
 
       <plugin>
         <artifactId>maven-project-info-reports-plugin</artifactId>
-        <version>${hc.project-info.version}</version>
         <inherited>false</inherited>
         <reportSets>
           <reportSet>
@@ -184,12 +183,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/aa0e53cc/httpclient-osgi/pom.xml
----------------------------------------------------------------------
diff --git a/httpclient-osgi/pom.xml b/httpclient-osgi/pom.xml
index 7ac38ce..78f97ec 100644
--- a/httpclient-osgi/pom.xml
+++ b/httpclient-osgi/pom.xml
@@ -190,7 +190,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/aa0e53cc/httpclient-win/pom.xml
----------------------------------------------------------------------
diff --git a/httpclient-win/pom.xml b/httpclient-win/pom.xml
index be33e80..a87ac87 100644
--- a/httpclient-win/pom.xml
+++ b/httpclient-win/pom.xml
@@ -95,7 +95,6 @@
 
       <plugin>
         <artifactId>maven-project-info-reports-plugin</artifactId>
-        <version>${hc.project-info.version}</version>
         <inherited>false</inherited>
         <reportSets>
           <reportSet>
@@ -110,12 +109,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/aa0e53cc/httpclient/pom.xml
----------------------------------------------------------------------
diff --git a/httpclient/pom.xml b/httpclient/pom.xml
index 2977db2..3a6b0c8 100644
--- a/httpclient/pom.xml
+++ b/httpclient/pom.xml
@@ -154,7 +154,6 @@
 
       <plugin>
         <artifactId>maven-project-info-reports-plugin</artifactId>
-        <version>${hc.project-info.version}</version>
         <inherited>false</inherited>
         <reportSets>
           <reportSet>
@@ -169,12 +168,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/aa0e53cc/httpmime/pom.xml
----------------------------------------------------------------------
diff --git a/httpmime/pom.xml b/httpmime/pom.xml
index ffe0274..8130d92 100644
--- a/httpmime/pom.xml
+++ b/httpmime/pom.xml
@@ -118,7 +118,6 @@
 
       <plugin>
         <artifactId>maven-project-info-reports-plugin</artifactId>
-        <version>${hc.project-info.version}</version>
         <inherited>false</inherited>
         <reportSets>
           <reportSet>
@@ -133,12 +132,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/aa0e53cc/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index fde1efe..29f8091 100644
--- a/pom.xml
+++ b/pom.xml
@@ -360,7 +360,6 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>clirr-maven-plugin</artifactId>
-        <version>${hc.clirr.version}</version>
         <configuration>
           <comparisonVersion>${api.comparison.version}</comparisonVersion>
         </configuration>
@@ -392,7 +391,6 @@
 
       <plugin>
         <artifactId>maven-project-info-reports-plugin</artifactId>
-        <version>${hc.project-info.version}</version>
         <inherited>false</inherited>
         <reportSets>
           <reportSet>
@@ -410,7 +408,6 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>clirr-maven-plugin</artifactId>
-        <version>${hc.clirr.version}</version>
         <configuration>
           <comparisonVersion>${api.comparison.version}</comparisonVersion>
         </configuration>