Rename dockers from openecomp to onap 65/25665/1
authorIdan Amit <ia096e@intl.att.com>
Wed, 6 Dec 2017 07:21:16 +0000 (09:21 +0200)
committerIdan Amit <ia096e@intl.att.com>
Wed, 6 Dec 2017 08:11:09 +0000 (10:11 +0200)
Updated the name of the base docker images

Change-Id: Id07d3f76041efc297c90a171644ea2a88df32733
Issue-ID: SDC-710
Signed-off-by: Idan Amit <ia096e@intl.att.com>
pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index 2efb456..b836126 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
   <groupId>org.openecomp.sdc.sdc-docker-base</groupId>
   <artifactId>sdc-docker-base</artifactId>
   <packaging>pom</packaging>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>1.2.0-SNAPSHOT</version>
   <name>sdc-sdc-docker-base</name>
 
   <properties>
index bf3f0bf..8471f55 100644 (file)
@@ -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}