Sfoglia il codice sorgente

Update to 8.10-SNAPSHOT (#11657)

tags/8.10.0.alpha1
Zhe Sun 4 anni fa
parent
commit
04b3c7ce7e
Nessun account collegato all'indirizzo email del committer
66 ha cambiato i file con 73 aggiunte e 73 eliminazioni
  1. 1
    1
      all/pom.xml
  2. 8
    8
      all/src/main/templates/release-notes.html
  3. 1
    1
      bom/pom.xml
  4. 1
    1
      client-compiled/pom.xml
  5. 1
    1
      client-compiler/pom.xml
  6. 1
    1
      client/pom.xml
  7. 1
    1
      compatibility-client-compiled/pom.xml
  8. 1
    1
      compatibility-client/pom.xml
  9. 1
    1
      compatibility-server-gae/pom.xml
  10. 1
    1
      compatibility-server/pom.xml
  11. 1
    1
      compatibility-shared/pom.xml
  12. 1
    1
      compatibility-themes/pom.xml
  13. 1
    1
      liferay-integration/pom.xml
  14. 1
    1
      liferay/pom.xml
  15. 1
    1
      osgi-integration/pom.xml
  16. 1
    1
      pom.xml
  17. 1
    1
      push/pom.xml
  18. 1
    1
      server/pom.xml
  19. 1
    1
      shared/pom.xml
  20. 1
    1
      test/addon-using-init-param-widget-set/pom.xml
  21. 1
    1
      test/addon-using-no-defined-widget-set/pom.xml
  22. 1
    1
      test/addon-using-own-widget-set/pom.xml
  23. 1
    1
      test/bean-api-validation/pom.xml
  24. 1
    1
      test/bean-impl-validation/pom.xml
  25. 1
    1
      test/cdi/pom.xml
  26. 1
    1
      test/default-widget-set/pom.xml
  27. 1
    1
      test/dependency-rewrite-addon/pom.xml
  28. 1
    1
      test/dependency-rewrite/pom.xml
  29. 1
    1
      test/own-widget-set/pom.xml
  30. 1
    1
      test/pom.xml
  31. 1
    1
      test/servlet-containers/generic-tests/pom.xml
  32. 1
    1
      test/servlet-containers/generic-ui/pom.xml
  33. 1
    1
      test/servlet-containers/generic/pom.xml
  34. 1
    1
      test/servlet-containers/glassfish/pom.xml
  35. 1
    1
      test/servlet-containers/jetty8/pom.xml
  36. 1
    1
      test/servlet-containers/jetty9/pom.xml
  37. 1
    1
      test/servlet-containers/jsp-integration/pom.xml
  38. 1
    1
      test/servlet-containers/karaf/karaf-run/pom.xml
  39. 1
    1
      test/servlet-containers/karaf/pom.xml
  40. 1
    1
      test/servlet-containers/karaf/vaadin-karaf-bundle1/pom.xml
  41. 1
    1
      test/servlet-containers/karaf/vaadin-karaf-bundle2/pom.xml
  42. 1
    1
      test/servlet-containers/liberty-javaee/pom.xml
  43. 1
    1
      test/servlet-containers/liberty-microprofile/pom.xml
  44. 1
    1
      test/servlet-containers/liberty-webprofile/pom.xml
  45. 1
    1
      test/servlet-containers/payara-micro/pom.xml
  46. 1
    1
      test/servlet-containers/pom.xml
  47. 1
    1
      test/servlet-containers/tomcat7/pom.xml
  48. 1
    1
      test/servlet-containers/tomcat80/pom.xml
  49. 1
    1
      test/servlet-containers/tomcat85/pom.xml
  50. 1
    1
      test/servlet-containers/tomcat9/pom.xml
  51. 1
    1
      test/servlet-containers/wildfly-swarm/pom.xml
  52. 1
    1
      test/servlet-containers/wildfly10/pom.xml
  53. 1
    1
      test/servlet-containers/wildfly11/pom.xml
  54. 1
    1
      test/servlet-containers/wildfly12/pom.xml
  55. 1
    1
      test/servlet-containers/wildfly13/pom.xml
  56. 1
    1
      test/servlet-containers/wildfly8/pom.xml
  57. 1
    1
      test/servlet-containers/wildfly9/pom.xml
  58. 1
    1
      test/space in directory/pom.xml
  59. 1
    1
      test/spring-boot-subcontext/pom.xml
  60. 1
    1
      test/spring-boot/pom.xml
  61. 1
    1
      test/vaadin7-widget-set/pom.xml
  62. 1
    1
      test/vaadinservletconfiguration-widget-set/pom.xml
  63. 1
    1
      test/widget-set-testutil/pom.xml
  64. 1
    1
      testbench-api/pom.xml
  65. 1
    1
      themes/pom.xml
  66. 1
    1
      uitest/pom.xml

+ 1
- 1
all/pom.xml Vedi File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-root</artifactId>
<version>8.9-SNAPSHOT</version>
<version>8.10-SNAPSHOT</version>
</parent>
<artifactId>vaadin-all</artifactId>
<name>vaadin-all</name>

+ 8
- 8
all/src/main/templates/release-notes.html Vedi File

@@ -65,7 +65,7 @@
a number of new features and bug fixes, as listed in the <a
href="#enhancements">list of enhancements</a> and <a
href="#changelog">change log</a> below.
The API in this beta version is not considered final and may change based on your feedback.
The API in this alpha version is not considered final and may change based on your feedback.
</p>

<!-- ================================================================ -->
@@ -83,17 +83,17 @@
enhancements. Below is a list of the most notable changes:</p>

<ul>
<li>Adds css class name to <tt>Grid.Editor</tt> on slected row</li>
<li>Improves error handling on <tt>Upload</tt> handler</li>
<li>Improves support for OSGi</li>
<li><tt></tt></li>
<li><tt></tt></li>
<li></li>
</ul>

</p>

<p>
For enhancements introduced in Vaadin Framework 8.8, see the <a
href="http://vaadin.com/download/release/8.8/8.8.0/release-notes.html">Release
Notes for Vaadin Framework 8.8.0</a>.
For enhancements introduced in Vaadin Framework 8.9, see the <a
href="http://vaadin.com/download/release/8.9/8.9.0/release-notes.html">Release
Notes for Vaadin Framework 8.9.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>
@@ -104,7 +104,7 @@
<li></li>
</ul>

<h2>For incompatible or behavior-altering changes in 8.8, please see <a href="https://vaadin.com/download/release/8.8/8.8.0/release-notes.html#incompatible">8.8 release notes</a></h2>
<h2>For incompatible or behavior-altering changes in 8.9, please see <a href="https://vaadin.com/download/release/8.9/8.9.0/release-notes.html#incompatible">8.9 release notes</a></h2>

<h3 id="knownissues">Known Issues and Limitations</h3>
<ul>

+ 1
- 1
bom/pom.xml Vedi File

@@ -11,7 +11,7 @@
<groupId>com.vaadin</groupId>
<artifactId>vaadin-bom</artifactId>
<packaging>pom</packaging>
<version>8.9-SNAPSHOT</version>
<version>8.10-SNAPSHOT</version>
<name>Vaadin Framework (Bill of Materials)</name>
<description>Vaadin Framework (Bill of Materials)</description>
<url>http://vaadin.com</url>

+ 1
- 1
client-compiled/pom.xml Vedi File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-root</artifactId>
<version>8.9-SNAPSHOT</version>
<version>8.10-SNAPSHOT</version>
</parent>
<!-- Needed by a plugin in release build -->
<groupId>com.vaadin</groupId>

+ 1
- 1
client-compiler/pom.xml Vedi File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-root</artifactId>
<version>8.9-SNAPSHOT</version>
<version>8.10-SNAPSHOT</version>
</parent>
<artifactId>vaadin-client-compiler</artifactId>
<name>vaadin-client-compiler</name>

+ 1
- 1
client/pom.xml Vedi File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-root</artifactId>
<version>8.9-SNAPSHOT</version>
<version>8.10-SNAPSHOT</version>
</parent>
<!-- Needed by a plugin in release build -->
<groupId>com.vaadin</groupId>

+ 1
- 1
compatibility-client-compiled/pom.xml Vedi File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-root</artifactId>
<version>8.9-SNAPSHOT</version>
<version>8.10-SNAPSHOT</version>
</parent>
<artifactId>vaadin-compatibility-client-compiled</artifactId>
<name>vaadin-compatibility-client-compiled</name>

+ 1
- 1
compatibility-client/pom.xml Vedi File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-root</artifactId>
<version>8.9-SNAPSHOT</version>
<version>8.10-SNAPSHOT</version>
</parent>
<artifactId>vaadin-compatibility-client</artifactId>
<name>vaadin-compatibility-client</name>

+ 1
- 1
compatibility-server-gae/pom.xml Vedi File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-root</artifactId>
<version>8.9-SNAPSHOT</version>
<version>8.10-SNAPSHOT</version>
</parent>
<artifactId>vaadin-compatibility-server-gae</artifactId>
<name>vaadin-compatibility-server-gae</name>

+ 1
- 1
compatibility-server/pom.xml Vedi File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-root</artifactId>
<version>8.9-SNAPSHOT</version>
<version>8.10-SNAPSHOT</version>
</parent>
<artifactId>vaadin-compatibility-server</artifactId>
<name>vaadin-compatibility-server</name>

+ 1
- 1
compatibility-shared/pom.xml Vedi File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-root</artifactId>
<version>8.9-SNAPSHOT</version>
<version>8.10-SNAPSHOT</version>
</parent>
<artifactId>vaadin-compatibility-shared</artifactId>
<name>vaadin-compatibility-shared</name>

+ 1
- 1
compatibility-themes/pom.xml Vedi File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-root</artifactId>
<version>8.9-SNAPSHOT</version>
<version>8.10-SNAPSHOT</version>
</parent>
<artifactId>vaadin-compatibility-themes</artifactId>
<name>vaadin-compatibility-themes</name>

+ 1
- 1
liferay-integration/pom.xml Vedi File

@@ -9,7 +9,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-root</artifactId>
<version>8.9-SNAPSHOT</version>
<version>8.10-SNAPSHOT</version>
</parent>

<properties>

+ 1
- 1
liferay/pom.xml Vedi File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-root</artifactId>
<version>8.9-SNAPSHOT</version>
<version>8.10-SNAPSHOT</version>
</parent>
<artifactId>vaadin-liferay</artifactId>
<name>vaadin-liferay</name>

+ 1
- 1
osgi-integration/pom.xml Vedi File

@@ -9,7 +9,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-root</artifactId>
<version>8.9-SNAPSHOT</version>
<version>8.10-SNAPSHOT</version>
</parent>

<properties>

+ 1
- 1
pom.xml Vedi File

@@ -10,7 +10,7 @@
<artifactId>vaadin-root</artifactId>
<name>vaadin-root</name>
<packaging>pom</packaging>
<version>8.9-SNAPSHOT</version>
<version>8.10-SNAPSHOT</version>

<prerequisites>
<maven>3.1.0</maven>

+ 1
- 1
push/pom.xml Vedi File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-root</artifactId>
<version>8.9-SNAPSHOT</version>
<version>8.10-SNAPSHOT</version>
</parent>
<artifactId>vaadin-push</artifactId>
<name>vaadin-push</name>

+ 1
- 1
server/pom.xml Vedi File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-root</artifactId>
<version>8.9-SNAPSHOT</version>
<version>8.10-SNAPSHOT</version>
</parent>
<artifactId>vaadin-server</artifactId>
<name>vaadin-server</name>

+ 1
- 1
shared/pom.xml Vedi File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-root</artifactId>
<version>8.9-SNAPSHOT</version>
<version>8.10-SNAPSHOT</version>
</parent>
<artifactId>vaadin-shared</artifactId>
<name>vaadin-shared</name>

+ 1
- 1
test/addon-using-init-param-widget-set/pom.xml Vedi File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-test</artifactId>
<version>8.9-SNAPSHOT</version>
<version>8.10-SNAPSHOT</version>
</parent>
<artifactId>vaadin-test-addon-using-init-param-widget-set</artifactId>
<packaging>war</packaging>

+ 1
- 1
test/addon-using-no-defined-widget-set/pom.xml Vedi File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-test</artifactId>
<version>8.9-SNAPSHOT</version>
<version>8.10-SNAPSHOT</version>
</parent>
<artifactId>vaadin-test-addon-using-no-defined-widget-set</artifactId>
<packaging>war</packaging>

+ 1
- 1
test/addon-using-own-widget-set/pom.xml Vedi File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-test</artifactId>
<version>8.9-SNAPSHOT</version>
<version>8.10-SNAPSHOT</version>
</parent>
<artifactId>vaadin-test-addon-using-own-widget-set</artifactId>
<packaging>war</packaging>

+ 1
- 1
test/bean-api-validation/pom.xml Vedi File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-test</artifactId>
<version>8.9-SNAPSHOT</version>
<version>8.10-SNAPSHOT</version>
</parent>
<artifactId>vaadin-test-bean-api-validation</artifactId>
<packaging>jar</packaging>

+ 1
- 1
test/bean-impl-validation/pom.xml Vedi File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-test</artifactId>
<version>8.9-SNAPSHOT</version>
<version>8.10-SNAPSHOT</version>
</parent>
<artifactId>vaadin-test-bean-impl-validation</artifactId>
<packaging>jar</packaging>

+ 1
- 1
test/cdi/pom.xml Vedi File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-test</artifactId>
<version>8.9-SNAPSHOT</version>
<version>8.10-SNAPSHOT</version>
</parent>
<artifactId>vaadin-test-cdi</artifactId>
<packaging>war</packaging>

+ 1
- 1
test/default-widget-set/pom.xml Vedi File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-test</artifactId>
<version>8.9-SNAPSHOT</version>
<version>8.10-SNAPSHOT</version>
</parent>
<artifactId>vaadin-test-default-widget-set</artifactId>
<packaging>war</packaging>

+ 1
- 1
test/dependency-rewrite-addon/pom.xml Vedi File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-test</artifactId>
<version>8.9-SNAPSHOT</version>
<version>8.10-SNAPSHOT</version>
</parent>
<artifactId>vaadin-test-dependency-rewrite-addon</artifactId>
<packaging>jar</packaging>

+ 1
- 1
test/dependency-rewrite/pom.xml Vedi File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-test</artifactId>
<version>8.9-SNAPSHOT</version>
<version>8.10-SNAPSHOT</version>
</parent>
<artifactId>vaadin-test-dependency-rewrite</artifactId>
<packaging>war</packaging>

+ 1
- 1
test/own-widget-set/pom.xml Vedi File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-test</artifactId>
<version>8.9-SNAPSHOT</version>
<version>8.10-SNAPSHOT</version>
</parent>
<artifactId>vaadin-test-own-widget-set</artifactId>
<packaging>war</packaging>

+ 1
- 1
test/pom.xml Vedi File

@@ -5,7 +5,7 @@
<groupId>com.vaadin</groupId>
<artifactId>vaadin-test</artifactId>
<name>vaadin-test</name>
<version>8.9-SNAPSHOT</version>
<version>8.10-SNAPSHOT</version>

<packaging>pom</packaging>
<properties>

+ 1
- 1
test/servlet-containers/generic-tests/pom.xml Vedi File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-servlet-containers-test</artifactId>
<version>8.9-SNAPSHOT</version>
<version>8.10-SNAPSHOT</version>
</parent>
<artifactId>vaadin-test-server-tests</artifactId>
<name>vaadin-test-server-tests</name>

+ 1
- 1
test/servlet-containers/generic-ui/pom.xml Vedi File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-servlet-containers-test</artifactId>
<version>8.9-SNAPSHOT</version>
<version>8.10-SNAPSHOT</version>
</parent>
<artifactId>vaadin-test-server-ui</artifactId>
<name>vaadin-test-server-ui</name>

+ 1
- 1
test/servlet-containers/generic/pom.xml Vedi File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-servlet-containers-test</artifactId>
<version>8.9-SNAPSHOT</version>
<version>8.10-SNAPSHOT</version>
</parent>
<artifactId>vaadin-test-generic-integration</artifactId>
<name>vaadin-test-generic-integration</name>

+ 1
- 1
test/servlet-containers/glassfish/pom.xml Vedi File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-servlet-containers-test</artifactId>
<version>8.9-SNAPSHOT</version>
<version>8.10-SNAPSHOT</version>
</parent>
<artifactId>vaadin-test-glassfish-server</artifactId>
<name>Vaadin Glassfish Test</name>

+ 1
- 1
test/servlet-containers/jetty8/pom.xml Vedi File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-servlet-containers-test</artifactId>
<version>8.9-SNAPSHOT</version>
<version>8.10-SNAPSHOT</version>
</parent>
<artifactId>vaadin-test-jetty8-server</artifactId>
<name>Vaadin Jetty 8 Test</name>

+ 1
- 1
test/servlet-containers/jetty9/pom.xml Vedi File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-servlet-containers-test</artifactId>
<version>8.9-SNAPSHOT</version>
<version>8.10-SNAPSHOT</version>
</parent>
<artifactId>vaadin-test-jetty9-server</artifactId>
<name>Vaadin Jetty 9 Test</name>

+ 1
- 1
test/servlet-containers/jsp-integration/pom.xml Vedi File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-servlet-containers-test</artifactId>
<version>8.9-SNAPSHOT</version>
<version>8.10-SNAPSHOT</version>
</parent>
<artifactId>vaadin-test-jsp-integration</artifactId>
<name>vaadin-test-jsp-integration</name>

+ 1
- 1
test/servlet-containers/karaf/karaf-run/pom.xml Vedi File

@@ -5,7 +5,7 @@
<parent>
<artifactId>vaadin-test-karaf</artifactId>
<groupId>com.vaadin</groupId>
<version>8.9-SNAPSHOT</version>
<version>8.10-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>


+ 1
- 1
test/servlet-containers/karaf/pom.xml Vedi File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-servlet-containers-test</artifactId>
<version>8.9-SNAPSHOT</version>
<version>8.10-SNAPSHOT</version>
</parent>
<artifactId>vaadin-test-karaf</artifactId>
<packaging>pom</packaging>

+ 1
- 1
test/servlet-containers/karaf/vaadin-karaf-bundle1/pom.xml Vedi File

@@ -6,7 +6,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-test-karaf</artifactId>
<version>8.9-SNAPSHOT</version>
<version>8.10-SNAPSHOT</version>
</parent>
<artifactId>vaadin-karaf-bundle1</artifactId>
<packaging>jar</packaging>

+ 1
- 1
test/servlet-containers/karaf/vaadin-karaf-bundle2/pom.xml Vedi File

@@ -6,7 +6,7 @@
<parent>
<artifactId>vaadin-test-karaf</artifactId>
<groupId>com.vaadin</groupId>
<version>8.9-SNAPSHOT</version>
<version>8.10-SNAPSHOT</version>
</parent>
<artifactId>vaadin-karaf-bundle2</artifactId>
<packaging>jar</packaging>

+ 1
- 1
test/servlet-containers/liberty-javaee/pom.xml Vedi File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-servlet-containers-test</artifactId>
<version>8.9-SNAPSHOT</version>
<version>8.10-SNAPSHOT</version>
</parent>
<artifactId>vaadin-test-liberty-javaee-server</artifactId>
<name>Vaadin Liberty JavaEE7 Test</name>

+ 1
- 1
test/servlet-containers/liberty-microprofile/pom.xml Vedi File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-servlet-containers-test</artifactId>
<version>8.9-SNAPSHOT</version>
<version>8.10-SNAPSHOT</version>
</parent>
<artifactId>vaadin-test-liberty-microprofile-server</artifactId>
<name>Vaadin Liberty MicroProfile Test</name>

+ 1
- 1
test/servlet-containers/liberty-webprofile/pom.xml Vedi File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-servlet-containers-test</artifactId>
<version>8.9-SNAPSHOT</version>
<version>8.10-SNAPSHOT</version>
</parent>
<artifactId>vaadin-test-liberty-webprofile-server</artifactId>
<name>Vaadin Liberty WebProfile Test</name>

+ 1
- 1
test/servlet-containers/payara-micro/pom.xml Vedi File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-servlet-containers-test</artifactId>
<version>8.9-SNAPSHOT</version>
<version>8.10-SNAPSHOT</version>
</parent>
<artifactId>vaadin-test-payara-micro-server</artifactId>
<name>Vaadin Payara Micro Test</name>

+ 1
- 1
test/servlet-containers/pom.xml Vedi File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-test</artifactId>
<version>8.9-SNAPSHOT</version>
<version>8.10-SNAPSHOT</version>
</parent>
<artifactId>vaadin-servlet-containers-test</artifactId>
<name>vaadin-servlet-containers-test</name>

+ 1
- 1
test/servlet-containers/tomcat7/pom.xml Vedi File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-servlet-containers-test</artifactId>
<version>8.9-SNAPSHOT</version>
<version>8.10-SNAPSHOT</version>
</parent>
<artifactId>vaadin-test-tomcat7-server</artifactId>
<name>Vaadin Tomcat 7 Test</name>

+ 1
- 1
test/servlet-containers/tomcat80/pom.xml Vedi File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-servlet-containers-test</artifactId>
<version>8.9-SNAPSHOT</version>
<version>8.10-SNAPSHOT</version>
</parent>
<artifactId>vaadin-test-tomcat80-server</artifactId>
<name>Vaadin Tomcat 8.0 Test</name>

+ 1
- 1
test/servlet-containers/tomcat85/pom.xml Vedi File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-servlet-containers-test</artifactId>
<version>8.9-SNAPSHOT</version>
<version>8.10-SNAPSHOT</version>
</parent>
<artifactId>vaadin-test-tomcat85-server</artifactId>
<name>Vaadin Tomcat 8.5 Test</name>

+ 1
- 1
test/servlet-containers/tomcat9/pom.xml Vedi File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-servlet-containers-test</artifactId>
<version>8.9-SNAPSHOT</version>
<version>8.10-SNAPSHOT</version>
</parent>
<artifactId>vaadin-test-tomcat9-server</artifactId>
<name>Vaadin Tomcat 9 Test</name>

+ 1
- 1
test/servlet-containers/wildfly-swarm/pom.xml Vedi File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-servlet-containers-test</artifactId>
<version>8.9-SNAPSHOT</version>
<version>8.10-SNAPSHOT</version>
</parent>
<artifactId>vaadin-test-wildfly-swarm-server</artifactId>
<name>Vaadin Wildfly Swarm Test</name>

+ 1
- 1
test/servlet-containers/wildfly10/pom.xml Vedi File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-servlet-containers-test</artifactId>
<version>8.9-SNAPSHOT</version>
<version>8.10-SNAPSHOT</version>
</parent>
<artifactId>vaadin-test-wildfly10-server</artifactId>
<name>Vaadin Wildfly 10 Test</name>

+ 1
- 1
test/servlet-containers/wildfly11/pom.xml Vedi File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-servlet-containers-test</artifactId>
<version>8.9-SNAPSHOT</version>
<version>8.10-SNAPSHOT</version>
</parent>
<artifactId>vaadin-test-wildfly11-server</artifactId>
<name>Vaadin Wildfly 11 Test</name>

+ 1
- 1
test/servlet-containers/wildfly12/pom.xml Vedi File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-servlet-containers-test</artifactId>
<version>8.9-SNAPSHOT</version>
<version>8.10-SNAPSHOT</version>
</parent>
<artifactId>vaadin-test-wildfly12-server</artifactId>
<name>Vaadin Wildfly 12 Test</name>

+ 1
- 1
test/servlet-containers/wildfly13/pom.xml Vedi File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-servlet-containers-test</artifactId>
<version>8.9-SNAPSHOT</version>
<version>8.10-SNAPSHOT</version>
</parent>
<artifactId>vaadin-test-wildfly13-server</artifactId>
<name>Vaadin Wildfly 13 Test</name>

+ 1
- 1
test/servlet-containers/wildfly8/pom.xml Vedi File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-servlet-containers-test</artifactId>
<version>8.9-SNAPSHOT</version>
<version>8.10-SNAPSHOT</version>
</parent>
<artifactId>vaadin-test-wildfly8-server</artifactId>
<name>Vaadin Wildfly 8 Test</name>

+ 1
- 1
test/servlet-containers/wildfly9/pom.xml Vedi File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-servlet-containers-test</artifactId>
<version>8.9-SNAPSHOT</version>
<version>8.10-SNAPSHOT</version>
</parent>
<artifactId>vaadin-test-wildfly9-server</artifactId>
<name>Vaadin Wildfly 9 Test</name>

+ 1
- 1
test/space in directory/pom.xml Vedi File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-test</artifactId>
<version>8.9-SNAPSHOT</version>
<version>8.10-SNAPSHOT</version>
</parent>
<artifactId>vaadin-test-space-in-directory</artifactId>
<packaging>war</packaging>

+ 1
- 1
test/spring-boot-subcontext/pom.xml Vedi File

@@ -6,7 +6,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-test</artifactId>
<version>8.9-SNAPSHOT</version>
<version>8.10-SNAPSHOT</version>
</parent>
<artifactId>vaadin-test-spring-boot-subcontext</artifactId>
<packaging>jar</packaging>

+ 1
- 1
test/spring-boot/pom.xml Vedi File

@@ -6,7 +6,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-test</artifactId>
<version>8.9-SNAPSHOT</version>
<version>8.10-SNAPSHOT</version>
</parent>
<artifactId>vaadin-test-spring-boot</artifactId>
<packaging>jar</packaging>

+ 1
- 1
test/vaadin7-widget-set/pom.xml Vedi File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-test</artifactId>
<version>8.9-SNAPSHOT</version>
<version>8.10-SNAPSHOT</version>
</parent>
<artifactId>vaadin-test-vaadin7-widget-set</artifactId>
<packaging>war</packaging>

+ 1
- 1
test/vaadinservletconfiguration-widget-set/pom.xml Vedi File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-test</artifactId>
<version>8.9-SNAPSHOT</version>
<version>8.10-SNAPSHOT</version>
</parent>
<artifactId>vaadin-test-vaadinservletconfiguration-widget-set</artifactId>
<packaging>war</packaging>

+ 1
- 1
test/widget-set-testutil/pom.xml Vedi File

@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-test-widget-set-testutil</artifactId>
<version>8.9-SNAPSHOT</version>
<version>8.10-SNAPSHOT</version>
<packaging>jar</packaging>
<!--
This module does not inherit the vaadin-test on purpose. It is done

+ 1
- 1
testbench-api/pom.xml Vedi File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-root</artifactId>
<version>8.9-SNAPSHOT</version>
<version>8.10-SNAPSHOT</version>
</parent>
<artifactId>vaadin-testbench-api</artifactId>
<name>vaadin-testbench-api</name>

+ 1
- 1
themes/pom.xml Vedi File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-root</artifactId>
<version>8.9-SNAPSHOT</version>
<version>8.10-SNAPSHOT</version>
</parent>
<artifactId>vaadin-themes</artifactId>
<name>vaadin-themes</name>

+ 1
- 1
uitest/pom.xml Vedi File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-root</artifactId>
<version>8.9-SNAPSHOT</version>
<version>8.10-SNAPSHOT</version>
</parent>
<artifactId>vaadin-uitest</artifactId>
<name>vaadin-uitest</name>

Loading…
Annulla
Salva