]> source.dussan.org Git - vaadin-framework.git/commitdiff
Update to 8.12-snapshot (#11995)
authorZhe Sun <31067185+ZheSun88@users.noreply.github.com>
Wed, 13 May 2020 10:05:39 +0000 (13:05 +0300)
committerGitHub <noreply@github.com>
Wed, 13 May 2020 10:05:39 +0000 (13:05 +0300)
66 files changed:
all/pom.xml
all/src/main/templates/release-notes.html
bom/pom.xml
client-compiled/pom.xml
client-compiler/pom.xml
client/pom.xml
compatibility-client-compiled/pom.xml
compatibility-client/pom.xml
compatibility-server-gae/pom.xml
compatibility-server/pom.xml
compatibility-shared/pom.xml
compatibility-themes/pom.xml
liferay-integration/pom.xml
liferay/pom.xml
osgi-integration/pom.xml
pom.xml
push/pom.xml
server/pom.xml
shared/pom.xml
test/addon-using-init-param-widget-set/pom.xml
test/addon-using-no-defined-widget-set/pom.xml
test/addon-using-own-widget-set/pom.xml
test/bean-api-validation/pom.xml
test/bean-impl-validation/pom.xml
test/cdi/pom.xml
test/default-widget-set/pom.xml
test/dependency-rewrite-addon/pom.xml
test/dependency-rewrite/pom.xml
test/own-widget-set/pom.xml
test/pom.xml
test/servlet-containers/generic-tests/pom.xml
test/servlet-containers/generic-ui/pom.xml
test/servlet-containers/generic/pom.xml
test/servlet-containers/glassfish/pom.xml
test/servlet-containers/jetty8/pom.xml
test/servlet-containers/jetty9/pom.xml
test/servlet-containers/jsp-integration/pom.xml
test/servlet-containers/karaf/karaf-run/pom.xml
test/servlet-containers/karaf/pom.xml
test/servlet-containers/karaf/vaadin-karaf-bundle1/pom.xml
test/servlet-containers/karaf/vaadin-karaf-bundle2/pom.xml
test/servlet-containers/liberty-javaee/pom.xml
test/servlet-containers/liberty-microprofile/pom.xml
test/servlet-containers/liberty-webprofile/pom.xml
test/servlet-containers/payara-micro/pom.xml
test/servlet-containers/pom.xml
test/servlet-containers/tomcat7/pom.xml
test/servlet-containers/tomcat80/pom.xml
test/servlet-containers/tomcat85/pom.xml
test/servlet-containers/tomcat9/pom.xml
test/servlet-containers/wildfly-swarm/pom.xml
test/servlet-containers/wildfly10/pom.xml
test/servlet-containers/wildfly11/pom.xml
test/servlet-containers/wildfly12/pom.xml
test/servlet-containers/wildfly13/pom.xml
test/servlet-containers/wildfly8/pom.xml
test/servlet-containers/wildfly9/pom.xml
test/space in directory/pom.xml
test/spring-boot-subcontext/pom.xml
test/spring-boot/pom.xml
test/vaadin7-widget-set/pom.xml
test/vaadinservletconfiguration-widget-set/pom.xml
test/widget-set-testutil/pom.xml
testbench-api/pom.xml
themes/pom.xml
uitest/pom.xml

index 55f784a10a8ed0ca6992a997fceb18b15c091f0e..daa3f57578f64c528b189ed3d9bf23c5f503b401 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>com.vaadin</groupId>
         <artifactId>vaadin-root</artifactId>
-        <version>8.11-SNAPSHOT</version>
+        <version>8.12-SNAPSHOT</version>
     </parent>
     <artifactId>vaadin-all</artifactId>
     <name>vaadin-all</name>
index b4c2ab515c6156af71790625adf6c0787cfb742a..cdc1dbd01564dff69c0d2fe9e3195b6fdfdf2176 100644 (file)
             enhancements. Below is a list of the most notable changes:</p>
 
         <ul>
-               <li>Added Upload button caption HTML content support</li>
-               <li>Added Tree#asMultiSelect() so that Tree can be used as multiselect field e.g. with Binder</li>
-               <li>Added methods in Binder to enable / disable binding and binder level Validators on the fly</li>
-               <li>Added Binder#writeBeanAsDraft method version to write all values passing conversion to the bean</li>
-               <li>Allow AbstractDateField to provide DST zone names over custom ranges</li>
-               <li>Updated hibernate dependency to newer version. Old version caused false positive warning in dependency security check.</li>
+               <li></li>
         </ul>
 
         </p>
 
         <p>
-            For enhancements introduced in Vaadin Framework 8.10, see the <a
-                href="http://vaadin.com/download/release/8.10/8.10.0/release-notes.html">Release
-                Notes for Vaadin Framework 8.10.0</a>.
+            For enhancements introduced in Vaadin Framework 8.11, see the <a
+                href="http://vaadin.com/download/release/8.11/8.11.0/release-notes.html">Release
+                Notes for Vaadin Framework 8.11.0</a>.
             For migrating from previous framework versions, see <a href="#incompatible">the list of incompatible changes</a> and <a href="#migrating">how to migrate
             to Vaadin Framework 8</a>.
         </p>
         <h2 id="incompatible">Incompatible or Behavior-altering Changes in @version-minor@</h2>
 
         <ul>
-            <li>Changed DateField setValue() to throw exception if date is not meeting range check. This also prevents server and client state sync issue.</li>
-           <li>Upload is now prevented if there is no file selected</li>
-           <li>Determining Push transport before re-connect should improve Push stability when there is hand over e.g. from WiFi to cable and vice versa</li>
+            <li></li>
         </ul>
 
-        <h2>For incompatible or behavior-altering changes in 8.10, please see <a href="https://vaadin.com/download/release/8.10/8.10.0/release-notes.html#incompatible">8.10 release notes</a></h2>
+        <h2>For incompatible or behavior-altering changes in 8.11, please see <a href="https://vaadin.com/download/release/8.11/8.11.0/release-notes.html#incompatible">8.11 release notes</a></h2>
 
         <h3 id="knownissues">Known Issues and Limitations</h3>
         <ul>
index 35664b0b130af63a14125fb17830a5111d7254b3..59f2ee638f25b0f3f20423d231f21fc6f1125cef 100644 (file)
@@ -11,7 +11,7 @@
     <groupId>com.vaadin</groupId>
     <artifactId>vaadin-bom</artifactId>
     <packaging>pom</packaging>
-    <version>8.11-SNAPSHOT</version>
+    <version>8.12-SNAPSHOT</version>
     <name>Vaadin Framework (Bill of Materials)</name>
     <description>Vaadin Framework (Bill of Materials)</description>
     <url>http://vaadin.com</url>
index 0732f926b1bd4dad8dccb022727b808095a21d2a..bccdc0742426339741b3ff84e80713dfcdb6e5d5 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>com.vaadin</groupId>
         <artifactId>vaadin-root</artifactId>
-        <version>8.11-SNAPSHOT</version>
+        <version>8.12-SNAPSHOT</version>
     </parent>
     <!-- Needed by a plugin in release build -->
     <groupId>com.vaadin</groupId>
index 30db798aec5b92806904ee31a494479ce6957e85..455a7c47363f03c894b013310b879dc49fcf0e2b 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>com.vaadin</groupId>
         <artifactId>vaadin-root</artifactId>
-        <version>8.11-SNAPSHOT</version>
+        <version>8.12-SNAPSHOT</version>
     </parent>
     <artifactId>vaadin-client-compiler</artifactId>
     <name>vaadin-client-compiler</name>
index 9a16d9fbd72d9670c1f95cb29de469c6fac67cf1..4dd4dac700394fde2a481910f8826bc9accb29f7 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>com.vaadin</groupId>
         <artifactId>vaadin-root</artifactId>
-        <version>8.11-SNAPSHOT</version>
+        <version>8.12-SNAPSHOT</version>
     </parent>
     <!-- Needed by a plugin in release build -->
     <groupId>com.vaadin</groupId>
index e1ed7684621c349fcaedcffe94337a4d72d9576c..33e320df324112f7b05242f6bcafd779246b95f5 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>com.vaadin</groupId>
         <artifactId>vaadin-root</artifactId>
-        <version>8.11-SNAPSHOT</version>
+        <version>8.12-SNAPSHOT</version>
     </parent>
     <artifactId>vaadin-compatibility-client-compiled</artifactId>
     <name>vaadin-compatibility-client-compiled</name>
index 67ac769fdc077340f5519e42e8ba42c95c8275b1..e423f896a1fbd1742c64bea271a9bf57c1a4bba8 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>com.vaadin</groupId>
         <artifactId>vaadin-root</artifactId>
-        <version>8.11-SNAPSHOT</version>
+        <version>8.12-SNAPSHOT</version>
     </parent>
     <artifactId>vaadin-compatibility-client</artifactId>
     <name>vaadin-compatibility-client</name>
index 8098a1a655e216798d11fe36f1bcbc9010717d8d..3565da2ea6c73fde76cdc2f655074e4fe17042ba 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>com.vaadin</groupId>
         <artifactId>vaadin-root</artifactId>
-        <version>8.11-SNAPSHOT</version>
+        <version>8.12-SNAPSHOT</version>
     </parent>
     <artifactId>vaadin-compatibility-server-gae</artifactId>
     <name>vaadin-compatibility-server-gae</name>
index b7ece5b5c5f259dee801a332a301a9667a21eeee..e7084b60f4c7da0e2bf9caafddeb0f3e2c8e077c 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>com.vaadin</groupId>
         <artifactId>vaadin-root</artifactId>
-        <version>8.11-SNAPSHOT</version>
+        <version>8.12-SNAPSHOT</version>
     </parent>
     <artifactId>vaadin-compatibility-server</artifactId>
     <name>vaadin-compatibility-server</name>
index 5031ba80955ab8c3fde2a5bdd6a425b87a2e44e1..3f7a797c1f85c10cd82f0d0cee10ba49ad9338fd 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>com.vaadin</groupId>
         <artifactId>vaadin-root</artifactId>
-        <version>8.11-SNAPSHOT</version>
+        <version>8.12-SNAPSHOT</version>
     </parent>
     <artifactId>vaadin-compatibility-shared</artifactId>
     <name>vaadin-compatibility-shared</name>
index a1fdf38bf604eea42e3cf376be4cd0dafa4dcfc1..a5a7ed20ea8b2e6b24ed3050797dc37e74443cb5 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>com.vaadin</groupId>
         <artifactId>vaadin-root</artifactId>
-        <version>8.11-SNAPSHOT</version>
+        <version>8.12-SNAPSHOT</version>
     </parent>
     <artifactId>vaadin-compatibility-themes</artifactId>
     <name>vaadin-compatibility-themes</name>
index 945c75915832d62ca3b6af6d8054f9c527a48529..dabb757db67c14bd691e7c18d830d56419ebea63 100644 (file)
@@ -9,7 +9,7 @@
     <parent>
         <groupId>com.vaadin</groupId>
         <artifactId>vaadin-root</artifactId>
-        <version>8.11-SNAPSHOT</version>
+        <version>8.12-SNAPSHOT</version>
     </parent>
 
     <properties>
index 944067306d454143ee1be41a0de7d91965d30b66..ca898f37438a5adaf16e8a36ec7aabcf65fbfe46 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>com.vaadin</groupId>
         <artifactId>vaadin-root</artifactId>
-        <version>8.11-SNAPSHOT</version>
+        <version>8.12-SNAPSHOT</version>
     </parent>
     <artifactId>vaadin-liferay</artifactId>
     <name>vaadin-liferay</name>
index 61a1ac2d0b5c7cecef3884a1cdfa95f7176a77ef..42be8be39bc464a6890c48f4bc4d9c78404e1cf2 100644 (file)
@@ -9,7 +9,7 @@
     <parent>
         <groupId>com.vaadin</groupId>
         <artifactId>vaadin-root</artifactId>
-        <version>8.11-SNAPSHOT</version>
+        <version>8.12-SNAPSHOT</version>
     </parent>
 
     <properties>
diff --git a/pom.xml b/pom.xml
index 54023b8508ad32e0bc682d852207feac753a32cb..b8041e5b16881a960cd7d25b329f7c4d94f823cd 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
     <artifactId>vaadin-root</artifactId>
     <name>vaadin-root</name>
     <packaging>pom</packaging>
-    <version>8.11-SNAPSHOT</version>
+    <version>8.12-SNAPSHOT</version>
 
     <prerequisites>
         <maven>3.1.0</maven>
index d41252e93f7747ce7fe67869757d8fbbbc25d508..80dda2cd591387dc01d6160b50462371002b3e23 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>com.vaadin</groupId>
         <artifactId>vaadin-root</artifactId>
-        <version>8.11-SNAPSHOT</version>
+        <version>8.12-SNAPSHOT</version>
     </parent>
     <artifactId>vaadin-push</artifactId>
     <name>vaadin-push</name>
index 8a141f2b532ace407afc29f5addb0cf6b41999fa..f978eb4bb00d8b97545180d2366605e7d34d2c5a 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>com.vaadin</groupId>
         <artifactId>vaadin-root</artifactId>
-        <version>8.11-SNAPSHOT</version>
+        <version>8.12-SNAPSHOT</version>
     </parent>
     <artifactId>vaadin-server</artifactId>
     <name>vaadin-server</name>
index bd3e4fab620475d551e291b438a14b49a0a39bd7..5204a1afdbb0b1b69d3fd13890f054a9ecba585b 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>com.vaadin</groupId>
         <artifactId>vaadin-root</artifactId>
-        <version>8.11-SNAPSHOT</version>
+        <version>8.12-SNAPSHOT</version>
     </parent>
     <artifactId>vaadin-shared</artifactId>
     <name>vaadin-shared</name>
index cf565385f4f2e0e577d3616d1217e8890136588b..ae54176bf5f7c6fad0195bcce4e29a9ae68d305c 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>com.vaadin</groupId>
         <artifactId>vaadin-test</artifactId>
-        <version>8.11-SNAPSHOT</version>
+        <version>8.12-SNAPSHOT</version>
     </parent>
     <artifactId>vaadin-test-addon-using-init-param-widget-set</artifactId>
     <packaging>war</packaging>
index 21a5e9ba2595a1275779730e2d5d53b9fc06ec51..18efbd56b6da68b2cdd6c96ba2914bfacccdb04a 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>com.vaadin</groupId>
         <artifactId>vaadin-test</artifactId>
-        <version>8.11-SNAPSHOT</version>
+        <version>8.12-SNAPSHOT</version>
     </parent>
     <artifactId>vaadin-test-addon-using-no-defined-widget-set</artifactId>
     <packaging>war</packaging>
index 8aa52d5ca62db28947161d239a384490502161ff..1cb30c0c9000b11d8d4b0a8c16197e6ebe99dd18 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>com.vaadin</groupId>
         <artifactId>vaadin-test</artifactId>
-        <version>8.11-SNAPSHOT</version>
+        <version>8.12-SNAPSHOT</version>
     </parent>
     <artifactId>vaadin-test-addon-using-own-widget-set</artifactId>
     <packaging>war</packaging>
index 0ce7a45b204a0d74e6e323277e5d5cfbdc55edb6..12824a047e535cf4f3fdecfaa240d6a50506fbef 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>com.vaadin</groupId>
         <artifactId>vaadin-test</artifactId>
-        <version>8.11-SNAPSHOT</version>
+        <version>8.12-SNAPSHOT</version>
     </parent>
     <artifactId>vaadin-test-bean-api-validation</artifactId>
     <packaging>jar</packaging>
index e9fa67398c01845fceef41ce3c2987f15a762842..a3412776c449eccec34657c389595597fb06480b 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>com.vaadin</groupId>
         <artifactId>vaadin-test</artifactId>
-        <version>8.11-SNAPSHOT</version>
+        <version>8.12-SNAPSHOT</version>
     </parent>
     <artifactId>vaadin-test-bean-impl-validation</artifactId>
     <packaging>jar</packaging>
index 245cecee7d1eab5c4368dc0c9b2e6da25c826280..d12541951bdad115c0a9684299c5556123b030d1 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>com.vaadin</groupId>
         <artifactId>vaadin-test</artifactId>
-        <version>8.11-SNAPSHOT</version>
+        <version>8.12-SNAPSHOT</version>
     </parent>
     <artifactId>vaadin-test-cdi</artifactId>
     <packaging>war</packaging>
index 9153be3e4943d73772d3b46ff2823172c2d34aca..164b108eb1b0f29fcbb6af146420d8e004390a3e 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>com.vaadin</groupId>
         <artifactId>vaadin-test</artifactId>
-        <version>8.11-SNAPSHOT</version>
+        <version>8.12-SNAPSHOT</version>
     </parent>
     <artifactId>vaadin-test-default-widget-set</artifactId>
     <packaging>war</packaging>
index 8aa66ee0aa2bbe6ac1807e3a62ef8f16a337030d..083ba2bff31560fb450f024337bd8d0d8a0e8c76 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>com.vaadin</groupId>
         <artifactId>vaadin-test</artifactId>
-        <version>8.11-SNAPSHOT</version>
+        <version>8.12-SNAPSHOT</version>
     </parent>
     <artifactId>vaadin-test-dependency-rewrite-addon</artifactId>
     <packaging>jar</packaging>
index a5e6096954ab14de2bb03e38273c88866d35b444..72b1a97c15cb6140498815b5901a5d462b151611 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>com.vaadin</groupId>
         <artifactId>vaadin-test</artifactId>
-        <version>8.11-SNAPSHOT</version>
+        <version>8.12-SNAPSHOT</version>
     </parent>
     <artifactId>vaadin-test-dependency-rewrite</artifactId>
     <packaging>war</packaging>
index 3651263eaec4b528be9329fd7f42954ac45b628b..e3f89cbc8ec1c7bcc120ab783d10e0e91408e38e 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>com.vaadin</groupId>
         <artifactId>vaadin-test</artifactId>
-        <version>8.11-SNAPSHOT</version>
+        <version>8.12-SNAPSHOT</version>
     </parent>
     <artifactId>vaadin-test-own-widget-set</artifactId>
     <packaging>war</packaging>
index 2260caaa519027968c676d1b91400848b3e391e0..4b906413d338d423e1105a5afd7cf04d5f5ecbe6 100644 (file)
@@ -5,7 +5,7 @@
     <groupId>com.vaadin</groupId>
     <artifactId>vaadin-test</artifactId>
     <name>vaadin-test</name>
-    <version>8.11-SNAPSHOT</version>
+    <version>8.12-SNAPSHOT</version>
 
     <packaging>pom</packaging>
     <properties>
index 3a3e7098b158030c51a214ae38495c1dbec2771d..012d3a9f8ced788be527d386371dce307cddfb48 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>com.vaadin</groupId>
         <artifactId>vaadin-servlet-containers-test</artifactId>
-        <version>8.11-SNAPSHOT</version>
+        <version>8.12-SNAPSHOT</version>
     </parent>
     <artifactId>vaadin-test-server-tests</artifactId>
     <name>vaadin-test-server-tests</name>
index 3d2728e4cfbba75dbeb5730dd936537ae5645d4b..6a742616bcc7fcfefe62a7c4321fd5c4c6fa205c 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>com.vaadin</groupId>
         <artifactId>vaadin-servlet-containers-test</artifactId>
-        <version>8.11-SNAPSHOT</version>
+        <version>8.12-SNAPSHOT</version>
     </parent>
     <artifactId>vaadin-test-server-ui</artifactId>
     <name>vaadin-test-server-ui</name>
index da7aca15c947b4f98625a21bd478af651dd36e81..8f9725faf801dddd7420df451f3d3865e529fdba 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>com.vaadin</groupId>
         <artifactId>vaadin-servlet-containers-test</artifactId>
-        <version>8.11-SNAPSHOT</version>
+        <version>8.12-SNAPSHOT</version>
     </parent>
     <artifactId>vaadin-test-generic-integration</artifactId>
     <name>vaadin-test-generic-integration</name>
index 1434d773ecb9dfc47f52421734787120faa9a372..de2996e8a73858ae9e17c40575145ed6de1054f3 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>com.vaadin</groupId>
         <artifactId>vaadin-servlet-containers-test</artifactId>
-        <version>8.11-SNAPSHOT</version>
+        <version>8.12-SNAPSHOT</version>
     </parent>
     <artifactId>vaadin-test-glassfish-server</artifactId>
     <name>Vaadin Glassfish Test</name>
index 72c5440d9e54aaff188ef2288121a0ed621f0826..566daf14f7f87c8cf406455c765b139307b26b10 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>com.vaadin</groupId>
         <artifactId>vaadin-servlet-containers-test</artifactId>
-        <version>8.11-SNAPSHOT</version>
+        <version>8.12-SNAPSHOT</version>
     </parent>
     <artifactId>vaadin-test-jetty8-server</artifactId>
     <name>Vaadin Jetty 8 Test</name>
index 6c40e52a6f5a12fc7e0bfa4848be6c1a4dcbfa0c..35d433148d7176b17df560904d0dcde8b233e8fb 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>com.vaadin</groupId>
         <artifactId>vaadin-servlet-containers-test</artifactId>
-        <version>8.11-SNAPSHOT</version>
+        <version>8.12-SNAPSHOT</version>
     </parent>
     <artifactId>vaadin-test-jetty9-server</artifactId>
     <name>Vaadin Jetty 9 Test</name>
index ed861b327ca362bb147ac68835ee34eae87ddee5..00c212984f36f61b13f75cb1c174081837fdad78 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>com.vaadin</groupId>
         <artifactId>vaadin-servlet-containers-test</artifactId>
-        <version>8.11-SNAPSHOT</version>
+        <version>8.12-SNAPSHOT</version>
     </parent>
     <artifactId>vaadin-test-jsp-integration</artifactId>
     <name>vaadin-test-jsp-integration</name>
index 47b7dd3274a73571ed63a11f16522f4227cf1d9e..b3a07b3ca32937de057c6982c285b81cded55124 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>vaadin-test-karaf</artifactId>
         <groupId>com.vaadin</groupId>
-        <version>8.11-SNAPSHOT</version>
+        <version>8.12-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
index 7bf28174267cce7dbc05ef5354b1209e085a3293..401fb0c21c23904dec97b87b58b3584ae0b557b7 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>com.vaadin</groupId>
         <artifactId>vaadin-servlet-containers-test</artifactId>
-        <version>8.11-SNAPSHOT</version>
+        <version>8.12-SNAPSHOT</version>
     </parent>
     <artifactId>vaadin-test-karaf</artifactId>
     <packaging>pom</packaging>
index 28fd64c7a01fbe3b6b36132fa2c39f3d7bf98d78..f96db5a894a48ec0ee16ee9b3988f981138b039e 100644 (file)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>com.vaadin</groupId>
         <artifactId>vaadin-test-karaf</artifactId>
-        <version>8.11-SNAPSHOT</version>
+        <version>8.12-SNAPSHOT</version>
     </parent>
     <artifactId>vaadin-karaf-bundle1</artifactId>
     <packaging>jar</packaging>
index 467fc51cf69a61228ea852d37fcdb45d467cfeb1..9f07e7930a9fc17c2c838bfddfe261a74b03e3ab 100644 (file)
@@ -6,7 +6,7 @@
     <parent>
         <artifactId>vaadin-test-karaf</artifactId>
         <groupId>com.vaadin</groupId>
-        <version>8.11-SNAPSHOT</version>
+        <version>8.12-SNAPSHOT</version>
     </parent>
     <artifactId>vaadin-karaf-bundle2</artifactId>
     <packaging>jar</packaging>
index 371aec3b2e160cd8b9fee612315d82c2040f77d2..532803c9cad7e7ad5c87d00976ee7dc20aed2b15 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>com.vaadin</groupId>
         <artifactId>vaadin-servlet-containers-test</artifactId>
-        <version>8.11-SNAPSHOT</version>
+        <version>8.12-SNAPSHOT</version>
     </parent>
     <artifactId>vaadin-test-liberty-javaee-server</artifactId>
     <name>Vaadin Liberty JavaEE7 Test</name>
index fc817374263b68d9edd11075c9f96a9817e6721a..530a19f8ad54191f16543f67492241aca00d9d79 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>com.vaadin</groupId>
         <artifactId>vaadin-servlet-containers-test</artifactId>
-        <version>8.11-SNAPSHOT</version>
+        <version>8.12-SNAPSHOT</version>
     </parent>
     <artifactId>vaadin-test-liberty-microprofile-server</artifactId>
     <name>Vaadin Liberty MicroProfile Test</name>
index f3f1b63b591311c5a0d8221eac7386d0685916cd..4281b2a980c3a1044f49599927e00675c18ff8de 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>com.vaadin</groupId>
         <artifactId>vaadin-servlet-containers-test</artifactId>
-        <version>8.11-SNAPSHOT</version>
+        <version>8.12-SNAPSHOT</version>
     </parent>
     <artifactId>vaadin-test-liberty-webprofile-server</artifactId>
     <name>Vaadin Liberty WebProfile Test</name>
index a8a0777bfbc58a1bb4aaa2a08404b1104e1026ff..358d6ea8c86e831e9222e4b69cb74ca3c6d5d715 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>com.vaadin</groupId>
         <artifactId>vaadin-servlet-containers-test</artifactId>
-        <version>8.11-SNAPSHOT</version>
+        <version>8.12-SNAPSHOT</version>
     </parent>
     <artifactId>vaadin-test-payara-micro-server</artifactId>
     <name>Vaadin Payara Micro Test</name>
index b625beee39e76757a3dbc56231dfc4acf73c23f0..dad6f2ef81f80c9d0b180a1f9d8f295d775a2004 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>com.vaadin</groupId>
         <artifactId>vaadin-test</artifactId>
-        <version>8.11-SNAPSHOT</version>
+        <version>8.12-SNAPSHOT</version>
     </parent>
     <artifactId>vaadin-servlet-containers-test</artifactId>
     <name>vaadin-servlet-containers-test</name>
index c4bae577c4b27de0a0ed0c6d4990b406b2efd8b0..fd0ecd39dc31b87c5b11b30dfec492f6025ef6e1 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>com.vaadin</groupId>
         <artifactId>vaadin-servlet-containers-test</artifactId>
-        <version>8.11-SNAPSHOT</version>
+        <version>8.12-SNAPSHOT</version>
     </parent>
     <artifactId>vaadin-test-tomcat7-server</artifactId>
     <name>Vaadin Tomcat 7 Test</name>
index 1b6211cd27527ea9cd1a743d5c463886488a941a..808888cc5cd20af354b0bb6c674ee182b909afb4 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>com.vaadin</groupId>
         <artifactId>vaadin-servlet-containers-test</artifactId>
-        <version>8.11-SNAPSHOT</version>
+        <version>8.12-SNAPSHOT</version>
     </parent>
     <artifactId>vaadin-test-tomcat80-server</artifactId>
     <name>Vaadin Tomcat 8.0 Test</name>
index 76922b15bba43ddb576e8aaadb6e8017a0a1ad3b..3ffbdfb305921bfd61da315fb64361c944d79aa1 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>com.vaadin</groupId>
         <artifactId>vaadin-servlet-containers-test</artifactId>
-        <version>8.11-SNAPSHOT</version>
+        <version>8.12-SNAPSHOT</version>
     </parent>
     <artifactId>vaadin-test-tomcat85-server</artifactId>
     <name>Vaadin Tomcat 8.5 Test</name>
index b1635286e87456ee31d6efe66cccec26640bbab5..be6f637b71f156ce1311ed4c64b8e157df52041c 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>com.vaadin</groupId>
         <artifactId>vaadin-servlet-containers-test</artifactId>
-        <version>8.11-SNAPSHOT</version>
+        <version>8.12-SNAPSHOT</version>
     </parent>
     <artifactId>vaadin-test-tomcat9-server</artifactId>
     <name>Vaadin Tomcat 9 Test</name>
index 147e8461969d2c4a6f5bc20560dbee34f62af9e2..aa7fdfb45342c1a77deb6179f995b0744d91122f 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>com.vaadin</groupId>
         <artifactId>vaadin-servlet-containers-test</artifactId>
-        <version>8.11-SNAPSHOT</version>
+        <version>8.12-SNAPSHOT</version>
     </parent>
     <artifactId>vaadin-test-wildfly-swarm-server</artifactId>
     <name>Vaadin Wildfly Swarm Test</name>
index 195e40809bcfda81a4d72641c180b797a9f10259..9c6d20f35ace85dbb0ee53790d436fd45c51dcbe 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>com.vaadin</groupId>
         <artifactId>vaadin-servlet-containers-test</artifactId>
-        <version>8.11-SNAPSHOT</version>
+        <version>8.12-SNAPSHOT</version>
     </parent>
     <artifactId>vaadin-test-wildfly10-server</artifactId>
     <name>Vaadin Wildfly 10 Test</name>
index 961a139115961f24fc691fc5034de8c761a8ed61..4cbec1ef9727dda1f906bd164f33dd2eb520e63d 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>com.vaadin</groupId>
         <artifactId>vaadin-servlet-containers-test</artifactId>
-        <version>8.11-SNAPSHOT</version>
+        <version>8.12-SNAPSHOT</version>
     </parent>
     <artifactId>vaadin-test-wildfly11-server</artifactId>
     <name>Vaadin Wildfly 11 Test</name>
index e07d68c7e4dcee3feb1cee5cc4a0ac8e284ae380..6b3b0bec5c28b0b9411d0e597442793f179008c3 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>com.vaadin</groupId>
         <artifactId>vaadin-servlet-containers-test</artifactId>
-        <version>8.11-SNAPSHOT</version>
+        <version>8.12-SNAPSHOT</version>
     </parent>
     <artifactId>vaadin-test-wildfly12-server</artifactId>
     <name>Vaadin Wildfly 12 Test</name>
index 5ffc8c2ce97fc4e9eff9591783b009e9af63998b..f09ae12cdef580a6bd9493a85477a5249205b58c 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>com.vaadin</groupId>
         <artifactId>vaadin-servlet-containers-test</artifactId>
-        <version>8.11-SNAPSHOT</version>
+        <version>8.12-SNAPSHOT</version>
     </parent>
     <artifactId>vaadin-test-wildfly13-server</artifactId>
     <name>Vaadin Wildfly 13 Test</name>
index a73b6b8973c70413af66d389128a683b3df028fc..f5f22403ee9486e361554efac28df9d8c761cc2e 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>com.vaadin</groupId>
         <artifactId>vaadin-servlet-containers-test</artifactId>
-        <version>8.11-SNAPSHOT</version>
+        <version>8.12-SNAPSHOT</version>
     </parent>
     <artifactId>vaadin-test-wildfly8-server</artifactId>
     <name>Vaadin Wildfly 8 Test</name>
index 4f385fb39a41e5bcd5ad17c7bf05f02454198d16..f4b7d336ce7a085ee067e142e7de3625a34b0970 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>com.vaadin</groupId>
         <artifactId>vaadin-servlet-containers-test</artifactId>
-        <version>8.11-SNAPSHOT</version>
+        <version>8.12-SNAPSHOT</version>
     </parent>
     <artifactId>vaadin-test-wildfly9-server</artifactId>
     <name>Vaadin Wildfly 9 Test</name>
index af118213c89bbfba9ebd83a4277e33fb01ddd14c..0455da714fb07cddadceb9c8cf4e22f251f43636 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>com.vaadin</groupId>
         <artifactId>vaadin-test</artifactId>
-        <version>8.11-SNAPSHOT</version>
+        <version>8.12-SNAPSHOT</version>
     </parent>
     <artifactId>vaadin-test-space-in-directory</artifactId>
     <packaging>war</packaging>
index fbfa9ff751d3b42054bc3c7c721f06b44c0a852d..5ed83b1f56522d783654e3d400e315c0773516bd 100644 (file)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>com.vaadin</groupId>
         <artifactId>vaadin-test</artifactId>
-        <version>8.11-SNAPSHOT</version>
+        <version>8.12-SNAPSHOT</version>
     </parent>
     <artifactId>vaadin-test-spring-boot-subcontext</artifactId>
     <packaging>jar</packaging>
index 2479b9b11d2dc73c4aca0701804797f2246bd596..f172378662706b9d45eb18d952cbfb1450a44854 100644 (file)
@@ -6,7 +6,7 @@
     <parent>
         <groupId>com.vaadin</groupId>
         <artifactId>vaadin-test</artifactId>
-        <version>8.11-SNAPSHOT</version>
+        <version>8.12-SNAPSHOT</version>
     </parent>
     <artifactId>vaadin-test-spring-boot</artifactId>
     <packaging>jar</packaging>
index 2fb0eacba6b3b31c655a5708ff0169daa79a4d97..7b5f7b17ae414675889e5b0199586c0c08c935a4 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>com.vaadin</groupId>
         <artifactId>vaadin-test</artifactId>
-        <version>8.11-SNAPSHOT</version>
+        <version>8.12-SNAPSHOT</version>
     </parent>
     <artifactId>vaadin-test-vaadin7-widget-set</artifactId>
     <packaging>war</packaging>
index ffb573bb2ea6e271f4e4a758c4280cec28414380..40a1079e2ccdeb12c5e14232fd98f82dfb7f69ee 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>com.vaadin</groupId>
         <artifactId>vaadin-test</artifactId>
-        <version>8.11-SNAPSHOT</version>
+        <version>8.12-SNAPSHOT</version>
     </parent>
     <artifactId>vaadin-test-vaadinservletconfiguration-widget-set</artifactId>
     <packaging>war</packaging>
index dd4c12fc9dd5dad8d831fed54aa3cdef9740cc27..0a27f4a4b55ae3484329f4566202ca5d55ef31dc 100644 (file)
@@ -4,7 +4,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>com.vaadin</groupId>
     <artifactId>vaadin-test-widget-set-testutil</artifactId>
-    <version>8.11-SNAPSHOT</version>
+    <version>8.12-SNAPSHOT</version>
     <packaging>jar</packaging>
     <!-- 
         This module does not inherit the vaadin-test on purpose. It is done 
index 670d5c6b0f9e0a1b8ccb0b6507399997fd930fae..7be670a8aa29843412268dce9b8a241526ef8df4 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>com.vaadin</groupId>
         <artifactId>vaadin-root</artifactId>
-        <version>8.11-SNAPSHOT</version>
+        <version>8.12-SNAPSHOT</version>
     </parent>
     <artifactId>vaadin-testbench-api</artifactId>
     <name>vaadin-testbench-api</name>
index b984fbd6cba8e6359c76183481f15e7bddec4459..4393ae88a7adb2deb14ee5e648b9368e019c9679 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>com.vaadin</groupId>
         <artifactId>vaadin-root</artifactId>
-        <version>8.11-SNAPSHOT</version>
+        <version>8.12-SNAPSHOT</version>
     </parent>
     <artifactId>vaadin-themes</artifactId>
     <name>vaadin-themes</name>
index 25260d08f1c841280e06feeaa2f6b606ffcea794..c777a3e5777a0e60cf0e501a4a4db7d4d944ec0c 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>com.vaadin</groupId>
         <artifactId>vaadin-root</artifactId>
-        <version>8.11-SNAPSHOT</version>
+        <version>8.12-SNAPSHOT</version>
     </parent>
     <artifactId>vaadin-uitest</artifactId>
     <name>vaadin-uitest</name>