Selaa lähdekoodia

Update project to 8.15-SNAPSHOT (#12392)

tags/8.15.0
Zhe Sun 2 vuotta sitten
vanhempi
commit
7f632bfaba
No account linked to committer's email address
66 muutettua tiedostoa jossa 71 lisäystä ja 71 poistoa
  1. 1
    1
      all/pom.xml
  2. 6
    6
      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 Näytä tiedosto

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

+ 6
- 6
all/src/main/templates/release-notes.html Näytä tiedosto

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

<ul>
<li>Reworked and cleaned up client-side TabSheet and Accordion</li>
<li></li>
</ul>

</p>

<p>
For enhancements introduced in Vaadin Framework 8.13, see the <a
href="http://vaadin.com/download/release/8.13/8.13.0/release-notes.html">Release
Notes for Vaadin Framework 8.13.0</a>.
For enhancements introduced in Vaadin Framework 8.14, see the <a
href="http://vaadin.com/download/release/8.14/8.14.0/release-notes.html">Release
Notes for Vaadin Framework 8.14.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>
@@ -99,10 +99,10 @@
<h2 id="incompatible">Incompatible or Behavior-altering Changes in @version-minor@</h2>

<ul>
<li>Deprecating Flash component</li>
<li></li>
</ul>

<h2>For incompatible or behavior-altering changes in 8.13, please see <a href="https://vaadin.com/download/release/8.13/8.13.0/release-notes.html#incompatible">8.13 release notes</a></h2>
<h2>For incompatible or behavior-altering changes in 8.14, please see <a href="https://vaadin.com/download/release/8.14/8.14.0/release-notes.html#incompatible">8.14 release notes</a></h2>

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

+ 1
- 1
bom/pom.xml Näytä tiedosto

@@ -11,7 +11,7 @@
<groupId>com.vaadin</groupId>
<artifactId>vaadin-bom</artifactId>
<packaging>pom</packaging>
<version>8.14-SNAPSHOT</version>
<version>8.15-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 Näytä tiedosto

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

+ 1
- 1
client-compiler/pom.xml Näytä tiedosto

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

+ 1
- 1
client/pom.xml Näytä tiedosto

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

+ 1
- 1
compatibility-client-compiled/pom.xml Näytä tiedosto

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

+ 1
- 1
compatibility-client/pom.xml Näytä tiedosto

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

+ 1
- 1
compatibility-server-gae/pom.xml Näytä tiedosto

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

+ 1
- 1
compatibility-server/pom.xml Näytä tiedosto

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

+ 1
- 1
compatibility-shared/pom.xml Näytä tiedosto

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

+ 1
- 1
compatibility-themes/pom.xml Näytä tiedosto

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

+ 1
- 1
liferay-integration/pom.xml Näytä tiedosto

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

<properties>

+ 1
- 1
liferay/pom.xml Näytä tiedosto

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

+ 1
- 1
osgi-integration/pom.xml Näytä tiedosto

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

<properties>

+ 1
- 1
pom.xml Näytä tiedosto

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

<prerequisites>
<maven>3.1.0</maven>

+ 1
- 1
push/pom.xml Näytä tiedosto

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

+ 1
- 1
server/pom.xml Näytä tiedosto

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

+ 1
- 1
shared/pom.xml Näytä tiedosto

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

+ 1
- 1
test/addon-using-init-param-widget-set/pom.xml Näytä tiedosto

@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-test</artifactId>
<version>8.14-SNAPSHOT</version>
<version>8.15-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 Näytä tiedosto

@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-test</artifactId>
<version>8.14-SNAPSHOT</version>
<version>8.15-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 Näytä tiedosto

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

+ 1
- 1
test/bean-api-validation/pom.xml Näytä tiedosto

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

+ 1
- 1
test/bean-impl-validation/pom.xml Näytä tiedosto

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

+ 1
- 1
test/cdi/pom.xml Näytä tiedosto

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

+ 1
- 1
test/default-widget-set/pom.xml Näytä tiedosto

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

+ 1
- 1
test/dependency-rewrite-addon/pom.xml Näytä tiedosto

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

+ 1
- 1
test/dependency-rewrite/pom.xml Näytä tiedosto

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

+ 1
- 1
test/own-widget-set/pom.xml Näytä tiedosto

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

+ 1
- 1
test/pom.xml Näytä tiedosto

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

<packaging>pom</packaging>
<properties>

+ 1
- 1
test/servlet-containers/generic-tests/pom.xml Näytä tiedosto

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

+ 1
- 1
test/servlet-containers/generic-ui/pom.xml Näytä tiedosto

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

+ 1
- 1
test/servlet-containers/generic/pom.xml Näytä tiedosto

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

+ 1
- 1
test/servlet-containers/glassfish/pom.xml Näytä tiedosto

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

+ 1
- 1
test/servlet-containers/jetty8/pom.xml Näytä tiedosto

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

+ 1
- 1
test/servlet-containers/jetty9/pom.xml Näytä tiedosto

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

+ 1
- 1
test/servlet-containers/jsp-integration/pom.xml Näytä tiedosto

@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-servlet-containers-test</artifactId>
<version>8.14-SNAPSHOT</version>
<version>8.15-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 Näytä tiedosto

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


+ 1
- 1
test/servlet-containers/karaf/pom.xml Näytä tiedosto

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

+ 1
- 1
test/servlet-containers/karaf/vaadin-karaf-bundle1/pom.xml Näytä tiedosto

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

+ 1
- 1
test/servlet-containers/karaf/vaadin-karaf-bundle2/pom.xml Näytä tiedosto

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

+ 1
- 1
test/servlet-containers/liberty-javaee/pom.xml Näytä tiedosto

@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-servlet-containers-test</artifactId>
<version>8.14-SNAPSHOT</version>
<version>8.15-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 Näytä tiedosto

@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-servlet-containers-test</artifactId>
<version>8.14-SNAPSHOT</version>
<version>8.15-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 Näytä tiedosto

@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-servlet-containers-test</artifactId>
<version>8.14-SNAPSHOT</version>
<version>8.15-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 Näytä tiedosto

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

+ 1
- 1
test/servlet-containers/pom.xml Näytä tiedosto

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

+ 1
- 1
test/servlet-containers/tomcat7/pom.xml Näytä tiedosto

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

+ 1
- 1
test/servlet-containers/tomcat80/pom.xml Näytä tiedosto

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

+ 1
- 1
test/servlet-containers/tomcat85/pom.xml Näytä tiedosto

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

+ 1
- 1
test/servlet-containers/tomcat9/pom.xml Näytä tiedosto

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

+ 1
- 1
test/servlet-containers/wildfly-swarm/pom.xml Näytä tiedosto

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

+ 1
- 1
test/servlet-containers/wildfly10/pom.xml Näytä tiedosto

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

+ 1
- 1
test/servlet-containers/wildfly11/pom.xml Näytä tiedosto

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

+ 1
- 1
test/servlet-containers/wildfly12/pom.xml Näytä tiedosto

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

+ 1
- 1
test/servlet-containers/wildfly13/pom.xml Näytä tiedosto

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

+ 1
- 1
test/servlet-containers/wildfly8/pom.xml Näytä tiedosto

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

+ 1
- 1
test/servlet-containers/wildfly9/pom.xml Näytä tiedosto

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

+ 1
- 1
test/space in directory/pom.xml Näytä tiedosto

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

+ 1
- 1
test/spring-boot-subcontext/pom.xml Näytä tiedosto

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

+ 1
- 1
test/spring-boot/pom.xml Näytä tiedosto

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

+ 1
- 1
test/vaadin7-widget-set/pom.xml Näytä tiedosto

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

+ 1
- 1
test/vaadinservletconfiguration-widget-set/pom.xml Näytä tiedosto

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

+ 1
- 1
test/widget-set-testutil/pom.xml Näytä tiedosto

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

+ 1
- 1
testbench-api/pom.xml Näytä tiedosto

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

+ 1
- 1
themes/pom.xml Näytä tiedosto

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

+ 1
- 1
uitest/pom.xml Näytä tiedosto

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

Loading…
Peruuta
Tallenna