From 4d7b49a422048196db2d2bb2e089e5bbb693dd0c Mon Sep 17 00:00:00 2001 From: Jon Chambers Date: Wed, 3 Aug 2022 12:29:05 -0400 Subject: [PATCH] Prepare the pom for publication to Maven Central --- pom.xml | 108 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 105 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index b37136c..3a7309d 100644 --- a/pom.xml +++ b/pom.xml @@ -2,11 +2,45 @@ - noise-java - org.signal.forks - 0.1-SNAPSHOT + 4.0.0 + org.signal.forks + noise-java + 0.1-SNAPSHOT + + Noise-Java + Plain Java implementation of the Noise protocol + 2016 + https://github.com/signalapp/noise-java + + + scm:git:https://github.com/signalapp/noise-java.git + scm:git:git@github.com:signalapp/noise-java.git + https://github.com/signalapp/noise-java + HEAD + + + + + rweather + Rhys Weatherley + rhys.weatherley@gmail.com + https://github.com/rweather/ + + developer + + + + + + + The MIT License (MIT) + http://opensource.org/licenses/MIT + repo + + + UTF-8 @@ -25,6 +59,7 @@ test + @@ -60,7 +95,74 @@ com.southernstorm.noise.crypto Noise-Java + + + + attach-javadocs + + jar + + + + + + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + attach-sources + + jar + + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.13 + + true + + + ossrh + https://oss.sonatype.org/ + false + + + + + release-sign-artifacts + + + performRelease + true + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 3.0.1 + + + sign-artifacts + verify + + sign + + + + + + + +