Bump patch version

Bump patch version in preparation for Amsterdam
branching.

Change-Id: I78e5c06cef4815859aa2b245404eb626b76a1621
Issue-ID: CIMAN-120
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
diff --git a/ubuntu/pom.xml b/ubuntu/pom.xml
index cbaf04c..caf26ac 100644
--- a/ubuntu/pom.xml
+++ b/ubuntu/pom.xml
@@ -5,13 +5,13 @@
     <parent>
         <groupId>org.onap.ccsdk.distribution</groupId>
         <artifactId>distribution-root</artifactId>
-        <version>0.1.0-SNAPSHOT</version>
+        <version>0.1.1-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <packaging>pom</packaging>
     <artifactId>distribution-ubuntu</artifactId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>0.1.1-SNAPSHOT</version>
 
     <name>Distribution - ubuntu</name>
     <description>Creates base ubuntu Docker container</description>
@@ -42,7 +42,7 @@
                                     versionArray = project.properties['ccsdk.project.version'].split('\\.');
                                 }
 
-                                if (project.properties['ccsdk.project.version'].endsWith("-SNAPSHOT"))
+                                if (project.properties['ccsdk.project.version'].endsWith("-amsterdam"))
                                 {
                                     project.properties['project.docker.latesttag.version']=versionArray[0] + '.' + versionArray[1] + "-STAGING-latest";
                                 } else {