Skip to content

Commit

Permalink
HBX-2420: Hibernate tools are not published to Maven Central - Overri…
Browse files Browse the repository at this point in the history
…de release management in pom.xml

Signed-off-by: Koen Aers <koen.aers@gmail.com>
  • Loading branch information
koentsje committed Nov 8, 2022
1 parent 82c788b commit 5863c91
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -792,4 +792,17 @@

</profiles>

<distributionManagement>
<repository>
<id>ossrh-releases-repository</id>
<name>Sonatype OSSRH Releases</name>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
<snapshotRepository>
<id>ossrh-snapshots-repository</id>
<name>Sonatype OSSRH Snapshots</name>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</snapshotRepository>
</distributionManagement>

</project>

0 comments on commit 5863c91

Please sign in to comment.