aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitreview5
-rw-r--r--pom.xml14
-rw-r--r--vvp/app/welcome/welcome.html2
-rw-r--r--vvp/dist/welcome/welcome.html2
4 files changed, 14 insertions, 9 deletions
diff --git a/.gitreview b/.gitreview
new file mode 100644
index 00000000..628176f1
--- /dev/null
+++ b/.gitreview
@@ -0,0 +1,5 @@
+[gerrit]
+host=gerrit.onap.org
+port=29418
+project=vvp/portal.git
+
diff --git a/pom.xml b/pom.xml
index 53e53318..31efd1fc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
<version>1.0.0-SNAPSHOT</version>
</parent>
- <groupId>org.openecomp.vvp.portal</groupId>
+ <groupId>org.onap.vvp.portal</groupId>
<artifactId>portal</artifactId>
<packaging>pom</packaging>
<version>1.0.0-SNAPSHOT</version>
@@ -15,13 +15,16 @@
<properties>
<!--nexus-->
- <sitePath>/content/sites/site/org/openecomp/vvp/${project.artifactId}/${project.version}</sitePath>
+ <onap.nexus.url>https://nexus.onap.org</onap.nexus.url>
+ <sitePath>/content/sites/site/org/onap/vvp/${project.artifactId}/${project.version}</sitePath>
<!--maven-->
<timestamp>${maven.build.timestamp}</timestamp>
<maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
<!--docker-->
<docker.tag>${project.version}-${timestamp}</docker.tag>
<docker.latest.tag>${project.version}-latest</docker.latest.tag>
+ <docker.pull.registry>nexus3.onap.org:10001</docker.pull.registry>
+ <docker.push.registry>nexus3.onap.org:10003</docker.push.registry>
</properties>
<build>
@@ -44,10 +47,11 @@
<configuration>
<verbose>true</verbose>
<apiVersion>1.23</apiVersion>
- <registry>nexus3.onap.org:10003</registry>
+ <pullRegistry>${docker.pull.registry}</pullRegistry>
+ <pushRegistry>${docker.push.registry}</pushRegistry>
<images>
<image>
- <name>openecomp/vvp/portal</name>
+ <name>onap/vvp/portal</name>
<alias>vvp-portal</alias>
<build>
<cleanup>true</cleanup>
@@ -88,7 +92,7 @@
<goal>push</goal>
</goals>
<configuration>
- <image>openecomp/vvp/portal</image>
+ <image>onap/vvp/portal</image>
</configuration>
</execution>
</executions>
diff --git a/vvp/app/welcome/welcome.html b/vvp/app/welcome/welcome.html
index 14292a6a..0588248f 100644
--- a/vvp/app/welcome/welcome.html
+++ b/vvp/app/welcome/welcome.html
@@ -105,8 +105,6 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.-->
<div class="welcome-footer-copyright row">
<div class="col-xs-12">
<p>
- <span>© 2016 {{'serviceProvider.name' | i18next}} Intellectual Property.</span> |
- <span>All rights reserved. {{'serviceProvider.name' | i18next}}, the {{'serviceProvider.name' | i18next}} logo and all other {{'serviceProvider.name' | i18next}} marks contained herein are trademarks of {{'serviceProvider.name' | i18next}} Intellectual Property and/or {{'serviceProvider.name' | i18next}} affiliated companies. {{'serviceProvider.name' | i18next}} 36USC220506</span>
</p>
</div>
</div>
diff --git a/vvp/dist/welcome/welcome.html b/vvp/dist/welcome/welcome.html
index 14292a6a..0588248f 100644
--- a/vvp/dist/welcome/welcome.html
+++ b/vvp/dist/welcome/welcome.html
@@ -105,8 +105,6 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.-->
<div class="welcome-footer-copyright row">
<div class="col-xs-12">
<p>
- <span>© 2016 {{'serviceProvider.name' | i18next}} Intellectual Property.</span> |
- <span>All rights reserved. {{'serviceProvider.name' | i18next}}, the {{'serviceProvider.name' | i18next}} logo and all other {{'serviceProvider.name' | i18next}} marks contained herein are trademarks of {{'serviceProvider.name' | i18next}} Intellectual Property and/or {{'serviceProvider.name' | i18next}} affiliated companies. {{'serviceProvider.name' | i18next}} 36USC220506</span>
</p>
</div>
</div>