diff --git a/pom.xml b/pom.xml index ef49226..aed4122 100644 --- a/pom.xml +++ b/pom.xml @@ -3,13 +3,6 @@ 4.0.0 - - net.wasdev.maven.parent - java8-parent - 1.4 - - - io.openliberty.tools liberty-ant-tasks 1.9.17-SNAPSHOT @@ -25,6 +18,15 @@ + + + Cheryl King + developers@openliberty.io + Open Liberty + https://github.com/OpenLiberty + + + scm:git:git@github.com:openliberty/ci.ant.git scm:git:git@github.com:openliberty/ci.ant.git @@ -32,20 +34,18 @@ HEAD - - + + + maven-central-snapshots + Maven Central Snapshot Repository + https://central.sonatype.com/repository/maven-snapshots/ + - sonatype-nexus-snapshots - Sonatype Nexus Snapshots - https://oss.sonatype.org/content/repositories/snapshots/ - - true - - - false - + maven-central-releases + Maven Central Release Repository + https://central.sonatype.com/api/v1/publisher - + UTF-8 @@ -63,41 +63,26 @@ org.apache.ant ant - 1.10.13 + 1.10.15 commons-io commons-io - 2.14.0 + 2.20.0 org.json json - 20231013 + 20250517 - - - - org.apache.maven.plugins - maven-surefire-plugin - 3.1.2 - - - org.apache.maven.plugins - maven-enforcer-plugin - 3.4.1 - - - - org.apache.maven.plugins maven-invoker-plugin - 3.6.0 + 3.9.1 ${project.build.directory}/it @@ -111,6 +96,17 @@ + + org.apache.maven.plugins + maven-release-plugin + 3.1.1 + + true + false + sonatype-oss-release + deploy + + @@ -176,5 +172,65 @@ + + sonatype-oss-release + + + + org.sonatype.central + central-publishing-maven-plugin + 0.8.0 + true + + maven-central-releases + ${project.artifactId} + + + + org.apache.maven.plugins + maven-source-plugin + 3.3.1 + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.11.2 + + false + + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 3.2.8 + + + sign-artifacts + verify + + sign + + + + + + +