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/11/01 10:51:06 UTC

httpcomponents-core git commit: Upgraded HC Parent to version 10

Repository: httpcomponents-core
Updated Branches:
  refs/heads/master b411b2163 -> da632ce36


Upgraded HC Parent to version 10


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

Branch: refs/heads/master
Commit: da632ce363e75f2a329026c5db8f95e5460045b3
Parents: b411b21
Author: Oleg Kalnichevski <ol...@apache.org>
Authored: Fri Oct 27 14:56:05 2017 +0200
Committer: Oleg Kalnichevski <ol...@apache.org>
Committed: Wed Nov 1 11:29:29 2017 +0100

----------------------------------------------------------------------
 httpcore5-h2/pom.xml      |  1 -
 httpcore5-osgi/pom.xml    |  9 ---------
 httpcore5-testing/pom.xml |  1 -
 httpcore5/pom.xml         |  4 ----
 pom.xml                   | 13 +------------
 5 files changed, 1 insertion(+), 27 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/httpcomponents-core/blob/da632ce3/httpcore5-h2/pom.xml
----------------------------------------------------------------------
diff --git a/httpcore5-h2/pom.xml b/httpcore5-h2/pom.xml
index 9899f2a..fbd4003 100644
--- a/httpcore5-h2/pom.xml
+++ b/httpcore5-h2/pom.xml
@@ -70,7 +70,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-core/blob/da632ce3/httpcore5-osgi/pom.xml
----------------------------------------------------------------------
diff --git a/httpcore5-osgi/pom.xml b/httpcore5-osgi/pom.xml
index 1ad2acd..add1fb0 100644
--- a/httpcore5-osgi/pom.xml
+++ b/httpcore5-osgi/pom.xml
@@ -80,16 +80,7 @@
   <reporting>
     <plugins>
       <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>clirr-maven-plugin</artifactId>
-        <version>${hc.clirr.version}</version>
-        <configuration>
-          <skip>true</skip>
-        </configuration>
-      </plugin>
-      <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-core/blob/da632ce3/httpcore5-testing/pom.xml
----------------------------------------------------------------------
diff --git a/httpcore5-testing/pom.xml b/httpcore5-testing/pom.xml
index d43c1fe5..eecaf90 100644
--- a/httpcore5-testing/pom.xml
+++ b/httpcore5-testing/pom.xml
@@ -82,7 +82,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-core/blob/da632ce3/httpcore5/pom.xml
----------------------------------------------------------------------
diff --git a/httpcore5/pom.xml b/httpcore5/pom.xml
index 254c94d..80eba9c 100644
--- a/httpcore5/pom.xml
+++ b/httpcore5/pom.xml
@@ -65,7 +65,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jar-plugin</artifactId>
-        <version>3.0.2</version>
         <executions>
           <execution>
             <goals>
@@ -123,7 +122,6 @@
 
       <plugin>
         <artifactId>maven-project-info-reports-plugin</artifactId>
-        <version>${hc.project-info.version}</version>
         <inherited>false</inherited>
         <reportSets>
           <reportSet>
@@ -138,12 +136,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-core/blob/da632ce3/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 385b1ba..c9d9500 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-parent</artifactId>
-    <version>9</version>
+    <version>10</version>
     <relativePath>../project/pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
@@ -80,7 +80,6 @@
     <junit.version>4.12</junit.version>
     <mockito.version>2.7.22</mockito.version>
     <log4j.version>2.8.2</log4j.version>
-    <hc.stylecheck.version>1</hc.stylecheck.version>
   </properties>
 
   <dependencyManagement>
@@ -244,14 +243,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
-        <version>2.9.1</version>
-        <dependencies>
-          <dependency>
-            <groupId>org.apache.httpcomponents</groupId>
-            <artifactId>hc-stylecheck</artifactId>
-            <version>${hc.stylecheck.version}</version>
-          </dependency>
-        </dependencies>
         <configuration>
           <encoding>UTF-8</encoding>
         </configuration>
@@ -306,7 +297,6 @@
       <plugin>
         <groupId>org.apache.rat</groupId>
         <artifactId>apache-rat-plugin</artifactId>
-        <version>0.12</version>
         <executions>
           <execution>
             <phase>verify</phase>
@@ -336,7 +326,6 @@
 
       <plugin>
         <artifactId>maven-project-info-reports-plugin</artifactId>
-        <version>${hc.project-info.version}</version>
         <inherited>false</inherited>
         <reportSets>
           <reportSet>