From 97287f321b35bece746593a4690461e774399fc5 Mon Sep 17 00:00:00 2001 From: "claude@renegat.net" Date: Tue, 30 Aug 2022 11:21:09 +0200 Subject: [PATCH] Upgrade plugins --- pom.xml | 127 ++++++++++++++++++++++++++------------------------------ 1 file changed, 58 insertions(+), 69 deletions(-) diff --git a/pom.xml b/pom.xml index 7dccc05..a772c52 100644 --- a/pom.xml +++ b/pom.xml @@ -34,7 +34,7 @@ under the License. Apache Licence - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 @@ -88,94 +88,83 @@ under the License. - - ossrh - https://oss.sonatype.org/content/repositories/snapshots - + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + org.apache.maven.plugins + maven-enforcer-plugin + 3.1.0 + + + enforce-maven + + enforce + + + + + 3.6.3 + + + + + + org.apache.maven.plugins maven-compiler-plugin - 3.3 + 3.10.1 true 1.8 1.8 + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.13 + true + + ossrh + https://oss.sonatype.org/ + false + + + + org.apache.maven.plugins + maven-source-plugin + 3.2.1 + + false + + + + attach-sources + + jar-no-fork + + + + org.apache.maven.plugins - maven-shade-plugin - 2.4.1 + maven-javadoc-plugin + 3.4.0 - shade - package + attach-javadocs - shade + jar - - - - commons-net:commons-net - - - org.slf4j:slf4j-api - - - - - org.apache.commons.net - com.republicate.shaded.commons.net - - - true - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.5 - true - - ossrh - https://oss.sonatype.org/ - false - - - - org.apache.maven.plugins - maven-source-plugin - 2.4 - - false - - - - attach-sources - - jar-no-fork - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.10.3 - - - attach-javadocs - - jar - - - - @@ -186,7 +175,7 @@ under the License. org.apache.maven.plugins maven-gpg-plugin - 1.6 + 3.0.1 sign-artifacts