summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorForsyth, James (jf2512) <jf2512@att.com>2017-02-13 11:40:20 -0500
committerForsyth, James (jf2512) <jf2512@att.com>2017-02-13 12:03:21 -0500
commit3bd32ba79d3705db9a06f4d361ca893434bafdbc (patch)
tree723d40a3e6b30fd06818af4decd28bf0d7b85c98
parent03e5e5f6236d49387466cb999c4e0bd9b352caeb (diff)
[OS-105] Changed default ecomp-nexus name
Change-Id: Ie0d42985450f265948d32bad60ddd67f38bc6e94 Signed-off-by: Forsyth, James (jf2512) <jf2512@att.com>
-rw-r--r--pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index c17ed0e..231bf94 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,10 +11,10 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <nexus.host>ecomp-nexus</nexus.host>
- <nexus.port>8443</nexus.port>
+ <nexus.host>nexus.openecomp.org</nexus.host>
+ <nexus.port>443</nexus.port>
<nexus.proto>https</nexus.proto>
- <build.version>1.0.0</build.version>
+ <build.version>1.0.2-SNAPSHOT</build.version>
</properties>
<repositories>
<repository>
@@ -85,7 +85,7 @@
<!-- added for javadoc -->
<site>
<id>vid-javadoc</id>
- <url>dav:https://ecomp-nexus:8443/repository/vid-javadoc/${project.version}</url>
+ <url>dav:${nexus.proto}://${nexus.host}:${nexus.port}/repository/vid-javadoc/${project.version}</url>
</site>
</distributionManagement>