Skip to content
This repository has been archived by the owner on Nov 19, 2021. It is now read-only.

Commit

Permalink
2.1.0 release candidate
Browse files Browse the repository at this point in the history
git-svn-id: http://yusuke.homeip.net/svn/twitter4j/trunk@517 117b7e0d-5933-0410-9d29-ab41bb01d86b
  • Loading branch information
yusuke committed Jan 23, 2010
1 parent 632597f commit e38c629
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<artifactId>twitter4j-core</artifactId>
<packaging>jar</packaging>
<name>twitter4j</name>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
<url>http://yusuke.homeip.net/twitter4j/</url>
<licenses>
<license>
Expand Down Expand Up @@ -119,7 +119,7 @@
<goal>jar</goal>
</goals>
<configuration>
<excludePackageNames>twitter4j.org.json
<excludePackageNames>twitter4j.org.json,twitter4j.conf,twitter4j.logging,twitter4j.http
</excludePackageNames>
</configuration>
</execution>
Expand Down
6 changes: 3 additions & 3 deletions release-SNAPSHOT.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ cp build.xml $DIR/
cp LICENSE.txt $DIR/
cp -r bin $DIR/
cp -r lib $DIR/
cp target/twitter4j-$1.jar $DIR/
cp target/twitter4j-$1-sources.jar $DIR/
cp target/twitter4j-$1-javadoc.jar $DIR/
cp target/twitter4j-core-$1.jar $DIR/
cp target/twitter4j-core-$1-sources.jar $DIR/
cp target/twitter4j-core-$1-javadoc.jar $DIR/
cd $DIR/
find . -name ".svn" -print -exec rm -rf {} ";"
find . -name ".DS_Store" -print -exec rm -r {} ";"
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/twitter4j/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* @author Yusuke Yamamoto - yusuke at mac.com
*/
public class Version {
private static final String VERSION = "2.1.0-SNAPSHOT";
private static final String VERSION = "2.1.0";
private static final String TITLE = "Twitter4J";

public static String getVersion(){
Expand Down

0 comments on commit e38c629

Please sign in to comment.