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

Commit

Permalink
stabilize
Browse files Browse the repository at this point in the history
  • Loading branch information
paradigmsort committed Jul 2, 2014
1 parent e1c8828 commit 2b24ebc
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
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.1.1-SNAPSHOT</version>
<version>2.2.0</version>
<packaging>jar</packaging>
<name>Hosebird Client Core</name>
<parent>
<groupId>com.twitter</groupId>
<artifactId>hbc</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.2.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.1.1-SNAPSHOT</version>
<version>2.2.0</version>
<packaging>jar</packaging>
<name>Hosebird Client Examples</name>
<parent>
<groupId>com.twitter</groupId>
<artifactId>hbc</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.2.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.1.1-SNAPSHOT</version>
<version>2.2.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.1.1-SNAPSHOT</version>
<version>2.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.twitter</groupId>
<artifactId>hbc-twitter4j</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.2.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.1.1-SNAPSHOT</version>
<version>2.2.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.1.1-SNAPSHOT</version>
<version>2.2.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 2b24ebc

Please sign in to comment.