HttpClient 4.0.1-SNAPSHOT
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@801764 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0fa5a2e77c
commit
ed4418bda6
|
@ -30,7 +30,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.httpcomponents</groupId>
|
<groupId>org.apache.httpcomponents</groupId>
|
||||||
<artifactId>httpcomponents-client</artifactId>
|
<artifactId>httpcomponents-client</artifactId>
|
||||||
<version>4.0</version>
|
<version>4.0.1-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>httpclient-osgi</artifactId>
|
<artifactId>httpclient-osgi</artifactId>
|
||||||
<name>HttpClient OSGi bundle</name>
|
<name>HttpClient OSGi bundle</name>
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.httpcomponents</groupId>
|
<groupId>org.apache.httpcomponents</groupId>
|
||||||
<artifactId>httpcomponents-client</artifactId>
|
<artifactId>httpcomponents-client</artifactId>
|
||||||
<version>4.0</version>
|
<version>4.0.1-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>httpclient</artifactId>
|
<artifactId>httpclient</artifactId>
|
||||||
<name>HttpClient</name>
|
<name>HttpClient</name>
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.httpcomponents</groupId>
|
<groupId>org.apache.httpcomponents</groupId>
|
||||||
<artifactId>httpcomponents-client</artifactId>
|
<artifactId>httpcomponents-client</artifactId>
|
||||||
<version>4.0</version>
|
<version>4.0.1-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>httpmime</artifactId>
|
<artifactId>httpmime</artifactId>
|
||||||
<name>HttpMime</name>
|
<name>HttpMime</name>
|
||||||
|
|
8
pom.xml
8
pom.xml
|
@ -35,7 +35,7 @@
|
||||||
<groupId>org.apache.httpcomponents</groupId>
|
<groupId>org.apache.httpcomponents</groupId>
|
||||||
<artifactId>httpcomponents-client</artifactId>
|
<artifactId>httpcomponents-client</artifactId>
|
||||||
<name>HttpComponents Client</name>
|
<name>HttpComponents Client</name>
|
||||||
<version>4.0</version>
|
<version>4.0.1-SNAPSHOT</version>
|
||||||
<description>Components to build client side HTTP services</description>
|
<description>Components to build client side HTTP services</description>
|
||||||
<url>http://hc.apache.org/httpcomponents-client</url>
|
<url>http://hc.apache.org/httpcomponents-client</url>
|
||||||
<inceptionYear>1999</inceptionYear>
|
<inceptionYear>1999</inceptionYear>
|
||||||
|
@ -60,9 +60,9 @@
|
||||||
</issueManagement>
|
</issueManagement>
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpclient/tags/4.0</connection>
|
<connection>scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk</connection>
|
||||||
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpclient/tags/4.0</developerConnection>
|
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk</developerConnection>
|
||||||
<url>https://svn.apache.org/repos/asf/httpcomponents/httpclient/tags/4.0</url>
|
<url>https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk</url>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
|
Loading…
Reference in New Issue