aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChrisC <cc697w@intl.att.com>2017-04-12 00:19:38 -0700
committerChrisC <cc697w@intl.att.com>2017-04-12 00:19:38 -0700
commit17d9eea7275756634b3ac83a8ad61320d29b4480 (patch)
treeb0aea5afef546648d2fd1609e2dd3528737098e3
parentc2c79e26ef7625af4f4d2459955fa22e2ac862dd (diff)
Update domain URL to onap.org
Change-Id: Id618eac8d8261a1ebb46510fcc6d83afd03ce619 Signed-off-by: ChrisC <cc697w@intl.att.com>
-rw-r--r--packages/deliveries/pom.xml2
-rw-r--r--packages/docker/pom.xml2
-rw-r--r--pom.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/packages/deliveries/pom.xml b/packages/deliveries/pom.xml
index 1c4a44e..be55b3a 100644
--- a/packages/deliveries/pom.xml
+++ b/packages/deliveries/pom.xml
@@ -16,7 +16,7 @@
<description>This project is responsible of the final packages</description>
<organization>
<name>OPENECOMP - MSO</name>
- <url>http://www.openecomp.org/</url>
+ <url>http://www.onap.org/</url>
</organization>
diff --git a/packages/docker/pom.xml b/packages/docker/pom.xml
index d15f49d..a5accb1 100644
--- a/packages/docker/pom.xml
+++ b/packages/docker/pom.xml
@@ -19,7 +19,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<!-- If the maven profile "docker" is specified the parameter -Dmso.git.url=<MsoGitRepo> must be provided
- i.e: mvn clean install -P docker -Dmso.git.url=https://gerrit.openecomp.org/r-->
+ i.e: mvn clean install -P docker -Dmso.git.url=https://gerrit.onap.org/r-->
<mso.git.url>${env.GIT_NO_PROJECT}</mso.git.url>
</properties>
diff --git a/pom.xml b/pom.xml
index 9343fda..bf1d6b9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,7 +39,7 @@
<!-- this is used for Chef mso-code cookbook -->
<swm.version>2.19.3-1</swm.version>
<evosuiteVersion>1.0.4-alpha2</evosuiteVersion>
- <nexusproxy>https://nexus.openecomp.org</nexusproxy>
+ <nexusproxy>https://nexus.onap.org</nexusproxy>
<snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>
<releaseNexusPath>/content/repositories/releases/</releaseNexusPath>
<sitePath>/content/sites/site/org/openecomp/mso/${project.version}</sitePath>