From 9997b61995f585252a3f9fc40797230567088c04 Mon Sep 17 00:00:00 2001 From: Doug Morato Date: Sun, 31 Jan 2016 23:57:49 -0500 Subject: [PATCH] Adding OSSRH Repository on Parent Pom In order to push it to The Maven Central Repository, adding the OSSRH repo under distributionManagement on the Parent Pom Signed-off-by: Doug Morato --- pom.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index bc78bcc38..4d31f8eaa 100644 --- a/pom.xml +++ b/pom.xml @@ -37,8 +37,8 @@ nbaars Nanne Baars nbaars@xebia.com - https://github.com/nbaars - Europe/Amsterdam + https://github.com/nbaars + Europe/Amsterdam misfir3 @@ -171,6 +171,10 @@ ossrh https://oss.sonatype.org/content/repositories/snapshots + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ +