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/05/28 11:16:14 UTC

[16/50] httpcomponents-parent git commit: Update some plugins. Tested locally with 'mvn clean install -Danimal-sniffer.signature=java17' and building HttpClient.

Update some plugins. Tested locally with 'mvn clean install -Danimal-sniffer.signature=java17' and building HttpClient.

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/project/trunk@1725830 13f79535-47bb-0310-9956-ffa450edef68


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

Branch: refs/heads/master
Commit: 550354c919b30b90b0910e8eb9968d2bbf6334de
Parents: 9f3a3ff
Author: Gary D. Gregory <gg...@apache.org>
Authored: Wed Jan 20 22:54:16 2016 +0000
Committer: Gary D. Gregory <gg...@apache.org>
Committed: Wed Jan 20 22:54:16 2016 +0000

----------------------------------------------------------------------
 pom.xml | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/httpcomponents-parent/blob/550354c9/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1f7b8d7..9449915 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,7 +58,7 @@ Clirr 2.5 => 2.7
 maven-antrun-plugin 2.4.1 => 2.6
 maven-assembly-plugin 2.4 => 2.6
 maven-clean-plugin 2.5 => 3.0.0
-maven-compiler-plugin 3.1 => 3.3
+maven-compiler-plugin 3.1 => 3.5
 maven-deploy-plugin 2.7 => 2.8.2
 build-helper-maven-plugin 1.9.1 => 1.10
 maven-install-plugin 2.4 => 2.5.2
@@ -67,10 +67,12 @@ maven-javadoc-plugin 2.10.1 => 2.10.3
 maven-release-plugin 2.4.1 => 2.5.3
 maven-resources-plugin 2.6 => 2.7
 maven-site-plugin 3.3 => 3.4
+maven-surefire-plugin 2.19 -> 2.19.1
+maven-surefire-report-plugin 2.19 -> 2.19.1
 wagon-ssh 2.0 => 2.7
 maven-source-plugin 2.3 => 2.4
 docbkx-maven-plugin 2.14 => 2.15
-maven-bundle-plugin 2.4.0 => 2.5.4
+maven-bundle-plugin 2.4.0 => 3.0.1
 buildnumber-maven-plugin 1.2 => 1.4
 wagon-ssh 2.7 => 2.10
 
@@ -457,7 +459,7 @@ Fixed JIRA link
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
-          <version>3.3</version>
+          <version>3.5</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
@@ -601,7 +603,7 @@ Fixed JIRA link
         <plugin>
           <groupId>org.apache.felix</groupId>
           <artifactId>maven-bundle-plugin</artifactId>
-          <version>2.5.4</version>
+          <version>3.0.1</version>
         </plugin>
         <plugin>
           <artifactId>maven-notice-plugin</artifactId>
@@ -921,12 +923,11 @@ Fixed JIRA link
     <hc.clover2.version>3.1.11</hc.clover2.version>
     <hc.javadoc.version>2.10.3</hc.javadoc.version>
     <hc.jxr.version>2.5</hc.jxr.version>
-    <hc.surefire-report.version>2.19</hc.surefire-report.version>
-    <hc.surefire.version>2.19</hc.surefire.version>
-    <hc.project-info.version>2.7</hc.project-info.version>
+    <hc.surefire-report.version>2.19.1</hc.surefire-report.version>
+    <hc.surefire.version>2.19.1</hc.surefire.version>
+    <hc.project-info.version>2.8.1</hc.project-info.version>
     <hc.checkstyle.version>2.9.1</hc.checkstyle.version>
     <hc.rat.version>0.11</hc.rat.version>
-    <!-- plugin versions 1.12 and up currently require Java 7 -->
     <hc.animal-sniffer.version>1.14</hc.animal-sniffer.version>
     <hc.animal-sniffer.signature.version>1.0</hc.animal-sniffer.signature.version>
     <!-- build meta inf -->