diff --git a/httpclient-benchmark/pom.xml b/httpclient-benchmark/pom.xml
index bac3bbdb6..6e8b06363 100644
--- a/httpclient-benchmark/pom.xml
+++ b/httpclient-benchmark/pom.xml
@@ -30,7 +30,7 @@
org.apache.httpcomponents
httpcomponents-client
- 4.1-alpha2-SNAPSHOT
+ 4.1-alpha2
httpclient-benchmark
HttpClient Benchmarks
@@ -53,21 +53,19 @@
org.apache.httpcomponents
httpclient
${project.version}
+ compile
org.apache.httpcomponents
httpcore
- 4.1-alpha2-SNAPSHOT
-
-
- commons-httpclient
- commons-httpclient
- 3.1
+ 4.1-beta1
+ compile
commons-httpclient
commons-httpclient
3.1
+ compile
org.eclipse.jetty
diff --git a/httpclient-cache/pom.xml b/httpclient-cache/pom.xml
index d576936b3..b4172a00d 100644
--- a/httpclient-cache/pom.xml
+++ b/httpclient-cache/pom.xml
@@ -30,7 +30,7 @@
org.apache.httpcomponents
httpcomponents-client
- 4.1-alpha2-SNAPSHOT
+ 4.1-alpha2
httpclient-cache
HttpClient Cache
diff --git a/httpclient-contrib/pom.xml b/httpclient-contrib/pom.xml
index 3851cef1b..c7e1f28b9 100644
--- a/httpclient-contrib/pom.xml
+++ b/httpclient-contrib/pom.xml
@@ -30,7 +30,7 @@
org.apache.httpcomponents
httpcomponents-client
- 4.1-alpha2-SNAPSHOT
+ 4.1-alpha2
httpclient-contrib
HttpClient Contrib
diff --git a/httpclient-osgi/pom.xml b/httpclient-osgi/pom.xml
index f9fa28c84..175aa42ff 100644
--- a/httpclient-osgi/pom.xml
+++ b/httpclient-osgi/pom.xml
@@ -30,7 +30,7 @@
org.apache.httpcomponents
httpcomponents-client
- 4.1-alpha2-SNAPSHOT
+ 4.1-alpha2
httpclient-osgi
HttpClient OSGi bundle
@@ -54,16 +54,25 @@
org.apache.httpcomponents
httpclient
${project.version}
+ compile
commons-codec
commons-codec
${commons-codec.version}
+ compile
org.apache.httpcomponents
httpmime
${project.version}
+ compile
+
+
+ org.apache.httpcomponents
+ httpclient-cache
+ ${project.version}
+ compile
diff --git a/httpclient/pom.xml b/httpclient/pom.xml
index d5f061e3f..51a58f402 100644
--- a/httpclient/pom.xml
+++ b/httpclient/pom.xml
@@ -30,7 +30,7 @@
org.apache.httpcomponents
httpcomponents-client
- 4.1-alpha2-SNAPSHOT
+ 4.1-alpha2
httpclient
HttpClient
@@ -53,16 +53,19 @@
org.apache.httpcomponents
httpcore
${httpcore.version}
+ compile
commons-logging
commons-logging
${commons-logging.version}
+ compile
commons-codec
commons-codec
${commons-codec.version}
+ compile
junit
@@ -73,7 +76,7 @@
org.mockito
mockito-all
- 1.8.4
+ ${mockito.version}
test
diff --git a/httpmime/pom.xml b/httpmime/pom.xml
index 59b7092d2..c90966438 100644
--- a/httpmime/pom.xml
+++ b/httpmime/pom.xml
@@ -30,7 +30,7 @@
org.apache.httpcomponents
httpcomponents-client
- 4.1-alpha2-SNAPSHOT
+ 4.1-alpha2
httpmime
HttpMime
@@ -53,11 +53,13 @@
org.apache.httpcomponents
httpcore
${httpcore.version}
+ compile
commons-logging
commons-logging
${commons-logging.version}
+ compile
junit
diff --git a/pom.xml b/pom.xml
index 88590a661..d4f2cfdcc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,7 +35,7 @@
org.apache.httpcomponents
httpcomponents-client
HttpComponents Client
- 4.1-alpha2-SNAPSHOT
+ 4.1-alpha2
Components to build client side HTTP services
http://hc.apache.org/httpcomponents-client
1999
@@ -60,9 +60,9 @@
- scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk
- scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk
- https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk
+ scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpclient/tags/4.1-alpha2
+ scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpclient/tags/4.1-alpha2
+ https://svn.apache.org/repos/asf/httpcomponents/httpclient/tags/4.1-alpha2
@@ -73,6 +73,7 @@
1.4
4.8.1
2.5.2
+ 1.8.4