Skip to content

Commit

Permalink
Upgraded HttpClient version to 5.0-alpha2-SNAPSHOT
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1726372 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
ok2c committed Jan 23, 2016
1 parent 274a041 commit d5bdbad
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion httpclient-cache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5-parent</artifactId>
<version>5.0-alpha1-SNAPSHOT</version>
<version>5.0-alpha2-SNAPSHOT</version>
</parent>
<artifactId>httpclient5-cache</artifactId>
<name>Apache HttpClient Cache</name>
Expand Down
2 changes: 1 addition & 1 deletion httpclient-fluent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5-parent</artifactId>
<version>5.0-alpha1-SNAPSHOT</version>
<version>5.0-alpha2-SNAPSHOT</version>
</parent>
<artifactId>httpclient5-fluent</artifactId>
<name>Apache HttpClient Fluent</name>
Expand Down
2 changes: 1 addition & 1 deletion httpclient-osgi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5-parent</artifactId>
<version>5.0-alpha1-SNAPSHOT</version>
<version>5.0-alpha2-SNAPSHOT</version>
</parent>
<artifactId>httpclient5-osgi</artifactId>
<name>Apache HttpClient OSGi bundle</name>
Expand Down
2 changes: 1 addition & 1 deletion httpclient-win/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5-parent</artifactId>
<version>5.0-alpha1-SNAPSHOT</version>
<version>5.0-alpha2-SNAPSHOT</version>
</parent>
<artifactId>httpclient5-win</artifactId>
<name>Apache HttpClient Windows features</name>
Expand Down
2 changes: 1 addition & 1 deletion httpclient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5-parent</artifactId>
<version>5.0-alpha1-SNAPSHOT</version>
<version>5.0-alpha2-SNAPSHOT</version>
</parent>
<artifactId>httpclient5</artifactId>
<name>Apache HttpClient</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5-parent</artifactId>
<name>Apache HttpComponents Client Parent</name>
<version>5.0-alpha1-SNAPSHOT</version>
<version>5.0-alpha2-SNAPSHOT</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>
Expand Down

0 comments on commit d5bdbad

Please sign in to comment.