summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorForsyth, James (jf2512) <jf2512@att.com>2017-02-13 12:21:06 -0500
committerForsyth, James (jf2512) <jf2512@att.com>2017-02-13 12:21:06 -0500
commitadc2222e45878861bc6269e64a840c7e53a0b2bd (patch)
treecbe5b9f8351f30197946cca063a9bb54716cb6ad
parent3bd32ba79d3705db9a06f4d361ca893434bafdbc (diff)
[OS-144] Removing port specification on repos
Change-Id: Ib2edc548e79320f1428258ce97039020945a112d Signed-off-by: Forsyth, James (jf2512) <jf2512@att.com>
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 231bf94..8cd85bc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -75,12 +75,12 @@
<repository>
<id>vid-releases</id>
<name>VID Release Repository</name>
- <url>${nexus.proto}://${nexus.host}:${nexus.port}/repository/maven-releases/</url>
+ <url>${nexus.proto}://${nexus.host}/repository/maven-releases/</url>
</repository>
<snapshotRepository>
<id>vid-snapshots</id>
<name>VID Snapshot Repository</name>
- <url>${nexus.proto}://${nexus.host}:${nexus.port}/repository/maven-snapshots/</url>
+ <url>${nexus.proto}://${nexus.host}/repository/maven-snapshots/</url>
</snapshotRepository>
<!-- added for javadoc -->
<site>