From 4764062e0382c65667e810f8008aa5f6d7272bea Mon Sep 17 00:00:00 2001 From: Idan Amit Date: Wed, 6 Dec 2017 09:21:16 +0200 Subject: Rename dockers from openecomp to onap Updated the name of the base docker images Change-Id: Id07d3f76041efc297c90a171644ea2a88df32733 Issue-ID: SDC-710 Signed-off-by: Idan Amit --- pom.xml | 2 +- version.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 2efb456..b836126 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.openecomp.sdc.sdc-docker-base sdc-docker-base pom - 1.0.0-SNAPSHOT + 1.2.0-SNAPSHOT sdc-sdc-docker-base diff --git a/version.properties b/version.properties index bf3f0bf..8471f55 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=0 +minor=2 patch=0 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg