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
This commit is contained in:
parent
c7a52d51c0
commit
6ff36912cd
20
BUILDING.txt
20
BUILDING.txt
|
@ -27,27 +27,17 @@ mvn install
|
|||
|
||||
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
|
||||
|
||||
|
|
|
@ -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/).
|
||||
|
|
12
README.txt
12
README.txt
|
@ -11,20 +11,14 @@ For building from source instructions please refer to BUILDING.txt.
|
|||
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)
|
||||
|
||||
|
|
|
@ -79,6 +79,18 @@ This is the successor to the widely used Jakarta Commons HttpClient 3.1.
|
|||
<asfext:id>RFC 7235</asfext:id>
|
||||
<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>
|
||||
|
|
Loading…
Reference in New Issue