Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.

Commit

Permalink
Stabilize 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paradigmsort committed Jun 2, 2014
1 parent 60969ef commit 0032a19
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
== 2.1.0

* Replace configuration of ConnectionManager with configuration of SchemeRegistry to fix https://github.com/twitter/hbc/issues/113

== 2.0.2

* Allow for configuration of http ConnectionManager
Expand Down
4 changes: 2 additions & 2 deletions hbc-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.twitter</groupId>
<artifactId>hbc-core</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.1.0</version>
<packaging>jar</packaging>
<name>Hosebird Client Core</name>
<parent>
<groupId>com.twitter</groupId>
<artifactId>hbc</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.1.0</version>
</parent>
<properties>
<git.dir>${project.basedir}/../.git</git.dir>
Expand Down
6 changes: 3 additions & 3 deletions hbc-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.twitter</groupId>
<artifactId>hbc-example</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.1.0</version>
<packaging>jar</packaging>
<name>Hosebird Client Examples</name>
<parent>
<groupId>com.twitter</groupId>
<artifactId>hbc</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.1.0</version>
</parent>
<properties>
<git.dir>${project.basedir}/../.git</git.dir>
Expand All @@ -25,7 +25,7 @@
<dependency>
<groupId>com.twitter</groupId>
<artifactId>hbc-twitter4j</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.1.0</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down
6 changes: 3 additions & 3 deletions hbc-twitter4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<parent>
<groupId>com.twitter</groupId>
<artifactId>hbc</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.twitter</groupId>
<artifactId>hbc-twitter4j</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.1.0</version>
<packaging>jar</packaging>
<name>Hosebird Client Twitter4J</name>
<properties>
Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>com.twitter</groupId>
<artifactId>hbc-core</artifactId>
<version>2.0.3-SNAPSHOT</version>
<version>2.1.0</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>com.twitter</groupId>
<artifactId>hbc</artifactId>
<packaging>pom</packaging>
<version>2.0.3-SNAPSHOT</version>
<version>2.1.0</version>
<url>http://github.com/twitter/hbc</url>
<description>A Java HTTP client for consuming Twitter's Streaming API</description>
<modules>
Expand Down

0 comments on commit 0032a19

Please sign in to comment.