diff --git a/pom.xml b/pom.xml index df749c580..e22773945 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.twitter4j twitter4j - 4.0.5 + 4.0.8 pom twitter4j A Java library for the Twitter API @@ -20,7 +20,7 @@ scm:git:https://github.com/yusuke/twitter4j.git - 4.0.5 + 4.0.8 diff --git a/twitter4j-appengine/pom.xml b/twitter4j-appengine/pom.xml index 8e7c522a5..d4ad758d2 100644 --- a/twitter4j-appengine/pom.xml +++ b/twitter4j-appengine/pom.xml @@ -3,7 +3,7 @@ org.twitter4j twitter4j-appengine - 4.0.5 + 4.0.8 jar twitter4j-appengine A Java library for the Twitter API @@ -21,7 +21,7 @@ scm:https://github.com/yusuke/twitter4j.git - 4.0.5 + 4.0.8 @@ -138,8 +138,8 @@ maven-compiler-plugin UTF-8 - 6 - 6 + 7 + 7 2.5.1 diff --git a/twitter4j-async/pom.xml b/twitter4j-async/pom.xml index 44c3f660e..ede41eb90 100644 --- a/twitter4j-async/pom.xml +++ b/twitter4j-async/pom.xml @@ -120,8 +120,8 @@ maven-compiler-plugin UTF-8 - 6 - 6 + 7 + 7 2.5.1 diff --git a/twitter4j-core/pom.xml b/twitter4j-core/pom.xml index 44f551cbe..0fd4db43c 100644 --- a/twitter4j-core/pom.xml +++ b/twitter4j-core/pom.xml @@ -1,9 +1,10 @@ + 4.0.0 org.twitter4j twitter4j-core - 4.0.5-CF + 4.0.8-CF jar twitter4j-core A Java library for the Twitter API @@ -21,7 +22,7 @@ scm:https://github.com/yusuke/twitter4j.git - 4.0.5 + 4.0.8 @@ -166,8 +167,8 @@ maven-compiler-plugin UTF-8 - 6 - 6 + 7 + 7 2.5.1 diff --git a/twitter4j-core/src/main/java/twitter4j/conf/ConfigurationBase.java b/twitter4j-core/src/main/java/twitter4j/conf/ConfigurationBase.java index e445d9463..1819739f5 100755 --- a/twitter4j-core/src/main/java/twitter4j/conf/ConfigurationBase.java +++ b/twitter4j-core/src/main/java/twitter4j/conf/ConfigurationBase.java @@ -49,12 +49,12 @@ class ConfigurationBase implements Configuration, java.io.Serializable { private String oAuth2TokenType; private String oAuth2AccessToken; private String oAuth2Scope; - private String oAuthRequestTokenURL = "https://api.twitter.com/oauth/request_token"; - private String oAuthAuthorizationURL = "https://api.twitter.com/oauth/authorize"; - private String oAuthAccessTokenURL = "https://api.twitter.com/oauth/access_token"; - private String oAuthAuthenticationURL = "https://api.twitter.com/oauth/authenticate"; - private String oAuth2TokenURL = "https://api.twitter.com/oauth2/token"; - private String oAuth2InvalidateTokenURL = "https://api.twitter.com/oauth2/invalidate_token"; + private String oAuthRequestTokenURL = "https://api.x.com/oauth/request_token"; + private String oAuthAuthorizationURL = "https://api.x.com/oauth/authorize"; + private String oAuthAccessTokenURL = "https://api.x.com/oauth/access_token"; + private String oAuthAuthenticationURL = "https://api.x.com/oauth/authenticate"; + private String oAuth2TokenURL = "https://api.x.com/oauth2/token"; + private String oAuth2InvalidateTokenURL = "https://api.x.com/oauth2/invalidate_token"; private String restBaseURL = "https://api.twitter.com/1.1/"; private String streamBaseURL = "https://stream.twitter.com/1.1/"; diff --git a/twitter4j-media-support/pom.xml b/twitter4j-media-support/pom.xml index 788179ff2..20db0cd5e 100644 --- a/twitter4j-media-support/pom.xml +++ b/twitter4j-media-support/pom.xml @@ -121,8 +121,8 @@ maven-compiler-plugin UTF-8 - 6 - 6 + 7 + 7 2.5.1 diff --git a/twitter4j-stream/pom.xml b/twitter4j-stream/pom.xml index 18c9bbf39..2f99b3fcf 100644 --- a/twitter4j-stream/pom.xml +++ b/twitter4j-stream/pom.xml @@ -132,8 +132,8 @@ maven-compiler-plugin UTF-8 - 6 - 6 + 7 + 7 2.5.1