SNW-195 updating the project to deploy to nexus 3 repository

This commit is contained in:
Developer 2018-05-18 15:00:44 +02:00
parent d48ddad150
commit f2b334ec03

View file

@ -56,17 +56,17 @@
<distributionManagement> <distributionManagement>
<repository> <repository>
<id>oc-nexus-releases</id> <id>opencollab-maven-releases</id>
<name>OpenCollab Nexus Release Repo</name> <name>OpenCollab Nexus Release Repo</name>
<url> <url>
http://nexus.opencollab.co.za/nexus/content/repositories/releases https://nexus3.opencollab.co.za/repository/opencollab-maven-releases/
</url> </url>
</repository> </repository>
<snapshotRepository> <snapshotRepository>
<id>oc-nexus-snapshot</id> <id>opencollab-maven-snapshots</id>
<name>OpenCollab Nexus Snapshot Repo</name> <name>OpenCollab Nexus Snapshot Repo</name>
<url> <url>
http://nexus.opencollab.co.za/nexus/content/repositories/snapshots https://nexus3.opencollab.co.za/repository/opencollab-maven-snapshots/
</url> </url>
</snapshotRepository> </snapshotRepository>
</distributionManagement> </distributionManagement>