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

Commit

Permalink
Merge pull request #102 from twitter/t4j-v4.0.1
Browse files Browse the repository at this point in the history
t4j 4.0.1
  • Loading branch information
xsl committed Mar 18, 2014
2 parents dcff4e9 + 3547238 commit 0625112
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
== 2.0.0

* Upgrade JOAuth to 6.0.2 from 4.0.1.
* Removed twitter4j 2.x support. `hbc-twitter4j` module is now based on twitter4j 4.x.
* Upgrade Guava dependency to 14.0.1.
* Removed twitter4j 2.x support. `hbc-twitter4j` module is now based on twitter4j 4.0.1.
Removed the `hbc-twitter4j-v3` module as part of this.
* Removed transitive Scala dependency that was brought in via the previous versions of JOAuth.

Expand Down
4 changes: 2 additions & 2 deletions hbc-twitter4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
<dependency>
<groupId>org.twitter4j</groupId>
<artifactId>twitter4j-core</artifactId>
<version>4.0.0</version>
<version>4.0.1</version>
</dependency>
<dependency>
<groupId>org.twitter4j</groupId>
<artifactId>twitter4j-stream</artifactId>
<version>4.0.0</version>
<version>4.0.1</version>
</dependency>
</dependencies>
<build>
Expand Down

0 comments on commit 0625112

Please sign in to comment.