X-Git-Url: https://juplo.de/gitweb/?p=facebook-utils;a=blobdiff_plain;f=pom.xml;h=588e336433d56114c1a6ba46fce0f07c2cf76d0c;hp=9a5597d741705e682eee7c79621bf6c25de68ac1;hb=HEAD;hpb=0c062b1a23ebe1556a6088b2c3597fd96eac72ce diff --git a/pom.xml b/pom.xml index 9a5597d..588e336 100644 --- a/pom.xml +++ b/pom.xml @@ -1,16 +1,21 @@ - + 4.0.0 + + org.sonatype.oss + oss-parent + 9 + + de.juplo facebook-utils Juplo - Facebook Utils Collection of usefull classes for communicating with the Facebook-Graph-API - 1.0-SNAPSHOT + 2.5.1-SNAPSHOT jar - http://www.juplo.de/facebook-utils + http://juplo.de/facebook-utils @@ -18,6 +23,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 +47,9 @@ + + + @@ -41,12 +58,15 @@ 1.7 - 2.3.2 + 1.8.5 + 2.6.2 + 4.12 + 1.1.3 3.0.1 - 1.7.6 - 3.2.4.RELEASE - 3.1.3.RELEASE - 1.0.5.RELEASE + 1.7.12 + 4.2.1.RELEASE + 4.0.2.RELEASE + 2.0.8.RELEASE @@ -112,7 +132,7 @@ org.springframework spring-webmvc - ${spring.version} + ${springframework.version} commons-logging @@ -122,13 +142,19 @@ provided - + + + com.fasterxml.jackson.core + jackson-core + ${jackson.version} + com.fasterxml.jackson.core jackson-databind ${jackson.version} - provided + + org.springframework.security spring-security-core @@ -155,6 +181,13 @@ spring-expression + + + + + org.aspectj + aspectjrt + ${aspectj.version} provided @@ -180,20 +213,46 @@ ${slf4j.version} + + + junit + junit + ${junit.version} + test + + + org.springframework + spring-test + ${springframework.version} + test + + + org.slf4j + jcl-over-slf4j + ${slf4j.version} + test + + + ch.qos.logback + logback-classic + ${logback.version} + test + + + org.slf4j + slf4j-api + + + + - - juplo.internal - Internal Release Repository - http://juplo.de/archiva/repository/internal/ - - - juplo.snapshots - Internal Snapshot Repository - http://juplo.de/archiva/repository/snapshots/ - + + juplo.de + scpexe://juplo.de/var/www/juplo.de/facebook-utils-${project.version} + @@ -202,6 +261,7 @@ org.apache.maven.plugins maven-compiler-plugin + 3.3 1.7 1.7 @@ -209,9 +269,25 @@ true + + org.codehaus.mojo + aspectj-maven-plugin + 1.8 + + 1.7 + + + + + compile + + + + org.apache.maven.plugins maven-source-plugin + 2.1.2 attach-sources @@ -229,23 +305,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 + +