From 62e1733e76408df03bc703d7b21b24190deb05c2 Mon Sep 17 00:00:00 2001 From: Jon Chambers Date: Sun, 8 Aug 2021 12:24:43 -0400 Subject: [PATCH] Move away from `oss-parent` --- pom.xml | 113 +++++++++++++++++++++++++++++--------------------------- 1 file changed, 58 insertions(+), 55 deletions(-) diff --git a/pom.xml b/pom.xml index 874a333..60747c7 100644 --- a/pom.xml +++ b/pom.xml @@ -6,8 +6,11 @@ fast-uuid 0.2-SNAPSHOT bundle + fast-uuid A Java library for quickly and efficiently parsing and writing UUIDs + 2018 + https://github.com/jchambers/fast-uuid @@ -17,11 +20,24 @@ - - org.sonatype.oss - oss-parent - 7 - + + scm:git:https://github.com/jchambers/fast-uuid.git + scm:git:git@github.com:jchambers/fast-uuid.git + https://github.com/jchambers/fast-uuid + + + + + jon + Jon Chambers + jon.chambers@gmail.com + https://github.com/jchambers + + developer + + -5 + + UTF-8 @@ -104,7 +120,7 @@ org.apache.maven.plugins maven-source-plugin - 2.2.1 + 3.0.1 attach-sources @@ -175,6 +191,42 @@ + + + org.apache.maven.plugins + maven-deploy-plugin + 2.8.2 + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.6 + + + + sign-artifacts + verify + + sign + + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + + true + + + ossrh + https://oss.sonatype.org/ + false + + @@ -189,36 +241,9 @@ - - org.apache.maven.plugins - maven-javadoc-plugin - 2.9.1 - - - attach-javadocs - - jar - - - - - - org.apache.maven.plugins - maven-source-plugin - 2.2.1 - - - attach-sources - - jar - - - - org.apache.maven.plugins maven-gpg-plugin - 1.1 sign-artifacts @@ -233,26 +258,4 @@ - - - - jon - Jon Chambers - jon.chambers@gmail.com - https://github.com/jchambers - - developer - - -5 - - - - 2018 - https://github.com/jchambers/fast-uuid - - - scm:git:https://github.com/jchambers/fast-uuid.git - scm:git:git@github.com:jchambers/fast-uuid.git - https://github.com/jchambers/fast-uuid -