You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by rf...@apache.org on 2012/03/03 02:07:34 UTC

svn commit: r1296543 - in /tuscany/sca-java-2.x/trunk: distribution/all/src/main/release/bin/LICENSE modules/binding-atom-runtime/pom.xml modules/binding-jsonp-runtime/pom.xml modules/host-http/pom.xml

Author: rfeng
Date: Sat Mar  3 01:07:33 2012
New Revision: 1296543

URL: http://svn.apache.org/viewvc?rev=1296543&view=rev
Log:
Update the http client version to be 4.1.3

Modified:
    tuscany/sca-java-2.x/trunk/distribution/all/src/main/release/bin/LICENSE
    tuscany/sca-java-2.x/trunk/modules/binding-atom-runtime/pom.xml
    tuscany/sca-java-2.x/trunk/modules/binding-jsonp-runtime/pom.xml
    tuscany/sca-java-2.x/trunk/modules/host-http/pom.xml

Modified: tuscany/sca-java-2.x/trunk/distribution/all/src/main/release/bin/LICENSE
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/distribution/all/src/main/release/bin/LICENSE?rev=1296543&r1=1296542&r2=1296543&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/distribution/all/src/main/release/bin/LICENSE (original)
+++ tuscany/sca-java-2.x/trunk/distribution/all/src/main/release/bin/LICENSE Sat Mar  3 01:07:33 2012
@@ -1488,7 +1488,7 @@ THE POSSIBILITY OF SUCH DAMAGE.
 
 ================================================================================
 
-The slf4j-api-1.6.1.jar and slf4j-jdk14-1.6.1.jar are distributed under the license:
+The slf4j-api-1.6.1.jar, slf4j-jdk14-1.6.1.jar, and jcl-over-slf4j-1.6.1.jar are distributed under the license:
 
 Copyright (c) 2004-2008 QOS.ch
  All rights reserved.

Modified: tuscany/sca-java-2.x/trunk/modules/binding-atom-runtime/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/binding-atom-runtime/pom.xml?rev=1296543&r1=1296542&r2=1296543&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/modules/binding-atom-runtime/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/modules/binding-atom-runtime/pom.xml Sat Mar  3 01:07:33 2012
@@ -93,7 +93,7 @@
         <dependency>
             <groupId>org.apache.httpcomponents</groupId>
             <artifactId>httpclient</artifactId>
-            <version>4.1.2</version>
+            <version>4.1.3</version>
         </dependency>
 
         <dependency>

Modified: tuscany/sca-java-2.x/trunk/modules/binding-jsonp-runtime/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/binding-jsonp-runtime/pom.xml?rev=1296543&r1=1296542&r2=1296543&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/modules/binding-jsonp-runtime/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/modules/binding-jsonp-runtime/pom.xml Sat Mar  3 01:07:33 2012
@@ -51,7 +51,7 @@
         <dependency>
             <groupId>org.apache.httpcomponents</groupId>
             <artifactId>httpclient</artifactId>
-            <version>4.1.2</version>
+            <version>4.1.3</version>
         </dependency>
         
         <dependency>

Modified: tuscany/sca-java-2.x/trunk/modules/host-http/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/host-http/pom.xml?rev=1296543&r1=1296542&r2=1296543&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/modules/host-http/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/modules/host-http/pom.xml Sat Mar  3 01:07:33 2012
@@ -46,7 +46,7 @@
         <dependency>
             <groupId>org.apache.httpcomponents</groupId>
             <artifactId>httpclient</artifactId>
-            <version>4.1.2</version>
+            <version>4.1.3</version>
             <optional>true</optional>
         </dependency>