From: Kai Moritz Date: Tue, 6 Oct 2015 06:13:46 +0000 (+0200) Subject: Converted project into a Sonatype-Project X-Git-Tag: facebook-utils-1.0~1 X-Git-Url: https://juplo.de/gitweb/?p=facebook-errors;a=commitdiff_plain;h=f739b71444f760d162ec6f7b8d568af33ed37619 Converted project into a Sonatype-Project --- diff --git a/pom.xml b/pom.xml index 65f2569..c095602 100644 --- a/pom.xml +++ b/pom.xml @@ -3,6 +3,12 @@ 4.0.0 + + org.sonatype.oss + oss-parent + 9 + + de.juplo facebook-utils @@ -18,6 +24,15 @@ + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + A business-friendly OSS license + + + scm:git:http://juplo.de/git/facebook-utils scm:git:ssh://juplo.de:/var/lib/git/juplo/facebook-utils @@ -33,6 +48,9 @@ + + + @@ -213,16 +231,10 @@ - - juplo.internal - Internal Release Repository - http://juplo.de/archiva/repository/internal/ - - - juplo.snapshots - Internal Snapshot Repository - http://juplo.de/archiva/repository/snapshots/ - + + www.juplo.de + scp://juplo.de/var/www/juplo/facebook-utils-${project.version} + @@ -231,6 +243,7 @@ org.apache.maven.plugins maven-compiler-plugin + 3.3 1.7 1.7 @@ -241,6 +254,7 @@ org.apache.maven.plugins maven-source-plugin + 2.1.2 attach-sources @@ -258,23 +272,42 @@ + org.apache.maven.plugins maven-changes-plugin + 2.11 + org.apache.maven.plugins maven-javadoc-plugin + 2.10.3 + org.apache.maven.plugins maven-jxr-plugin + 2.5 + org.apache.maven.plugins maven-surefire-report-plugin + 2.18.1 + org.apache.maven.plugins maven-scm-plugin + 1.9.4 install + + org.apache.maven.plugins + maven-pmd-plugin + 3.5 + + true + 1.5 + + diff --git a/src/main/java/de/juplo/facebook/SignedRequestAwareAuthorizationCodeAccessTokenProvider.java b/src/main/java/de/juplo/facebook/SignedRequestAwareAuthorizationCodeAccessTokenProvider.java index 5df98b7..fcae74a 100644 --- a/src/main/java/de/juplo/facebook/SignedRequestAwareAuthorizationCodeAccessTokenProvider.java +++ b/src/main/java/de/juplo/facebook/SignedRequestAwareAuthorizationCodeAccessTokenProvider.java @@ -30,7 +30,7 @@ import org.springframework.security.oauth2.common.OAuth2AccessToken; * support for signed requests, which are issued by Facebook, if the Canvas- * or Tab-Page of a Facebook-App is accessed for the first time. * - * @author Kai Moritz + * @author Kai Moritz */ public class SignedRequestAwareAuthorizationCodeAccessTokenProvider extends AuthorizationCodeAccessTokenProvider