From 1eaf50d8d234b33e8a96095d3a78b0c7b45908ca Mon Sep 17 00:00:00 2001 From: Adam Batkin Date: Fri, 2 Aug 2024 00:06:54 -0400 Subject: [PATCH] rearrange pom for proper releases --- pom.xml | 136 ++++++++++++++++++++++++++++++-------------------------- 1 file changed, 72 insertions(+), 64 deletions(-) diff --git a/pom.xml b/pom.xml index ec7550a..e7f4d77 100644 --- a/pom.xml +++ b/pom.xml @@ -40,72 +40,80 @@ - - - - org.apache.maven.plugins - maven-source-plugin - 3.3.1 - - - attach-sources - - jar-no-fork - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - 3.8.0 - - - attach-javadocs - - jar - - - - - - org.apache.maven.plugins - maven-gpg-plugin - 3.2.4 - - - sign-artifacts - verify - - sign - - - - - - org.apache.maven.plugins - maven-release-plugin - 3.1.1 - - v@{project.version} - release-profile - - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.7.0 - true - - ossrh - https://oss.sonatype.org/ - true - - - - + + + org.apache.maven.plugins + maven-release-plugin + 3.1.1 + + v@{project.version} + release-profile + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.7.0 + true + + ossrh + https://oss.sonatype.org/ + true + + + + + + release-profile + + + + org.apache.maven.plugins + maven-source-plugin + 3.3.1 + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.8.0 + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 3.2.4 + + + sign-artifacts + verify + + sign + + + + + + + + + org.apache.maven