Skip to content

Commit

Permalink
Upgraded HttpAsyncClient version to 4.1.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
ok2c committed Apr 21, 2015
1 parent e109d3e commit fe95dc2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.1-beta2-SNAPSHOT</version>
<version>4.1.1-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.1-beta2-SNAPSHOT</version>
<version>4.1.1-SNAPSHOT</version>
</parent>
<artifactId>httpasyncclient-osgi</artifactId>
<name>Apache 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.1-beta2-SNAPSHOT</version>
<version>4.1.1-SNAPSHOT</version>
</parent>
<artifactId>httpasyncclient</artifactId>
<name>Apache HttpAsyncClient</name>
Expand Down
2 changes: 1 addition & 1 deletion 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.1-beta2-SNAPSHOT</version>
<version>4.1.1-SNAPSHOT</version>
<description>Apache components to build asynchronous client side HTTP services</description>
<url>http://hc.apache.org/httpcomponents-asyncclient</url>
<inceptionYear>2010</inceptionYear>
Expand Down

0 comments on commit fe95dc2

Please sign in to comment.