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 de2a9bd commit 47fbc5e
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 @@ -155,4 +155,17 @@
</dependencies>
</dependencyManagement>

<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 47fbc5e

Please sign in to comment.