From d1e2a2cd02554bcc61907a7ed190a9464046d0f6 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Fri, 4 Jul 2025 10:01:02 -0700 Subject: [PATCH] Update to latest Sonatype publishing bits. Also bump samskivert and narya depends to latest stable version. --- core/pom.xml | 2 +- pom.xml | 61 ++++++++++++++++++++++++++++++++++++---------------- 2 files changed, 44 insertions(+), 19 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index 748b35b8..862c77e8 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -16,7 +16,7 @@ com.samskivert samskivert - 1.10-SNAPSHOT + 1.10 com.google.guava diff --git a/pom.xml b/pom.xml index 5d441287..b552259a 100644 --- a/pom.xml +++ b/pom.xml @@ -1,11 +1,6 @@ 4.0.0 - - org.sonatype.oss - oss-parent - 7 - com.threerings nenya-parent @@ -14,15 +9,15 @@ Nenya Parent Facilities for making Java games. - http://github.com/threerings/nenya/ + https://github.com/threerings/nenya/ - http://github.com/threerings/nenya/issues + https://github.com/threerings/nenya/issues GNU Lesser General Public License (LGPL), Version 2.1 - http://www.fsf.org/licensing/licenses/lgpl.txt + https://www.fsf.org/licensing/licenses/lgpl.txt repo @@ -38,12 +33,12 @@ scm:git:git://github.com/threerings/nenya.git scm:git:git@github.com:threerings/nenya.git - http://github.com/threerings/nenya/ + https://github.com/threerings/nenya/ UTF-8 - 1.17-SNAPSHOT + 1.17 @@ -86,12 +81,16 @@ true public -Xdoclint:all -Xdoclint:-missing - - http://samskivert.github.com/samskivert/apidocs/ - http://docs.guava-libraries.googlecode.com/git/javadoc/ - http://threerings.github.com/narya/apidocs/ - http://evgeny-goldin.org/ant/api/ - + + + + org.sonatype.central + central-publishing-maven-plugin + 0.8.0 + true + + central + true @@ -147,16 +146,42 @@ - release-sign-artifacts + release-extras performReleasetrue + + org.apache.maven.plugins + maven-source-plugin + 2.1.2 + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + + attach-javadocs + + jar + + + + org.apache.maven.plugins maven-gpg-plugin - 1.1 + 1.5 sign-artifacts