version updates

Signed-off-by: Mark Struberg <struberg@apache.org>
diff --git a/docker/pom.xml b/docker/pom.xml
index 587e1ae..e1a3ded 100644
--- a/docker/pom.xml
+++ b/docker/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <artifactId>meecrowave-examples</artifactId>
     <groupId>org.apache.meecrowave</groupId>
-    <version>1.2.7-SNAPSHOT</version>
+    <version>1.2.8-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/mw_bundle_config/pom.xml b/mw_bundle_config/pom.xml
index 1b16587..1546a43 100644
--- a/mw_bundle_config/pom.xml
+++ b/mw_bundle_config/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.meecrowave</groupId>
         <artifactId>meecrowave-examples</artifactId>
-        <version>1.2.7-SNAPSHOT</version>
+        <version>1.2.8-SNAPSHOT</version>
     </parent>
 
     <artifactId>samples-bundle-config</artifactId>
diff --git a/pom.xml b/pom.xml
index 725e2f2..5b2e2fb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
 
     <groupId>org.apache.meecrowave</groupId>
     <artifactId>meecrowave-examples</artifactId>
-    <version>1.2.7-SNAPSHOT</version>
+    <version>1.2.8-SNAPSHOT</version>
 
     <packaging>pom</packaging>
     <name>Apache Meecrowave Examples</name>
@@ -48,7 +48,7 @@
     </modules>
 
     <properties>
-        <meecrowave.version>1.2.6</meecrowave.version>
+        <meecrowave.version>1.2.8</meecrowave.version>
 
         <maven.compiler.target>1.8</maven.compiler.target>
         <maven.compiler.source>1.8</maven.compiler.source>
diff --git a/rest-trivial-kotlin/pom.xml b/rest-trivial-kotlin/pom.xml
index 653ba2d..8270fc8 100644
--- a/rest-trivial-kotlin/pom.xml
+++ b/rest-trivial-kotlin/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>org.apache.meecrowave</groupId>
         <artifactId>meecrowave-examples</artifactId>
-        <version>1.2.7-SNAPSHOT</version>
+        <version>1.2.8-SNAPSHOT</version>
     </parent>
 
 
@@ -16,7 +16,7 @@
 
     <properties>
         <!--<kotlin.version>1.2.71</kotlin.version>-->
-        <kotlin.version>1.3.20</kotlin.version>
+        <kotlin.version>1.3.40</kotlin.version>
     </properties>
 
     <dependencies>
diff --git a/rest-trivial/pom.xml b/rest-trivial/pom.xml
index a57ac88..d473bf4 100644
--- a/rest-trivial/pom.xml
+++ b/rest-trivial/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>org.apache.meecrowave</groupId>
         <artifactId>meecrowave-examples</artifactId>
-        <version>1.2.7-SNAPSHOT</version>
+        <version>1.2.8-SNAPSHOT</version>
     </parent>
 
 
diff --git a/rest/pom.xml b/rest/pom.xml
index d6978bd..d521e13 100644
--- a/rest/pom.xml
+++ b/rest/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.apache.meecrowave</groupId>
         <artifactId>meecrowave-examples</artifactId>
-        <version>1.2.7-SNAPSHOT</version>
+        <version>1.2.8-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/servlet-trivial/pom.xml b/servlet-trivial/pom.xml
index 2a00867..3dbd30c 100644
--- a/servlet-trivial/pom.xml
+++ b/servlet-trivial/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.meecrowave</groupId>
         <artifactId>meecrowave-examples</artifactId>
-        <version>1.2.7-SNAPSHOT</version>
+        <version>1.2.8-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/servlet-vaadin-v08/pom.xml b/servlet-vaadin-v08/pom.xml
index d490ab6..98fc037 100644
--- a/servlet-vaadin-v08/pom.xml
+++ b/servlet-vaadin-v08/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.meecrowave</groupId>
         <artifactId>meecrowave-examples</artifactId>
-        <version>1.2.7-SNAPSHOT</version>
+        <version>1.2.8-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
@@ -31,7 +31,7 @@
     <name>Servlet (Vaadin - V08 (LTS))</name>
 
   <properties>
-    <vaadin.version>8.7.0</vaadin.version>
+    <vaadin.version>8.8.2</vaadin.version>
   </properties>
 
   <packaging>jar</packaging>
diff --git a/servlet-vaadin-v10/pom.xml b/servlet-vaadin-v10/pom.xml
index 6363723..bc78a9a 100644
--- a/servlet-vaadin-v10/pom.xml
+++ b/servlet-vaadin-v10/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.meecrowave</groupId>
     <artifactId>meecrowave-examples</artifactId>
-    <version>1.2.7-SNAPSHOT</version>
+    <version>1.2.8-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
@@ -33,7 +33,7 @@
 
   <properties>
     <transpilation.output>${project.build.directory}/build</transpilation.output>
-    <vaadin.version>10.0.11</vaadin.version>
+    <vaadin.version>10.0.16</vaadin.version>
   </properties>
 
   <pluginRepositories>
@@ -99,34 +99,34 @@
         <version>${meecrowave.version}</version>
       </plugin>
 
-      <plugin>
-        <groupId>com.vaadin</groupId>
-        <artifactId>vaadin-maven-plugin</artifactId>
-        <version>${vaadin.version}</version>
-        <executions>
-          <execution>
-            <goals>
-              <goal>copy-production-files</goal>
-              <goal>package-for-production</goal>
-            </goals>
-            <configuration>
-              <transpileOutputDirectory>${transpilation.output}</transpileOutputDirectory>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
+<!--      <plugin>-->
+<!--        <groupId>com.vaadin</groupId>-->
+<!--        <artifactId>vaadin-maven-plugin</artifactId>-->
+<!--        <version>${vaadin.version}</version>-->
+<!--        <executions>-->
+<!--          <execution>-->
+<!--            <goals>-->
+<!--              <goal>copy-production-files</goal>-->
+<!--              <goal>package-for-production</goal>-->
+<!--            </goals>-->
+<!--            <configuration>-->
+<!--              <transpileOutputDirectory>${transpilation.output}</transpileOutputDirectory>-->
+<!--            </configuration>-->
+<!--          </execution>-->
+<!--        </executions>-->
+<!--      </plugin>-->
 
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-war-plugin</artifactId>
         <version>3.2.2</version>
-        <configuration>
-          <webResources>
-            <resource>
-              <directory>${transpilation.output}</directory>
-            </resource>
-          </webResources>
-        </configuration>
+<!--        <configuration>-->
+<!--          <webResources>-->
+<!--            <resource>-->
+<!--              <directory>${transpilation.output}</directory>-->
+<!--            </resource>-->
+<!--          </webResources>-->
+<!--        </configuration>-->
       </plugin>
     </plugins>
   </build>
diff --git a/servlet-vaadin-vxx/pom.xml b/servlet-vaadin-vxx/pom.xml
index 71d491b..6135454 100644
--- a/servlet-vaadin-vxx/pom.xml
+++ b/servlet-vaadin-vxx/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <artifactId>meecrowave-examples</artifactId>
     <groupId>org.apache.meecrowave</groupId>
-    <version>1.2.7-SNAPSHOT</version>
+    <version>1.2.8-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
@@ -14,7 +14,7 @@
   <packaging>jar</packaging>
 
   <properties>
-    <vaadin.version>13.0.1</vaadin.version>
+    <vaadin.version>14.0.0.rc1</vaadin.version>
   </properties>
 
   <pluginRepositories>