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:32 UTC

[34/50] httpcomponents-parent git commit: maven-site-plugin 3.4 -> 3.6 maven-resources-plugin 2.7 -> 3.0.1

maven-site-plugin 3.4 -> 3.6
maven-resources-plugin 2.7 -> 3.0.1


git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/project/trunk@1770570 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/55850dbb
Tree: http://git-wip-us.apache.org/repos/asf/httpcomponents-parent/tree/55850dbb
Diff: http://git-wip-us.apache.org/repos/asf/httpcomponents-parent/diff/55850dbb

Branch: refs/heads/master
Commit: 55850dbb6d09d6a44dd68abb8fe4ac5c4157ae04
Parents: efdcd41
Author: Gary D. Gregory <gg...@apache.org>
Authored: Sun Nov 20 16:29:19 2016 +0000
Committer: Gary D. Gregory <gg...@apache.org>
Committed: Sun Nov 20 16:29:19 2016 +0000

----------------------------------------------------------------------
 pom.xml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/httpcomponents-parent/blob/55850dbb/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 958f6b5..5e45ad1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,6 +49,8 @@ Version 8 - changes since version 7
 Dropped definition of maven.compiler.(source|target).
 These must now be defined at component level.
 
+maven-site-plugin 3.4 -> 3.6
+maven-resources-plugin 2.7 -> 3.0.1
 org.apache:apache POM 13 -> 18
 animal-sniffer-maven-plugin 1.11 => 1.15
 docbkx-maven-plugin 2.0.15 => 2.0.16
@@ -514,7 +516,7 @@ Fixed JIRA link
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-resources-plugin</artifactId>
-          <version>2.7</version>
+          <version>3.0.1</version>
           <executions>
             <execution>
               <id>copy-resources</id>
@@ -537,7 +539,7 @@ Fixed JIRA link
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
-          <version>3.4</version>
+          <version>3.6</version>
           <dependencies>
             <dependency>
               <groupId>org.apache.maven.wagon</groupId>