From 3b077bc6aa5a5083847556ec60bd3d83ef6b9f56 Mon Sep 17 00:00:00 2001 From: Chaoren Lin Date: Wed, 15 Jan 2025 15:03:15 -0800 Subject: [PATCH] Sort `` in `` to prevent #7622 from happening again. RELNOTES=n/a PiperOrigin-RevId: 715960471 --- android/pom.xml | 234 ++++++++++++++++++++++++------------------------ pom.xml | 234 ++++++++++++++++++++++++------------------------ 2 files changed, 234 insertions(+), 234 deletions(-) diff --git a/android/pom.xml b/android/pom.xml index 9e5e3ea4f82a..32fcdf0e7b4c 100644 --- a/android/pom.xml +++ b/android/pom.xml @@ -133,6 +133,10 @@ + + maven-antrun-plugin + 1.6 + maven-compiler-plugin 3.13.0 @@ -190,57 +194,54 @@ - org.mvnsearch - toolchains-maven-plugin - 4.5.0 - - - - download-23-and-surefire-version - - toolchain - - - - - 23 - temurin - - - ${surefire.toolchain.version} - temurin - - - - - + maven-dependency-plugin + 3.1.1 - maven-toolchains-plugin + maven-deploy-plugin + 3.1.3 + + + maven-enforcer-plugin + 3.0.0-M3 + + + maven-install-plugin + 3.1.3 + + + maven-jar-plugin 3.2.0 + + + maven-javadoc-plugin + 3.11.2 + + + 23 + + true + true + UTF-8 + UTF-8 + UTF-8 + + -XDignore.symbol.file + -Xdoclint:-html + + true + 8 + - - toolchain - + attach-docs + jar - - - - 23 - - - - maven-jar-plugin - 3.2.0 + maven-resources-plugin + 3.3.1 maven-source-plugin @@ -262,6 +263,50 @@ + + maven-surefire-plugin + 3.3.1 + + + ${surefire.toolchain.version} + + + ${test.include} + + + + + %regex[.*PackageSanityTests.*.class] + + %regex[.*Tester.class] + + %regex[.*[$]\d+.class] + + true + alphabetical + + + -Xmx1536M -Duser.language=hi -Duser.country=IN ${test.add.args} ${test.add.opens} + + + + maven-toolchains-plugin + 3.2.0 + + + + toolchain + + + + + + + 23 + + + + org.codehaus.mojo animal-sniffer-maven-plugin @@ -312,86 +357,41 @@ - maven-javadoc-plugin - 3.11.2 - - - 23 - - true - true - UTF-8 - UTF-8 - UTF-8 - - -XDignore.symbol.file - -Xdoclint:-html - - true - 8 - + org.codehaus.mojo + build-helper-maven-plugin + 3.4.0 + + + org.mvnsearch + toolchains-maven-plugin + 4.5.0 + - attach-docs - jar + download-23-and-surefire-version + + toolchain + + + + + 23 + temurin + + + ${surefire.toolchain.version} + temurin + + + - - maven-dependency-plugin - 3.1.1 - - - maven-antrun-plugin - 1.6 - - - maven-surefire-plugin - 3.3.1 - - - ${surefire.toolchain.version} - - - ${test.include} - - - - - %regex[.*PackageSanityTests.*.class] - - %regex[.*Tester.class] - - %regex[.*[$]\d+.class] - - true - alphabetical - - - -Xmx1536M -Duser.language=hi -Duser.country=IN ${test.add.args} ${test.add.opens} - - - - maven-enforcer-plugin - 3.0.0-M3 - - - maven-resources-plugin - 3.3.1 - - - maven-install-plugin - 3.1.3 - - - maven-deploy-plugin - 3.1.3 - - - org.codehaus.mojo - build-helper-maven-plugin - 3.4.0 - diff --git a/pom.xml b/pom.xml index e5c7592e0da4..46623678d3be 100644 --- a/pom.xml +++ b/pom.xml @@ -134,6 +134,10 @@ + + maven-antrun-plugin + 1.6 + maven-compiler-plugin 3.13.0 @@ -191,57 +195,54 @@ - org.mvnsearch - toolchains-maven-plugin - 4.5.0 - - - - download-23-and-surefire-version - - toolchain - - - - - 23 - temurin - - - ${surefire.toolchain.version} - temurin - - - - - + maven-dependency-plugin + 3.1.1 - maven-toolchains-plugin + maven-deploy-plugin + 3.1.3 + + + maven-enforcer-plugin + 3.0.0-M3 + + + maven-install-plugin + 3.1.3 + + + maven-jar-plugin 3.2.0 + + + maven-javadoc-plugin + 3.11.2 + + + 23 + + true + true + UTF-8 + UTF-8 + UTF-8 + + -XDignore.symbol.file + -Xdoclint:-html + + true + 8 + - - toolchain - + attach-docs + jar - - - - 23 - - - - maven-jar-plugin - 3.2.0 + maven-resources-plugin + 3.3.1 maven-source-plugin @@ -263,6 +264,50 @@ + + maven-surefire-plugin + 3.3.1 + + + ${surefire.toolchain.version} + + + ${test.include} + + + + + %regex[.*PackageSanityTests.*.class] + + %regex[.*Tester.class] + + %regex[.*[$]\d+.class] + + true + alphabetical + + + -Xmx1536M -Duser.language=hi -Duser.country=IN ${test.add.args} ${test.add.opens} + + + + maven-toolchains-plugin + 3.2.0 + + + + toolchain + + + + + + + 23 + + + + org.codehaus.mojo animal-sniffer-maven-plugin @@ -307,86 +352,41 @@ - maven-javadoc-plugin - 3.11.2 - - - 23 - - true - true - UTF-8 - UTF-8 - UTF-8 - - -XDignore.symbol.file - -Xdoclint:-html - - true - 8 - + org.codehaus.mojo + build-helper-maven-plugin + 3.4.0 + + + org.mvnsearch + toolchains-maven-plugin + 4.5.0 + - attach-docs - jar + download-23-and-surefire-version + + toolchain + + + + + 23 + temurin + + + ${surefire.toolchain.version} + temurin + + + - - maven-dependency-plugin - 3.1.1 - - - maven-antrun-plugin - 1.6 - - - maven-surefire-plugin - 3.3.1 - - - ${surefire.toolchain.version} - - - ${test.include} - - - - - %regex[.*PackageSanityTests.*.class] - - %regex[.*Tester.class] - - %regex[.*[$]\d+.class] - - true - alphabetical - - - -Xmx1536M -Duser.language=hi -Duser.country=IN ${test.add.args} ${test.add.opens} - - - - maven-enforcer-plugin - 3.0.0-M3 - - - maven-resources-plugin - 3.3.1 - - - maven-install-plugin - 3.1.3 - - - maven-deploy-plugin - 3.1.3 - - - org.codehaus.mojo - build-helper-maven-plugin - 3.4.0 -