aboutsummaryrefslogtreecommitdiffstats
path: root/installation/admportal
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dtimoney@att.com>2019-08-20 15:40:38 -0400
committerTimoney, Dan (dt5972) <dtimoney@att.com>2019-08-20 15:40:38 -0400
commitb2eb9ed53fabb824f8de08f4c3b8be27e404aeb8 (patch)
tree3dcd350caf0abf941aeb54e45a86e9af21efc1fd /installation/admportal
parent9fac16be28a46d3f17d64da3c28318e543cde429 (diff)
Port to Neon
Port sdnc/oam to Neon version of CCSDK and SDNC artifacts Change-Id: I4a195d0c5e993c433c0c03a898d60521c7df2a9f Issue-ID: SDNC-850 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com> Former-commit-id: 18aff1a38583891cbcddca7242e2326b80d88a8d
Diffstat (limited to 'installation/admportal')
-rw-r--r--installation/admportal/pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/installation/admportal/pom.xml b/installation/admportal/pom.xml
index 1d48c3b7..8475b1c7 100644
--- a/installation/admportal/pom.xml
+++ b/installation/admportal/pom.xml
@@ -4,14 +4,14 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>1.3.2</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
<groupId>org.onap.sdnc.oam</groupId>
<artifactId>installation-admportal</artifactId>
- <version>1.6.2-SNAPSHOT</version>
+ <version>1.7.0-SNAPSHOT</version>
<name>sdnc-oam :: installation :: ${project.artifactId}</name>
<description>Creates admportal Docker container</description>
@@ -20,7 +20,7 @@
<image.name>onap/admportal-sdnc-image</image.name>
<sdnc.project.version>${project.version}</sdnc.project.version>
<sdnc.build.timestamp>${maven.build.timestamp}</sdnc.build.timestamp>
- <ccsdk.docker.version>0.4-STAGING-latest</ccsdk.docker.version>
+ <ccsdk.docker.version>0.6-STAGING-latest</ccsdk.docker.version>
<maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
</properties>
@@ -46,7 +46,7 @@
<plugin>
<groupId>io.fabric8</groupId>
<artifactId>docker-maven-plugin</artifactId>
- <version>0.16.5</version>
+ <version>0.28.0</version>
<inherited>false</inherited>
<configuration>
@@ -56,7 +56,7 @@
<build>
<cleanup>try</cleanup>
<dockerFileDir>${basedir}/target/docker-stage</dockerFileDir>
- <dockerFile>${basedir}/target/docker-stage/Dockerfile</dockerFile>
+ <dockerFile>Dockerfile</dockerFile>
<tags>
<tag>${project.docker.latestminortag.version}</tag>
<tag>${project.docker.latestfulltag.version}</tag>