Skip to content

Commit 7f84316

Browse files
committed
HBX-2420: Hibernate tools are not published to Maven Central - Override release management in pom.xml
Signed-off-by: Koen Aers <[email protected]>
1 parent 66c7b4e commit 7f84316

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,4 +148,17 @@
148148
</dependencies>
149149
</dependencyManagement>
150150

151+
<distributionManagement>
152+
<repository>
153+
<id>ossrh-releases-repository</id>
154+
<name>Sonatype OSSRH Releases</name>
155+
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
156+
</repository>
157+
<snapshotRepository>
158+
<id>ossrh-snapshots-repository</id>
159+
<name>Sonatype OSSRH Snapshots</name>
160+
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
161+
</snapshotRepository>
162+
</distributionManagement>
163+
151164
</project>

0 commit comments

Comments
 (0)