Skip to content

Commit

Permalink
Upgraded HttpAsyncClient version to 4.0.2-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
ok2c committed Feb 21, 2014
1 parent 9242480 commit 15637cd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion httpasyncclient-cache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcomponents-asyncclient</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.2-SNAPSHOT</version>
</parent>
<artifactId>httpasyncclient-cache</artifactId>
<name>Apache HttpAsyncClient Cache</name>
Expand Down
2 changes: 1 addition & 1 deletion httpasyncclient-osgi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcomponents-asyncclient</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.2-SNAPSHOT</version>
</parent>
<artifactId>httpasyncclient-osgi</artifactId>
<name>HttpAsyncClient OSGi bundle</name>
Expand Down
2 changes: 1 addition & 1 deletion httpasyncclient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcomponents-asyncclient</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.2-SNAPSHOT</version>
</parent>
<artifactId>httpasyncclient</artifactId>
<name>Apache HttpAsyncClient</name>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>httpcomponents-asyncclient</artifactId>
<name>Apache HttpComponents AsyncClient</name>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.2-SNAPSHOT</version>
<description>Components to build asynchronous client side HTTP services</description>
<url>http://hc.apache.org/httpcomponents-asyncclient</url>
<inceptionYear>2010</inceptionYear>
Expand All @@ -58,9 +58,9 @@
</issueManagement>

<scm>
<connection>scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpasyncclient/trunk</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpasyncclient/trunk</developerConnection>
<url>https://svn.apache.org/repos/asf/httpcomponents/httpasyncclient/trunk</url>
<connection>scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpasyncclient/trunk/</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpasyncclient/trunk/</developerConnection>
<url>https://svn.apache.org/repos/asf/httpcomponents/httpasyncclient/trunk/</url>
</scm>

<properties>
Expand Down

0 comments on commit 15637cd

Please sign in to comment.