Skip to content

Commit

Permalink
HttpClient 4.1 RC1 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ok2c committed Jan 14, 2011
1 parent d2f42ec commit a9ed2aa
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion httpclient-benchmark/pom.xml
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcomponents-client</artifactId>
<version>4.1-beta2-SNAPSHOT</version>
<version>4.1</version>
</parent>
<artifactId>httpclient-benchmark</artifactId>
<name>HttpClient Benchmarks</name>
Expand Down
2 changes: 1 addition & 1 deletion httpclient-cache/pom.xml
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcomponents-client</artifactId>
<version>4.1-beta2-SNAPSHOT</version>
<version>4.1</version>
</parent>
<artifactId>httpclient-cache</artifactId>
<name>HttpClient Cache</name>
Expand Down
2 changes: 1 addition & 1 deletion httpclient-contrib/pom.xml
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcomponents-client</artifactId>
<version>4.1-beta2-SNAPSHOT</version>
<version>4.1</version>
</parent>
<artifactId>httpclient-contrib</artifactId>
<name>HttpClient Contrib</name>
Expand Down
2 changes: 1 addition & 1 deletion httpclient-osgi/pom.xml
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcomponents-client</artifactId>
<version>4.1-beta2-SNAPSHOT</version>
<version>4.1</version>
</parent>
<artifactId>httpclient-osgi</artifactId>
<name>HttpClient OSGi bundle</name>
Expand Down
2 changes: 1 addition & 1 deletion httpclient/pom.xml
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcomponents-client</artifactId>
<version>4.1-beta2-SNAPSHOT</version>
<version>4.1</version>
</parent>
<artifactId>httpclient</artifactId>
<name>HttpClient</name>
Expand Down
2 changes: 1 addition & 1 deletion httpmime/pom.xml
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcomponents-client</artifactId>
<version>4.1-beta2-SNAPSHOT</version>
<version>4.1</version>
</parent>
<artifactId>httpmime</artifactId>
<name>HttpMime</name>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -35,7 +35,7 @@
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcomponents-client</artifactId>
<name>HttpComponents Client</name>
<version>4.1-beta2-SNAPSHOT</version>
<version>4.1</version>
<description>Components to build client side HTTP services</description>
<url>http://hc.apache.org/httpcomponents-client</url>
<inceptionYear>1999</inceptionYear>
Expand All @@ -60,9 +60,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.1</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpclient/tags/4.1</developerConnection>
<url>https://svn.apache.org/repos/asf/httpcomponents/httpclient/tags/4.1</url>
</scm>

<properties>
Expand Down

0 comments on commit a9ed2aa

Please sign in to comment.