Updated DOAP, BUILDING, README and NOTICE files

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1794201 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/BUILDING.txt b/BUILDING.txt
index fcb80cc..76a9a01 100644
--- a/BUILDING.txt
+++ b/BUILDING.txt
@@ -27,27 +27,17 @@
 
 The JAR packages can be found in the target folders of their respective modules
 
-httpclient/target/httpclient5-<VERSION>.jar
-httpclient-cache/target/httpclient5-cache-<VERSION>.jar
-httpclient-fluent/target/httpclient5-fluent-<VERSION>.jar
-httpclient-win/target/httpclient5-win-<VERSION>.jar
-httpclient-osgi/target/org.apache.httpcomponents.httpclient_<VERSION>.jar
+httpclient5/target/httpclient5-<VERSION>.jar
+httpclient5-cache/target/httpclient5-cache-<VERSION>.jar
+httpclient5-fluent/target/httpclient5-fluent-<VERSION>.jar
+httpclient5-win/target/httpclient5-win-<VERSION>.jar
+httpclient5-osgi/target/org.apache.httpcomponents.httpclient_<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
-
diff --git a/NOTICE.txt b/NOTICE.txt
index 91e5c40..73c360e 100644
--- a/NOTICE.txt
+++ b/NOTICE.txt
@@ -1,5 +1,5 @@
 Apache HttpComponents Client
-Copyright 1999-2016 The Apache Software Foundation
+Copyright 1999-2017 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/README.txt b/README.txt
index eb7212a..bf8295f 100644
--- a/README.txt
+++ b/README.txt
@@ -11,20 +11,14 @@
 Dependencies
 ------------
 
-HttpClient main module requires Java 6 compatible runtime and
+HttpClient main module requires Java 7 compatible runtime and
 depends on the following external libraries:
 
 * Apache HttpComponents HttpCore
-* Apache Commons Logging
+* Apache Logging Log4j2 API
 * Apache Commons Codec
 
-(for detailed information on external dependencies please see pom.xml)
-
-HttpMime module is optional and requires Java 6 compatible runtime
-and depends on the following external libraries:
-
-* Apache HttpComponents HttpCore
-* Apache Commons Logging
+Other dependencies are optional.
 
 (for detailed information on external dependencies please see pom.xml)
 
diff --git a/doap_HttpComponents_Client.rdf b/doap_HttpComponents_Client.rdf
index 33d4c70..f77be24 100644
--- a/doap_HttpComponents_Client.rdf
+++ b/doap_HttpComponents_Client.rdf
@@ -80,6 +80,18 @@
       <asfext:url rdf:resource="http://tools.ietf.org/html/rfc7235"/>
     </asfext:Standard></asfext:implements>
     <asfext:implements><asfext:Standard>
+      <asfext:title>Hypertext Transfer Protocol Version 2 (HTTP/2)</asfext:title>
+      <asfext:body>IETF</asfext:body>
+      <asfext:id>RFC 7540</asfext:id>
+      <asfext:url rdf:resource="http://tools.ietf.org/html/rfc7540"/>
+    </asfext:Standard></asfext:implements>
+    <asfext:implements><asfext:Standard>
+      <asfext:title>HPACK: Header Compression for HTTP/2</asfext:title>
+      <asfext:body>IETF</asfext:body>
+      <asfext:id>RFC 7541</asfext:id>
+      <asfext:url rdf:resource="http://tools.ietf.org/html/rfc7541"/>
+    </asfext:Standard></asfext:implements>
+    <asfext:implements><asfext:Standard>
       <asfext:title>Hypertext Transfer Protocol -- HTTP/1.0</asfext:title>
       <asfext:body>IETF</asfext:body>
       <asfext:id>RFC 1945</asfext:id>