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

[02/50] httpcomponents-parent git commit: maven-release-plugin 2.4.1 => 2.5.1 maven-resources-plugin 2.6 => 2.7 maven-site-plugin 3.3 => 3.4 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 =>

maven-release-plugin 2.4.1 => 2.5.1
maven-resources-plugin 2.6 => 2.7
maven-site-plugin 3.3 => 3.4
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.3
buildnumber-maven-plugin 1.2 => 1.3


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

Branch: refs/heads/master
Commit: 92e8bc3bf0942c8ef76aecb0fabc93b06b938b9f
Parents: 597e8d7
Author: Gary D. Gregory <gg...@apache.org>
Authored: Thu Oct 16 14:54:33 2014 +0000
Committer: Gary D. Gregory <gg...@apache.org>
Committed: Thu Oct 16 14:54:33 2014 +0000

----------------------------------------------------------------------
 pom.xml | 24 ++++++++++++++++--------
 1 file changed, 16 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/httpcomponents-parent/blob/92e8bc3b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 605067f..694d7a7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,6 +59,14 @@ maven-clean-plugin 2.5 => 2.6
 maven-deploy-plugin 2.7 => 2.8.2
 maven-install-plugin 2.4 => 2.5.2
 maven-jar-plugin 2.4 => 2.5
+maven-release-plugin 2.4.1 => 2.5.1
+maven-resources-plugin 2.6 => 2.7
+maven-site-plugin 3.3 => 3.4
+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.3
+buildnumber-maven-plugin 1.2 => 1.3
 
 Version 7 - changes since version 6
 ===================================
@@ -502,12 +510,12 @@ Fixed JIRA link
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-release-plugin</artifactId>
-          <version>2.4.1</version>
+          <version>2.5.1</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-resources-plugin</artifactId>
-          <version>2.6</version>
+          <version>2.7</version>
           <executions>
             <execution>
               <id>copy-resources</id>
@@ -530,12 +538,12 @@ Fixed JIRA link
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
-          <version>3.3</version>
+          <version>3.4</version>
           <dependencies>
             <dependency>
               <groupId>org.apache.maven.wagon</groupId>
               <artifactId>wagon-ssh</artifactId>
-              <version>2.0</version>
+              <version>2.7</version>
             </dependency>
           </dependencies>
           <executions>
@@ -550,7 +558,7 @@ Fixed JIRA link
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-source-plugin</artifactId>
-          <version>2.3</version>
+          <version>2.4</version>
           <configuration>
             <archive>
               <manifest>
@@ -574,7 +582,7 @@ Fixed JIRA link
         <plugin>
           <groupId>com.agilejava.docbkx</groupId>
           <artifactId>docbkx-maven-plugin</artifactId>
-          <version>2.0.14</version>
+          <version>2.0.15</version>
           <dependencies>
             <dependency>
               <groupId>org.docbook</groupId>
@@ -587,7 +595,7 @@ Fixed JIRA link
         <plugin>
           <groupId>org.apache.felix</groupId>
           <artifactId>maven-bundle-plugin</artifactId>
-          <version>2.4.0</version>
+          <version>2.5.3</version>
         </plugin>
         <plugin>
           <artifactId>maven-notice-plugin</artifactId>
@@ -608,7 +616,7 @@ Fixed JIRA link
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>buildnumber-maven-plugin</artifactId>
-          <version>1.2</version>
+          <version>1.3</version>
         </plugin>
         <plugin>
           <groupId>org.codehaus.mojo</groupId>