[DMAAP-KAFKA] Bump version to 1.1.1
[dmaap/kafka11aaf.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index be2e4ae..373a4d9 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
 
   <groupId>org.onap.dmaap.kafka</groupId>
   <artifactId>kafka11aaf</artifactId>
-  <version>1.1.0-SNAPSHOT</version>
+  <version>1.1.1-SNAPSHOT</version>
   <name>dmaap-kafka</name>
 
   <properties>
@@ -33,6 +33,7 @@
     </sitePath>
     <skip.docker.build>true</skip.docker.build>
     <skip.docker.push>true</skip.docker.push>
+    <docker.nocache>true</docker.nocache>
     <nexusproxy>https://nexus.onap.org</nexusproxy>
     <docker.push.registry>nexus3.onap.org:10003</docker.push.registry>
     <onap.nexus.url>https://nexus.onap.org</onap.nexus.url>
                 <image>
                   <name>onap/dmaap/kafka111</name>
                   <build>
+                    <nocache>true</nocache>
                     <cleanup>try</cleanup>
                     <dockerFileDir>${basedir}/target/docker-stage</dockerFileDir>
                     <dockerFile>Dockerfile</dockerFile>