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

Commit 6ce6b7d

Browse files
committed
Stabilize on 2.0.0
1 parent 0625112 commit 6ce6b7d

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

hbc-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.twitter</groupId>
55
<artifactId>hbc-core</artifactId>
6-
<version>2.0.0-SNAPSHOT</version>
6+
<version>2.0.0</version>
77
<packaging>jar</packaging>
88
<name>Hosebird Client Core</name>
99
<parent>
1010
<groupId>com.twitter</groupId>
1111
<artifactId>hbc</artifactId>
12-
<version>2.0.0-SNAPSHOT</version>
12+
<version>2.0.0</version>
1313
</parent>
1414
<properties>
1515
<git.dir>${project.basedir}/../.git</git.dir>

hbc-example/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.twitter</groupId>
55
<artifactId>hbc-example</artifactId>
6-
<version>2.0.0-SNAPSHOT</version>
6+
<version>2.0.0</version>
77
<packaging>jar</packaging>
88
<name>Hosebird Client Examples</name>
99
<parent>
1010
<groupId>com.twitter</groupId>
1111
<artifactId>hbc</artifactId>
12-
<version>2.0.0-SNAPSHOT</version>
12+
<version>2.0.0</version>
1313
</parent>
1414
<properties>
1515
<git.dir>${project.basedir}/../.git</git.dir>
@@ -25,7 +25,7 @@
2525
<dependency>
2626
<groupId>com.twitter</groupId>
2727
<artifactId>hbc-twitter4j</artifactId>
28-
<version>2.0.0-SNAPSHOT</version>
28+
<version>2.0.0</version>
2929
</dependency>
3030
<dependency>
3131
<groupId>org.slf4j</groupId>

hbc-twitter4j/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<parent>
44
<groupId>com.twitter</groupId>
55
<artifactId>hbc</artifactId>
6-
<version>2.0.0-SNAPSHOT</version>
6+
<version>2.0.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<groupId>com.twitter</groupId>
1010
<artifactId>hbc-twitter4j</artifactId>
11-
<version>2.0.0-SNAPSHOT</version>
11+
<version>2.0.0</version>
1212
<packaging>jar</packaging>
1313
<name>Hosebird Client Twitter4J</name>
1414
<properties>
@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>com.twitter</groupId>
2020
<artifactId>hbc-core</artifactId>
21-
<version>2.0.0-SNAPSHOT</version>
21+
<version>2.0.0</version>
2222
</dependency>
2323
<dependency>
2424
<groupId>com.google.guava</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.twitter</groupId>
66
<artifactId>hbc</artifactId>
77
<packaging>pom</packaging>
8-
<version>2.0.0-SNAPSHOT</version>
8+
<version>2.0.0</version>
99
<url>http://github.com/twitter/hbc</url>
1010
<description>A Java HTTP client for consuming Twitter's Streaming API</description>
1111
<modules>

0 commit comments

Comments
 (0)