From 5863c917451b9ff4da584c6208f930f0283a64e8 Mon Sep 17 00:00:00 2001 From: Koen Aers Date: Tue, 8 Nov 2022 11:57:23 +0100 Subject: [PATCH] HBX-2420: Hibernate tools are not published to Maven Central - Override release management in pom.xml Signed-off-by: Koen Aers --- pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/pom.xml b/pom.xml index b83d440c27..10b79a6bc2 100644 --- a/pom.xml +++ b/pom.xml @@ -792,4 +792,17 @@ + + + ossrh-releases-repository + Sonatype OSSRH Releases + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + ossrh-snapshots-repository + Sonatype OSSRH Snapshots + https://oss.sonatype.org/content/repositories/snapshots/ + + +