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 2011/12/18 17:07:56 UTC

svn commit: r1220444 - in /httpcomponents/httpcore/branches/4.1.x: RELEASE_NOTES.txt pom.xml

Author: olegk
Date: Sun Dec 18 16:07:56 2011
New Revision: 1220444

URL: http://svn.apache.org/viewvc?rev=1220444&view=rev
Log:
Upgraded parent POM to version 5; fixed typo in the release notes

Modified:
    httpcomponents/httpcore/branches/4.1.x/RELEASE_NOTES.txt
    httpcomponents/httpcore/branches/4.1.x/pom.xml

Modified: httpcomponents/httpcore/branches/4.1.x/RELEASE_NOTES.txt
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/branches/4.1.x/RELEASE_NOTES.txt?rev=1220444&r1=1220443&r2=1220444&view=diff
==============================================================================
--- httpcomponents/httpcore/branches/4.1.x/RELEASE_NOTES.txt (original)
+++ httpcomponents/httpcore/branches/4.1.x/RELEASE_NOTES.txt Sun Dec 18 16:07:56 2011
@@ -1,7 +1,7 @@
 Release 4.1.4
 -------------------
 
-This is a maintenance release that fixes a number of bugs found since release 4.1.4. It is also 
+This is a maintenance release that fixes a number of bugs found since release 4.1.3. It is also 
 likely to be the last release in the 4.1.x branch.
 
 * [HTTPCORE-286] Canceled I/O session can cause an IllegalStateException in BaseIOReactor#validate

Modified: httpcomponents/httpcore/branches/4.1.x/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/branches/4.1.x/pom.xml?rev=1220444&r1=1220443&r2=1220444&view=diff
==============================================================================
--- httpcomponents/httpcore/branches/4.1.x/pom.xml (original)
+++ httpcomponents/httpcore/branches/4.1.x/pom.xml Sun Dec 18 16:07:56 2011
@@ -28,7 +28,7 @@
   <parent>
     <artifactId>project</artifactId>
     <groupId>org.apache.httpcomponents</groupId>
-    <version>4.1.1</version>
+    <version>5</version>
     <relativePath>../project/pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>