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/09 20:04:00 UTC

[31/35] httpcomponents-core git commit: Upgraded parent POM to version 5; fixed typo in the release notes

Upgraded parent POM to version 5; fixed typo in the release notes

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpcore/branches/4.1.x@1220444 13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/commit/5d4113f2
Tree: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/tree/5d4113f2
Diff: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/diff/5d4113f2

Branch: refs/heads/4.1.x
Commit: 5d4113f214b3cfcccbe92f897138ac4ec12baac5
Parents: f2c14f9
Author: Oleg Kalnichevski <ol...@apache.org>
Authored: Sun Dec 18 16:07:56 2011 +0000
Committer: Oleg Kalnichevski <ol...@apache.org>
Committed: Sun Dec 18 16:07:56 2011 +0000

----------------------------------------------------------------------
 RELEASE_NOTES.txt | 2 +-
 pom.xml           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/httpcomponents-core/blob/5d4113f2/RELEASE_NOTES.txt
----------------------------------------------------------------------
diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index b45a5bb..17ad9f0 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -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

http://git-wip-us.apache.org/repos/asf/httpcomponents-core/blob/5d4113f2/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 15a2254..1e9a98f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>