Browse Source

Update version number to 8.3-SNAPSHOT (#10348)

tags/8.3.0.alpha1
Teemu Suo-Anttila 6 years ago
parent
commit
27c5730e2a
No account linked to committer's email address
65 changed files with 65 additions and 65 deletions
  1. 1
    1
      all/pom.xml
  2. 1
    1
      bom/pom.xml
  3. 1
    1
      buildhelpers/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/karaf-run-pom.xml
  39. 1
    1
      test/servlet-containers/karaf/karaf-run/pom.xml
  40. 1
    1
      test/servlet-containers/karaf/pom.xml
  41. 1
    1
      test/servlet-containers/karaf/vaadin-karaf-bundle1/pom.xml
  42. 1
    1
      test/servlet-containers/karaf/vaadin-karaf-bundle2/pom.xml
  43. 1
    1
      test/servlet-containers/liberty-javaee/pom.xml
  44. 1
    1
      test/servlet-containers/liberty-microprofile/pom.xml
  45. 1
    1
      test/servlet-containers/liberty-webprofile/pom.xml
  46. 1
    1
      test/servlet-containers/payara-micro/pom.xml
  47. 1
    1
      test/servlet-containers/pom.xml
  48. 1
    1
      test/servlet-containers/tomcat7/pom.xml
  49. 1
    1
      test/servlet-containers/tomcat80/pom.xml
  50. 1
    1
      test/servlet-containers/tomcat85/pom.xml
  51. 1
    1
      test/servlet-containers/tomcat9/pom.xml
  52. 1
    1
      test/servlet-containers/wildfly-swarm/pom.xml
  53. 1
    1
      test/servlet-containers/wildfly10/pom.xml
  54. 1
    1
      test/servlet-containers/wildfly11/pom.xml
  55. 1
    1
      test/servlet-containers/wildfly8/pom.xml
  56. 1
    1
      test/servlet-containers/wildfly9/pom.xml
  57. 1
    1
      test/space in directory/pom.xml
  58. 1
    1
      test/spring-boot-subcontext/pom.xml
  59. 1
    1
      test/spring-boot/pom.xml
  60. 1
    1
      test/vaadin7-widget-set/pom.xml
  61. 1
    1
      test/vaadinservletconfiguration-widget-set/pom.xml
  62. 1
    1
      test/widget-set-testutil/pom.xml
  63. 1
    1
      testbench-api/pom.xml
  64. 1
    1
      themes/pom.xml
  65. 1
    1
      uitest/pom.xml

+ 1
- 1
all/pom.xml View File

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

+ 1
- 1
bom/pom.xml View File

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

+ 1
- 1
buildhelpers/pom.xml View File

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

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

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

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

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

+ 1
- 1
client/pom.xml View File

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

<properties>

+ 1
- 1
liferay/pom.xml View File

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

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

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

<properties>

+ 1
- 1
pom.xml View File

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

<prerequisites>
<maven>3.1.0</maven>

+ 1
- 1
push/pom.xml View File

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

+ 1
- 1
server/pom.xml View File

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

+ 1
- 1
shared/pom.xml View File

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

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

@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-test</artifactId>
<version>8.2-SNAPSHOT</version>
<version>8.3-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 View File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-test</artifactId>
<version>8.2-SNAPSHOT</version>
<version>8.3-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 View File

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

+ 1
- 1
test/pom.xml View File

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

<packaging>pom</packaging>
<properties>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@@ -3,7 +3,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<artifactId>karaf-runner</artifactId>
<groupId>com.vaadin</groupId>
<version>8.2-SNAPSHOT</version>
<version>8.3-SNAPSHOT</version>
<modelVersion>4.0.0</modelVersion>
<build>
<plugins>

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

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


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

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

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

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

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

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

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

@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-servlet-containers-test</artifactId>
<version>8.2-SNAPSHOT</version>
<version>8.3-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 View File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-servlet-containers-test</artifactId>
<version>8.2-SNAPSHOT</version>
<version>8.3-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 View File

@@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-servlet-containers-test</artifactId>
<version>8.2-SNAPSHOT</version>
<version>8.3-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 View File

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

+ 1
- 1
themes/pom.xml View File

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

+ 1
- 1
uitest/pom.xml View File

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

Loading…
Cancel
Save