Use redirect from a generic to a version specific URL

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1060101 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Oleg Kalnichevski 2011-01-17 21:27:57 +00:00
parent 6ba7afe88a
commit 119d9cbb2c
1 changed files with 2 additions and 2 deletions

View File

@ -31,11 +31,11 @@
<http://www.apache.org />.
-->
<Project rdf:about="http://hc.apache.org/httpcomponents-client-ga/">
<Project rdf:about="http://hc.apache.org/httpcomponents-client/">
<created>2007-11-15</created>
<license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
<name>Apache HttpComponents Client</name>
<homepage rdf:resource="http://hc.apache.org/httpcomponents-client-ga/" />
<homepage rdf:resource="http://hc.apache.org/httpcomponents-client/" />
<asfext:pmc rdf:resource="http://httpcomponents.apache.org" />
<shortdesc>
Java library implementing an HTTP client based on HttpCore components.