diff --git a/pom.xml b/pom.xml
index 3e995c137b9c919a05a43727590dee9805ddd5a8..ffdc8a30919e1abf06a1e3bf87c970b283033bff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
 
 	<groupId>cern.c2mon.client</groupId>
 	<artifactId>c2mon-web-atmosphere</artifactId>
-	<version>0.1.0-SNAPSHOT</version>
+	<version>0.1.1-SNAPSHOT</version>
 	<packaging>jar</packaging>
 
 	<name>Atmosphere publisher for C2MON</name>
@@ -14,7 +14,7 @@
     <parent>
         <groupId>cern.c2mon.client</groupId>
         <artifactId>c2mon-client</artifactId>
-        <version>1.8.16-SNAPSHOT</version>
+        <version>1.8.39</version>
     </parent>
 
     <scm>
@@ -111,7 +111,7 @@
 	      <groupId>org.projectlombok</groupId>
 	      <artifactId>lombok</artifactId>
 	    </dependency>
-        
+
 	</dependencies>
 	
 	<build>
@@ -153,7 +153,7 @@
                 <artifactId>docker-maven-plugin</artifactId>
 		        <version>0.4.11</version>
                 <executions>
-                  <execution>
+                  <!--execution>
                     <id>build-image</id>
                     <phase>package</phase>
                     <goals>
@@ -166,7 +166,7 @@
                     <goals>
                       <goal>push</goal>
                     </goals>
-                    </execution>
+                    </execution-->
                 </executions>
                 <configuration>
                     <baseImage>gitlab-registry.cern.ch/industrial-controls/sw-infra/cc7-oraclejava:8</baseImage>
diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml
index 1ebcbca6aee39313bff0feb2a8b030be91872b23..b29ee41c6e89f781b1a007a1e1432f9214ca4cc9 100644
--- a/src/main/resources/application.yaml
+++ b/src/main/resources/application.yaml
@@ -1,2 +1,6 @@
-server.servlet-path=/*
-server.contextPath=/c2mon-atmo
\ No newline at end of file
+server:
+  servlet-path: "/*"
+  contextPath: "/atmo"
+
+c2mon.dynconfig:
+  
\ No newline at end of file