HttpClient 4.3-beta2 RC1 git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/tags/4.3-beta2-RC1@1490997 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/fluent-hc/pom.xml b/fluent-hc/pom.xml index 625ddbe..123d2db 100644 --- a/fluent-hc/pom.xml +++ b/fluent-hc/pom.xml
@@ -30,7 +30,7 @@ <parent> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcomponents-client</artifactId> - <version>4.3-beta2-SNAPSHOT</version> + <version>4.3-beta2</version> </parent> <artifactId>fluent-hc</artifactId> <name>Fluent HttpClient</name>
diff --git a/httpclient-cache/pom.xml b/httpclient-cache/pom.xml index 99a05bc..7dbdf68 100644 --- a/httpclient-cache/pom.xml +++ b/httpclient-cache/pom.xml
@@ -30,7 +30,7 @@ <parent> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcomponents-client</artifactId> - <version>4.3-beta2-SNAPSHOT</version> + <version>4.3-beta2</version> </parent> <artifactId>httpclient-cache</artifactId> <name>HttpClient Cache</name>
diff --git a/httpclient-osgi/pom.xml b/httpclient-osgi/pom.xml index 81e4fc4..011b691 100644 --- a/httpclient-osgi/pom.xml +++ b/httpclient-osgi/pom.xml
@@ -30,7 +30,7 @@ <parent> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcomponents-client</artifactId> - <version>4.3-beta2-SNAPSHOT</version> + <version>4.3-beta2</version> </parent> <artifactId>httpclient-osgi</artifactId> <name>HttpClient OSGi bundle</name>
diff --git a/httpclient/pom.xml b/httpclient/pom.xml index 7f691fb..8e1018c 100644 --- a/httpclient/pom.xml +++ b/httpclient/pom.xml
@@ -30,7 +30,7 @@ <parent> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcomponents-client</artifactId> - <version>4.3-beta2-SNAPSHOT</version> + <version>4.3-beta2</version> </parent> <artifactId>httpclient</artifactId> <name>HttpClient</name>
diff --git a/httpmime/pom.xml b/httpmime/pom.xml index 9089235..c0f6fa4 100644 --- a/httpmime/pom.xml +++ b/httpmime/pom.xml
@@ -30,7 +30,7 @@ <parent> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcomponents-client</artifactId> - <version>4.3-beta2-SNAPSHOT</version> + <version>4.3-beta2</version> </parent> <artifactId>httpmime</artifactId> <name>HttpMime</name>
diff --git a/pom.xml b/pom.xml index 93c498e..c7c7218 100644 --- a/pom.xml +++ b/pom.xml
@@ -34,7 +34,7 @@ <modelVersion>4.0.0</modelVersion> <artifactId>httpcomponents-client</artifactId> <name>HttpComponents Client</name> - <version>4.3-beta2-SNAPSHOT</version> + <version>4.3-beta2</version> <description>Apache HttpComponents Client is a library of components for building client side HTTP services</description> <url>http://hc.apache.org/httpcomponents-client</url> <inceptionYear>1999</inceptionYear> @@ -59,9 +59,9 @@ </issueManagement> <scm> - <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> + <connection>scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpclient/tags/4.3-beta2</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpclient/tags/4.3-beta2</developerConnection> + <url>https://svn.apache.org/repos/asf/httpcomponents/httpclient/tags/4.3-beta2</url> </scm> <properties>