aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstark, steven <ss820f@att.com>2018-04-06 13:39:19 -0700
committerstark, steven <ss820f@att.com>2018-04-06 13:39:19 -0700
commit2577e4caff8dc3a6af7956f0fca4c26813bb6852 (patch)
treea7611a0cec87cc71ce5a1bf2273f0b0a9943bd4b
parent1e156279f93ab081e2b9495fd3b93f357fd48261 (diff)
[VVP] fix openssh version in dockerfile
the openssh version needs to be update also adding updates to pom.xml Change-Id: Ie5920b0c22362928605fdfdc461bf62fd6751f4b Issue-ID: VVP-47 Signed-off-by: stark, steven <ss820f@att.com>
-rw-r--r--.gitreview5
-rw-r--r--Dockerfile2
-rw-r--r--pom.xml8
3 files changed, 10 insertions, 5 deletions
diff --git a/.gitreview b/.gitreview
new file mode 100644
index 0000000..4479fbd
--- /dev/null
+++ b/.gitreview
@@ -0,0 +1,5 @@
+[gerrit]
+host=gerrit.onap.org
+port=29418
+project=vvp/test-engine.git
+
diff --git a/Dockerfile b/Dockerfile
index 6b2218f..d44fef7 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -60,7 +60,7 @@ RUN apk add --no-cache \
git==2.8.6-r0 \
gtk+3.0 \
libxcomposite \
- openssh=7.2_p2-r4 \
+ openssh=7.2_p2-r5 \
py-psycopg2 \
py-setuptools \
sqlite \
diff --git a/pom.xml b/pom.xml
index 2f1f9f1..66a215c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
<version>1.1.0</version>
</parent>
- <groupId>org.openecomp.vvp.test-engine</groupId>
+ <groupId>org.onap.vvp.test-engine</groupId>
<artifactId>test-engine</artifactId>
<packaging>pom</packaging>
<version>1.0.0-SNAPSHOT</version>
@@ -16,7 +16,7 @@
<properties>
<!--nexus-->
<onap.nexus.url>https://nexus.onap.org</onap.nexus.url>
- <sitePath>/content/sites/site/org/openecomp/vvp/${project.artifactId}/${project.version}</sitePath>
+ <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>
@@ -51,7 +51,7 @@
<pushRegistry>${docker.push.registry}</pushRegistry>
<images>
<image>
- <name>openecomp/vvp/test-engine</name>
+ <name>onap/vvp/test-engine</name>
<alias>vvp-test-engine</alias>
<build>
<cleanup>true</cleanup>
@@ -92,7 +92,7 @@
<goal>push</goal>
</goals>
<configuration>
- <image>openecomp/vvp/test-engine</image>
+ <image>onap/vvp/test-engine</image>
</configuration>
</execution>
</executions>