diff --git a/integration/pom.xml b/integration/pom.xml index 01816ce6..faafebbd 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -70,7 +70,7 @@ package - + @@ -87,7 +87,7 @@ package - + diff --git a/pom.xml b/pom.xml index 05f69873..d8d32f92 100644 --- a/pom.xml +++ b/pom.xml @@ -1,22 +1,24 @@ - + - 4.0.0 + 4.0.0 - org.slf4j - slf4j-parent - 1.6.3 + org.slf4j + slf4j-parent + 1.6.3 - pom - SLF4J + pom + SLF4J - http://www.slf4j.org + http://www.slf4j.org - - QOS.ch - http://www.qos.ch - - 2005 + + QOS.ch + http://www.qos.ch + + 2005 @@ -27,21 +29,22 @@ - 1.6.0 + 1.6.0 + 0.7.4 1.2.16 - - slf4j-api + + slf4j-api - slf4j-simple + slf4j-simple slf4j-nop - slf4j-jdk14 + slf4j-jdk14 slf4j-log4j12 slf4j-jcl - slf4j-ext + slf4j-ext jcl-over-slf4j log4j-over-slf4j jul-to-slf4j @@ -50,17 +53,17 @@ slf4j-migrator - + junit junit 3.8.1 test - - + + - - + + @@ -81,17 +84,17 @@ ${log4j.version} - - ch.qos.cal10n - cal10n-api - ${cal10n.version} - + + ch.qos.cal10n + cal10n-api + ${cal10n.version} + - - + + - + src/main/resources @@ -99,37 +102,47 @@ - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.3 - 1.3 - - - - - org.apache.maven.plugins - maven-surefire-plugin - - once - plain - false - - **/AllTest.java - **/PackageTest.java - - - + + + org.apache.maven.plugins + maven-compiler-plugin + 2.3.2 + + 1.3 + 1.3 + + - - org.apache.maven.plugins + + org.apache.maven.plugins + maven-jar-plugin + 2.3.1 + + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.10 + + once + plain + false + + **/AllTest.java + **/PackageTest.java + + + + + + org.apache.maven.plugins maven-source-plugin + 2.1.2 package - + jar @@ -139,14 +152,16 @@ org.apache.maven.plugins maven-javadoc-plugin + 2.8 - true - org.slf4j.migrator:org.slf4j.migrator.* - - - http://java.sun.com/j2se/1.5.0/docs/api - - + true + org.slf4j.migrator:org.slf4j.migrator.* + + + + http://java.sun.com/j2se/1.5.0/docs/api + + SLF4J packages @@ -155,7 +170,9 @@ SLF4J extensions - org.slf4j.profiler:org.slf4j.ext:org.slf4j.instrumentation:org.slf4j.agent + + org.slf4j.profiler:org.slf4j.ext:org.slf4j.instrumentation:org.slf4j.agent + @@ -177,11 +194,25 @@ + + org.apache.maven.plugins + maven-assembly-plugin + 2.2 + + + src/main/assembly/source.xml + + slf4j-${project.version} + false + target/site/dist/ + + org.codehaus.mojo build-helper-maven-plugin + 1.7 parse-version @@ -191,23 +222,24 @@ + - + - skipTests + skipTests true - + osgi - osgi-over-slf4j - slf4j-osgi-test-bundle - slf4j-osgi-integration-test + osgi-over-slf4j + slf4j-osgi-test-bundle + slf4j-osgi-integration-test @@ -242,7 +274,7 @@ false - true + true @@ -324,44 +356,35 @@ false - true - + true + - - - - - org.apache.maven.plugins - maven-site-plugin - - - org.apache.maven.plugins - maven-project-info-reports-plugin - - - - - + + - maven-assembly-plugin - 2.1 - - - - src/main/assembly/source.xml - - - slf4j-${project.version} - false - target/site/dist/ - - + org.apache.maven.plugins + maven-site-plugin + 2.0.1 + + + + org.apache.maven.plugins + maven-project-info-reports-plugin + 2.4 + + + + + + + org.apache.maven.plugins maven-jxr-plugin + 2.3 true target/site/apidocs/ @@ -372,26 +395,27 @@ - - - + + + - scm:svn:http://svn.slf4j.org/repos/slf4j/trunk - scm:svn:https://svn.slf4j.org/repos/slf4j/trunk - http://svn.slf4j.org/viewvc/slf4j/trunk/ - - - - - pixie - scp://pixie.qos.ch/var/www/www.slf4j.org/htdocs/ - + scm:svn:http://svn.slf4j.org/repos/slf4j/trunk + scm:svn:https://svn.slf4j.org/repos/slf4j/trunk + + http://svn.slf4j.org/viewvc/slf4j/trunk/ + + + + + pixie + scp://pixie.qos.ch/var/www/www.slf4j.org/htdocs/ + pixie scp://pixie.qos.ch/var/mvnrepo/ - - + + diff --git a/slf4j-api/pom.xml b/slf4j-api/pom.xml index b8473a2b..405ccce5 100644 --- a/slf4j-api/pom.xml +++ b/slf4j-api/pom.xml @@ -85,17 +85,5 @@ - - - - - org.codehaus.mojo - clirr-maven-plugin - - 1.5.6 - - - - \ No newline at end of file diff --git a/slf4j-ext/pom.xml b/slf4j-ext/pom.xml index 9f90524d..fb2ac637 100644 --- a/slf4j-ext/pom.xml +++ b/slf4j-ext/pom.xml @@ -26,7 +26,7 @@ org.slf4j slf4j-log4j12 - ${parent.version} + ${project.version} test diff --git a/slf4j-site/pom.xml b/slf4j-site/pom.xml index 15ab0d4e..b3dd48bc 100644 --- a/slf4j-site/pom.xml +++ b/slf4j-site/pom.xml @@ -12,7 +12,6 @@ org.slf4j slf4j-site - ${parent.version} jar SLF4J Site