diff options
author | Forsyth, James (jf2512) <jf2512@att.com> | 2017-02-13 12:21:06 -0500 |
---|---|---|
committer | Forsyth, James (jf2512) <jf2512@att.com> | 2017-02-13 12:21:06 -0500 |
commit | adc2222e45878861bc6269e64a840c7e53a0b2bd (patch) | |
tree | cbe5b9f8351f30197946cca063a9bb54716cb6ad | |
parent | 3bd32ba79d3705db9a06f4d361ca893434bafdbc (diff) |
[OS-144] Removing port specification on repos
Change-Id: Ib2edc548e79320f1428258ce97039020945a112d
Signed-off-by: Forsyth, James (jf2512) <jf2512@att.com>
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |