From 6ce6b7d12ffcf1203e3909ba592904a0fd62773d Mon Sep 17 00:00:00 2001 From: Kevin Oliver Date: Tue, 18 Mar 2014 15:47:40 -0700 Subject: [PATCH] Stabilize on 2.0.0 --- hbc-core/pom.xml | 4 ++-- hbc-example/pom.xml | 6 +++--- hbc-twitter4j/pom.xml | 6 +++--- pom.xml | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/hbc-core/pom.xml b/hbc-core/pom.xml index 2c4f2e76..1e1bb69e 100644 --- a/hbc-core/pom.xml +++ b/hbc-core/pom.xml @@ -3,13 +3,13 @@ 4.0.0 com.twitter hbc-core - 2.0.0-SNAPSHOT + 2.0.0 jar Hosebird Client Core com.twitter hbc - 2.0.0-SNAPSHOT + 2.0.0 ${project.basedir}/../.git diff --git a/hbc-example/pom.xml b/hbc-example/pom.xml index 59f243f4..7c173a07 100644 --- a/hbc-example/pom.xml +++ b/hbc-example/pom.xml @@ -3,13 +3,13 @@ 4.0.0 com.twitter hbc-example - 2.0.0-SNAPSHOT + 2.0.0 jar Hosebird Client Examples com.twitter hbc - 2.0.0-SNAPSHOT + 2.0.0 ${project.basedir}/../.git @@ -25,7 +25,7 @@ com.twitter hbc-twitter4j - 2.0.0-SNAPSHOT + 2.0.0 org.slf4j diff --git a/hbc-twitter4j/pom.xml b/hbc-twitter4j/pom.xml index 17bfc1b6..dd286958 100644 --- a/hbc-twitter4j/pom.xml +++ b/hbc-twitter4j/pom.xml @@ -3,12 +3,12 @@ com.twitter hbc - 2.0.0-SNAPSHOT + 2.0.0 4.0.0 com.twitter hbc-twitter4j - 2.0.0-SNAPSHOT + 2.0.0 jar Hosebird Client Twitter4J @@ -18,7 +18,7 @@ com.twitter hbc-core - 2.0.0-SNAPSHOT + 2.0.0 com.google.guava diff --git a/pom.xml b/pom.xml index f3042e06..ac027389 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.twitter hbc pom - 2.0.0-SNAPSHOT + 2.0.0 http://github.com/twitter/hbc A Java HTTP client for consuming Twitter's Streaming API