update version 21/25721/1 amsterdam
authorMichael Lando <ml636r@att.com>
Wed, 6 Dec 2017 19:14:09 +0000 (21:14 +0200)
committerMichael Lando <ml636r@att.com>
Wed, 6 Dec 2017 19:14:09 +0000 (21:14 +0200)
Change-Id: Iec8ae38874fef32e09cd2fc8284045bf44b23740
Issue-ID: SDC-684
Signed-off-by: Michael Lando <ml636r@att.com>
.gitignore
pom.xml
version.properties

index 2f7896d..6896dcb 100644 (file)
@@ -1 +1,4 @@
 target/
+
+/.idea/*
+/sdc-docker-base.iml
diff --git a/pom.xml b/pom.xml
index 4af65e3..150fe09 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,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.0.1-SNAPSHOT</version>
   <name>sdc-sdc-docker-base</name>
 
   <properties>
index bf3f0bf..07a4f83 100644 (file)
@@ -5,7 +5,7 @@
 
 major=1
 minor=0
-patch=0
+patch=1
 
 base_version=${major}.${minor}.${patch}