SNW-195 updating the project to deploy to nexus 3 repository
This commit is contained in:
parent
d48ddad150
commit
f2b334ec03
1 changed files with 4 additions and 4 deletions
8
pom.xml
8
pom.xml
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue