From ebe6c93ce24f49f4741dc33b7f88dec5b843bfae Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Sat, 11 May 2024 10:41:57 -0400 Subject: [PATCH] Move properties towards the top Whitespace and normalize comments --- pom.xml | 195 ++++++++++++++++++++++++-------------------------------- 1 file changed, 84 insertions(+), 111 deletions(-) diff --git a/pom.xml b/pom.xml index 39bb4de..85fc93a 100644 --- a/pom.xml +++ b/pom.xml @@ -18,10 +18,10 @@ under the License. --> org.apache.commons @@ -36,31 +36,69 @@ under the License. Apache Commons Logging is a thin adapter allowing configurable bridging to other, well-known logging systems. https://commons.apache.org/proper/commons-logging/ - + + java18 + 1.8 + ${commons.logging.javaversion} + ${commons.logging.javaversion} + logging + org.apache.commons.logging + 1.3.1 + 1.3.2 + 1.3.0 + true + LOGGING + 12310484 + + RC2 + true + + 3.2.1 + + filesystem + 2.23.1 + 1.3.14 + 2.0.13 + 1.13.0 + + javax.servlet;version="[2.1.0, 5.0.0)";resolution:=optional, + org.apache.avalon.framework.logger;version="[4.1.3, 4.1.5]";resolution:=optional, + org.apache.log;version="[1.0.1, 1.0.1]";resolution:=optional, + org.apache.log4j;version="[1.2.15, 2.0.0)";resolution:=optional, + org.apache.logging.log4j;version="[2.0, 4.0)";resolution:=optional, + org.slf4j;version="[1.7, 3)";resolution:=optional, + org.slf4j.spi;version="[1.7, 3)";resolution:=optional + + 2024-03-24T15:00:55Z + + true + 0.86 + 0.52 + 0.69 + 0.49 + 0.56 + 0.50 + JIRA https://issues.apache.org/jira/browse/LOGGING - 2001 - scm:git:https://gitbox.apache.org/repos/asf/commons-logging scm:git:https://gitbox.apache.org/repos/asf/commons-logging https://gitbox.apache.org/repos/asf/commons-logging - clean verify apache-rat:check japicmp:cmp javadoc:javadoc checkstyle:check pmd:check - org.apache.maven.plugins @@ -68,8 +106,8 @@ under the License. create-test-jar package @@ -77,7 +115,6 @@ under the License. test-jar - create-api-jar package @@ -101,7 +138,6 @@ under the License. - create-adapters-jar package @@ -130,7 +166,6 @@ under the License. - org.apache.maven.plugins maven-antrun-plugin @@ -153,15 +188,14 @@ under the License. - org.apache.maven.plugins maven-surefire-plugin @@ -169,15 +203,14 @@ under the License. true - org.codehaus.mojo cobertura-maven-plugin @@ -186,7 +219,6 @@ under the License. true - org.moditect moditect-maven-plugin @@ -206,15 +238,14 @@ under the License. - org.apache.maven.plugins maven-failsafe-plugin @@ -260,8 +291,8 @@ under the License. serviceLoader-test @@ -278,7 +309,7 @@ under the License. log4j-test @@ -298,16 +329,16 @@ under the License. + --> org.apache.logging.log4j.core.impl.ReusableLogEventFactory log4j12-test @@ -337,8 +368,8 @@ under the License. org.apache.logging.log4j.core.impl.ReusableLogEventFactory @@ -354,7 +385,7 @@ under the License. slf4j-test @@ -379,7 +410,7 @@ under the License. log4j-to-slf4j-test @@ -412,7 +443,6 @@ under the License. - org.apache.maven.plugins maven-assembly-plugin @@ -436,7 +466,6 @@ under the License. - org.apache.maven.plugins maven-scm-publish-plugin @@ -447,7 +476,6 @@ under the License. - org.apache.maven.plugins maven-checkstyle-plugin @@ -457,7 +485,6 @@ under the License. false - org.apache.maven.plugins maven-pmd-plugin @@ -482,9 +509,8 @@ under the License. - org.apache.maven.plugins @@ -508,12 +534,9 @@ under the License. - - - org.apache.felix maven-bundle-plugin @@ -526,12 +549,9 @@ under the License. - - - org.junit.vintage @@ -614,7 +634,6 @@ under the License. test - @@ -651,7 +670,6 @@ under the License. - apache.website @@ -659,50 +677,6 @@ under the License. scm:svn:https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-logging/ - - - java18 - 1.8 - ${commons.logging.javaversion} - ${commons.logging.javaversion} - logging - org.apache.commons.logging - 1.3.1 - 1.3.2 - 1.3.0 - true - LOGGING - 12310484 - - RC2 - true - - 3.2.1 - - filesystem - 2.23.1 - 1.3.14 - 2.0.13 - 1.13.0 - - javax.servlet;version="[2.1.0, 5.0.0)";resolution:=optional, - org.apache.avalon.framework.logger;version="[4.1.3, 4.1.5]";resolution:=optional, - org.apache.log;version="[1.0.1, 1.0.1]";resolution:=optional, - org.apache.log4j;version="[1.2.15, 2.0.0)";resolution:=optional, - org.apache.logging.log4j;version="[2.0, 4.0)";resolution:=optional, - org.slf4j;version="[1.7, 3)";resolution:=optional, - org.slf4j.spi;version="[1.7, 3)";resolution:=optional - - 2024-03-24T15:00:55Z - - true - 0.86 - 0.52 - 0.69 - 0.49 - 0.56 - 0.50 - baliuka @@ -846,5 +820,4 @@ under the License. arturobernalg@yahoo.com -