diff options
author | Idan Amit <ia096e@intl.att.com> | 2017-12-06 09:21:16 +0200 |
---|---|---|
committer | Idan Amit <ia096e@intl.att.com> | 2017-12-06 10:11:09 +0200 |
commit | 4764062e0382c65667e810f8008aa5f6d7272bea (patch) | |
tree | adff577d0ea531412ae2d13788c4c1cc35c15ec0 | |
parent | ff7434a0df6ffd0e560803ca7ccb42feb74d7823 (diff) |
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 <ia096e@intl.att.com>
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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> 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} |