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/04/27 15:08:17 UTC

svn commit: r1792909 - in /httpcomponents/httpcore/trunk: BUILDING.txt NOTICE.txt

Author: olegk
Date: Thu Apr 27 15:08:17 2017
New Revision: 1792909

URL: http://svn.apache.org/viewvc?rev=1792909&view=rev
Log:
Updated NOTICE and BUILDING

Modified:
    httpcomponents/httpcore/trunk/BUILDING.txt
    httpcomponents/httpcore/trunk/NOTICE.txt

Modified: httpcomponents/httpcore/trunk/BUILDING.txt
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/BUILDING.txt?rev=1792909&r1=1792908&r2=1792909&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/BUILDING.txt (original)
+++ httpcomponents/httpcore/trunk/BUILDING.txt Thu Apr 27 15:08:17 2017
@@ -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
-

Modified: httpcomponents/httpcore/trunk/NOTICE.txt
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/NOTICE.txt?rev=1792909&r1=1792908&r2=1792909&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/NOTICE.txt (original)
+++ httpcomponents/httpcore/trunk/NOTICE.txt Thu Apr 27 15:08:17 2017
@@ -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/).