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 19:58:31 UTC

[39/50] [abbrv] httpcomponents-core git commit: Updated NOTICE and BUILDING

Updated NOTICE and BUILDING

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk@1792909 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/fd5edfc2
Tree: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/tree/fd5edfc2
Diff: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/diff/fd5edfc2

Branch: refs/heads/trunk
Commit: fd5edfc2aee149ef96a984195e3abefb585b24c1
Parents: 9d6ec2b
Author: Oleg Kalnichevski <ol...@apache.org>
Authored: Thu Apr 27 15:08:17 2017 +0000
Committer: Oleg Kalnichevski <ol...@apache.org>
Committed: Thu Apr 27 15:08:17 2017 +0000

----------------------------------------------------------------------
 BUILDING.txt | 23 ++++-------------------
 NOTICE.txt   |  2 +-
 2 files changed, 5 insertions(+), 20 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/httpcomponents-core/blob/fd5edfc2/BUILDING.txt
----------------------------------------------------------------------
diff --git a/BUILDING.txt b/BUILDING.txt
index 4f7f7dd..e0677c3 100644
--- a/BUILDING.txt
+++ b/BUILDING.txt
@@ -27,24 +27,9 @@ mvn install
 
 The JAR packages can be found in the target folders of their respective modules
 
-httpcore/target/httpcore5-<VERSION>.jar
-httpcore-osgi/target/org.apache.httpcomponents.httpcore_<VERSION>.jar
+httpcore5/target/httpcore5-<VERSION>.jar
+httpcore5-h2/target/httpcore5-h2-<VERSION>.jar
+httpcore5-testing/target/httpcore5-testing-<VERSION>.jar
+httpcore5-osgi/target/org.apache.httpcomponents.httpcore_<VERSION>.jar
 
 where <VERSION> is the release version
-
-(4) Validating packages
-
-Check for binary compatibility with the previous version with:
-
-mvn clirr:check
-
-Check for proper license headers with:
-
-mvn apache-rat:check
-
-(5) Building documentation
-
-Execute the following command in order to generate javadoc:
-
-mvn compile javadoc:aggregate
-

http://git-wip-us.apache.org/repos/asf/httpcomponents-core/blob/fd5edfc2/NOTICE.txt
----------------------------------------------------------------------
diff --git a/NOTICE.txt b/NOTICE.txt
index 779695f..40ba6b7 100644
--- a/NOTICE.txt
+++ b/NOTICE.txt
@@ -1,5 +1,5 @@
 Apache HttpComponents Core
-Copyright 2005-2014 The Apache Software Foundation
+Copyright 2005-2017 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).