From 26d53d1c06a2bcb8d443dbe365061c376fb77de2 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Mon, 4 Dec 2017 16:49:39 -0500 Subject: [PATCH] Fix versions used in docker containers Docker containers should be using nexted staged version (mtce release version) instead of initial Amsterdam release version of maven artifacts. Change-Id: I8740dd7b54f24dd537b12953350f549bb4b9cc30 Issue-ID: SDNC-211 Signed-off-by: Dan Timoney Former-commit-id: 01ee2a68be60554072a187280f3f4bce6e7319da --- installation/pom.xml | 2 +- installation/sdnc/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/installation/pom.xml b/installation/pom.xml index 11bb9a38..09dfc01d 100644 --- a/installation/pom.xml +++ b/installation/pom.xml @@ -22,7 +22,7 @@ yyMMdd-HHmmss ${maven.build.timestamp} - v0.1.0 + 0.1-STAGING-latest UTF-8 UTF-8 diff --git a/installation/sdnc/pom.xml b/installation/sdnc/pom.xml index 6df6ab74..3a877425 100644 --- a/installation/sdnc/pom.xml +++ b/installation/sdnc/pom.xml @@ -20,7 +20,7 @@ onap/sdnc-image ${project.version} - 1.2.2 + 1.2.3 ${https_proxy} -- 2.16.6