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>
|
||||
<groupId>org.apache.httpcomponents</groupId>
|
||||
<artifactId>httpcomponents-client</artifactId>
|
||||
<version>4.0</version>
|
||||
<version>4.0.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>httpclient-osgi</artifactId>
|
||||
<name>HttpClient OSGi bundle</name>
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
<parent>
|
||||
<groupId>org.apache.httpcomponents</groupId>
|
||||
<artifactId>httpcomponents-client</artifactId>
|
||||
<version>4.0</version>
|
||||
<version>4.0.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>httpclient</artifactId>
|
||||
<name>HttpClient</name>
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
<parent>
|
||||
<groupId>org.apache.httpcomponents</groupId>
|
||||
<artifactId>httpcomponents-client</artifactId>
|
||||
<version>4.0</version>
|
||||
<version>4.0.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>httpmime</artifactId>
|
||||
<name>HttpMime</name>
|
||||
|
|
8
pom.xml
8
pom.xml
|
@ -35,7 +35,7 @@
|
|||
<groupId>org.apache.httpcomponents</groupId>
|
||||
<artifactId>httpcomponents-client</artifactId>
|
||||
<name>HttpComponents Client</name>
|
||||
<version>4.0</version>
|
||||
<version>4.0.1-SNAPSHOT</version>
|
||||
<description>Components to build client side HTTP services</description>
|
||||
<url>http://hc.apache.org/httpcomponents-client</url>
|
||||
<inceptionYear>1999</inceptionYear>
|
||||
|
@ -60,9 +60,9 @@
|
|||
</issueManagement>
|
||||
|
||||
<scm>
|
||||
<connection>scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpclient/tags/4.0</connection>
|
||||
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpclient/tags/4.0</developerConnection>
|
||||
<url>https://svn.apache.org/repos/asf/httpcomponents/httpclient/tags/4.0</url>
|
||||
<connection>scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk</connection>
|
||||
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk</developerConnection>
|
||||
<url>https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk</url>
|
||||
</scm>
|
||||
|
||||
<properties>
|
||||
|
|
Loading…
Reference in New Issue