Skip to content

Commit

Permalink
OZ-196: Updated POMs Distribution Management.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruhanga authored Feb 7, 2024
1 parent 93f74d1 commit 676dc38
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ozone-distro-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -210,4 +210,16 @@
</profile>
</profiles>

<distributionManagement>
<repository>
<name>Mekom Solutions Nexus repo for releases</name>
<id>mks-nexus-public-releases</id>
<url>https://nexus.mekomsolutions.net/repository/maven-releases</url>
</repository>
<snapshotRepository>
<name>Mekom Solutions Nexus repo for snapshots</name>
<id>mks-nexus-public-snapshots</id>
<url>https://nexus.mekomsolutions.net/repository/maven-snapshots</url>
</snapshotRepository>
</distributionManagement>
</project>

0 comments on commit 676dc38

Please sign in to comment.