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

Commit

Permalink
Stabilize on 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinoliver committed Mar 18, 2014
1 parent 0625112 commit 6ce6b7d
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
Expand Up @@ -3,13 +3,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.twitter</groupId>
<artifactId>hbc-core</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<packaging>jar</packaging>
<name>Hosebird Client Core</name>
<parent>
<groupId>com.twitter</groupId>
<artifactId>hbc</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>
<properties>
<git.dir>${project.basedir}/../.git</git.dir>
Expand Down
6 changes: 3 additions & 3 deletions hbc-example/pom.xml
Expand Up @@ -3,13 +3,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.twitter</groupId>
<artifactId>hbc-example</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<packaging>jar</packaging>
<name>Hosebird Client Examples</name>
<parent>
<groupId>com.twitter</groupId>
<artifactId>hbc</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.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.0-SNAPSHOT</version>
<version>2.0.0</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down
6 changes: 3 additions & 3 deletions hbc-twitter4j/pom.xml
Expand Up @@ -3,12 +3,12 @@
<parent>
<groupId>com.twitter</groupId>
<artifactId>hbc</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.twitter</groupId>
<artifactId>hbc-twitter4j</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.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.0-SNAPSHOT</version>
<version>2.0.0</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -5,7 +5,7 @@
<groupId>com.twitter</groupId>
<artifactId>hbc</artifactId>
<packaging>pom</packaging>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.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 6ce6b7d

Please sign in to comment.