From 87e2e98b9d246a2f2750825a1603c46b6b2d01ea Mon Sep 17 00:00:00 2001 From: Tim te Beek Date: Wed, 6 Dec 2023 10:23:07 +0000 Subject: [PATCH] refactor: Order POM elements Use this link to re-run the recipe: https://app.moderne.io/recipes/org.openrewrite.maven.OrderPomElements Co-authored-by: Moderne --- pom.xml | 130 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 65 insertions(+), 65 deletions(-) diff --git a/pom.xml b/pom.xml index 94e9696a..63100b92 100644 --- a/pom.xml +++ b/pom.xml @@ -5,17 +5,18 @@ org.openrewrite.maven rewrite-maven-plugin 5.16.0-SNAPSHOT - rewrite-maven-plugin - maven-plugin + + rewrite-maven-plugin Eliminate technical debt. At build time. - 2020 + https://openrewrite.github.io/rewrite-maven-plugin/ - - 3.3.1 - + 2020 - https://openrewrite.github.io/rewrite-maven-plugin/ + + Moderne, Inc. + https://moderne.io/ + @@ -24,35 +25,6 @@ - - - - org.owasp - dependency-check-maven - 9.0.1 - - 9 - - suppressions.xml - - false - - - - - aggregate - - - - - - org.apache.maven.plugins - maven-plugin-report-plugin - ${maven-plugin-tools.version} - - - - Jonathan Schneider @@ -61,10 +33,9 @@ - - Moderne, Inc. - https://moderne.io/ - + + 3.3.1 + scm:git:https://github.com/openrewrite/rewrite-maven-plugin.git @@ -78,6 +49,17 @@ https://github.com/openrewrite/rewrite-maven-plugin/issues + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2 + + + 8.12.0-SNAPSHOT @@ -385,6 +367,20 @@ + + + + ossrh-snapshots + https://oss.sonatype.org/content/repositories/snapshots + + true + + + false + + + + @@ -554,6 +550,35 @@ + + + + org.owasp + dependency-check-maven + 9.0.1 + + 9 + + suppressions.xml + + false + + + + + aggregate + + + + + + org.apache.maven.plugins + maven-plugin-report-plugin + ${maven-plugin-tools.version} + + + + sign-artifacts @@ -618,29 +643,4 @@ - - - - - ossrh-snapshots - https://oss.sonatype.org/content/repositories/snapshots - - true - - - false - - - - - - - ossrh - https://oss.sonatype.org/content/repositories/snapshots - - - ossrh - https://oss.sonatype.org/service/local/staging/deploy/maven2 - -