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 2013/03/19 15:25:13 UTC

svn commit: r1458305 - in /httpcomponents/httpcore/branches/4.2.x: .gitignore src/site/apt/download.apt

Author: olegk
Date: Tue Mar 19 14:25:13 2013
New Revision: 1458305

URL: http://svn.apache.org/r1458305
Log:
Updated project web site or HttpCore 4.2.4 release

Modified:
    httpcomponents/httpcore/branches/4.2.x/.gitignore
    httpcomponents/httpcore/branches/4.2.x/src/site/apt/download.apt

Modified: httpcomponents/httpcore/branches/4.2.x/.gitignore
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/branches/4.2.x/.gitignore?rev=1458305&r1=1458304&r2=1458305&view=diff
==============================================================================
--- httpcomponents/httpcore/branches/4.2.x/.gitignore (original)
+++ httpcomponents/httpcore/branches/4.2.x/.gitignore Tue Mar 19 14:25:13 2013
@@ -1,5 +1,6 @@
 .classpath
 .project
 .settings
+.clover
 target
 maven-eclipse.xml

Modified: httpcomponents/httpcore/branches/4.2.x/src/site/apt/download.apt
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/branches/4.2.x/src/site/apt/download.apt?rev=1458305&r1=1458304&r2=1458305&view=diff
==============================================================================
--- httpcomponents/httpcore/branches/4.2.x/src/site/apt/download.apt (original)
+++ httpcomponents/httpcore/branches/4.2.x/src/site/apt/download.apt Tue Mar 19 14:25:13 2013
@@ -42,24 +42,24 @@ HttpCore Downloads
     in your {{{http://maven.apache.org/guides/introduction/introduction-to-the-pom.html}pom.xml}} 
     by adding the following block to the dependency descriptor:
 
-* {HttpComponents Core 4.2.3 (GA)}
+* {HttpComponents Core 4.2.4 (GA)}
 
 -------------------------
   <dependency>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcore</artifactId>
-    <version>4.2.3</version>
+    <version>4.2.4</version>
     <scope>compile</scope>
   </dependency>
 -------------------------
 
-* {HttpComponents Core NIO 4.2.3 (GA)}
+* {HttpComponents Core NIO 4.2.4 (GA)}
 
 -------------------------
   <dependency>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcore-nio</artifactId>
-    <version>4.2.3</version>
+    <version>4.2.4</version>
     <scope>compile</scope>
   </dependency>
 -------------------------