This repository was archived by the owner on Apr 7, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >com.twitter</groupId >
5
5
<artifactId >hbc-core</artifactId >
6
- <version >2.0.0-SNAPSHOT </version >
6
+ <version >2.0.0</version >
7
7
<packaging >jar</packaging >
8
8
<name >Hosebird Client Core</name >
9
9
<parent >
10
10
<groupId >com.twitter</groupId >
11
11
<artifactId >hbc</artifactId >
12
- <version >2.0.0-SNAPSHOT </version >
12
+ <version >2.0.0</version >
13
13
</parent >
14
14
<properties >
15
15
<git .dir>${project.basedir} /../.git</git .dir>
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >com.twitter</groupId >
5
5
<artifactId >hbc-example</artifactId >
6
- <version >2.0.0-SNAPSHOT </version >
6
+ <version >2.0.0</version >
7
7
<packaging >jar</packaging >
8
8
<name >Hosebird Client Examples</name >
9
9
<parent >
10
10
<groupId >com.twitter</groupId >
11
11
<artifactId >hbc</artifactId >
12
- <version >2.0.0-SNAPSHOT </version >
12
+ <version >2.0.0</version >
13
13
</parent >
14
14
<properties >
15
15
<git .dir>${project.basedir} /../.git</git .dir>
25
25
<dependency >
26
26
<groupId >com.twitter</groupId >
27
27
<artifactId >hbc-twitter4j</artifactId >
28
- <version >2.0.0-SNAPSHOT </version >
28
+ <version >2.0.0</version >
29
29
</dependency >
30
30
<dependency >
31
31
<groupId >org.slf4j</groupId >
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >com.twitter</groupId >
5
5
<artifactId >hbc</artifactId >
6
- <version >2.0.0-SNAPSHOT </version >
6
+ <version >2.0.0</version >
7
7
</parent >
8
8
<modelVersion >4.0.0</modelVersion >
9
9
<groupId >com.twitter</groupId >
10
10
<artifactId >hbc-twitter4j</artifactId >
11
- <version >2.0.0-SNAPSHOT </version >
11
+ <version >2.0.0</version >
12
12
<packaging >jar</packaging >
13
13
<name >Hosebird Client Twitter4J</name >
14
14
<properties >
18
18
<dependency >
19
19
<groupId >com.twitter</groupId >
20
20
<artifactId >hbc-core</artifactId >
21
- <version >2.0.0-SNAPSHOT </version >
21
+ <version >2.0.0</version >
22
22
</dependency >
23
23
<dependency >
24
24
<groupId >com.google.guava</groupId >
Original file line number Diff line number Diff line change 5
5
<groupId >com.twitter</groupId >
6
6
<artifactId >hbc</artifactId >
7
7
<packaging >pom</packaging >
8
- <version >2.0.0-SNAPSHOT </version >
8
+ <version >2.0.0</version >
9
9
<url >http://github.com/twitter/hbc</url >
10
10
<description >A Java HTTP client for consuming Twitter's Streaming API</description >
11
11
<modules >
You can’t perform that action at this time.
0 commit comments