Browse Source

Update version to 8.2-SNAPSHOT (#9946)

tags/8.2.0.alpha2
Teemu Suo-Anttila 6 years ago
parent
commit
87175a86c9
47 changed files with 49 additions and 49 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. 2
    2
      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. 2
    2
      test/pom.xml
  31. 1
    1
      test/servlet-containers/generic/build.properties
  32. 1
    1
      test/servlet-containers/generic/build.xml
  33. 1
    1
      test/servlet-containers/generic/pom.xml
  34. 1
    1
      test/servlet-containers/jsp-integration/pom.xml
  35. 1
    1
      test/servlet-containers/karaf/karaf-run/karaf-run-pom.xml
  36. 1
    1
      test/servlet-containers/karaf/karaf-run/pom.xml
  37. 1
    1
      test/servlet-containers/karaf/pom.xml
  38. 1
    1
      test/servlet-containers/karaf/vaadin-karaf-bundle1/pom.xml
  39. 1
    1
      test/servlet-containers/karaf/vaadin-karaf-bundle2/pom.xml
  40. 1
    1
      test/space in directory/pom.xml
  41. 1
    1
      test/spring-boot/pom.xml
  42. 1
    1
      test/vaadin7-widget-set/pom.xml
  43. 1
    1
      test/vaadinservletconfiguration-widget-set/pom.xml
  44. 1
    1
      test/widget-set-testutil/pom.xml
  45. 1
    1
      testbench-api/pom.xml
  46. 1
    1
      themes/pom.xml
  47. 1
    1
      uitest/pom.xml

+ 1
- 1
all/pom.xml View File

<parent> <parent>
<groupId>com.vaadin</groupId> <groupId>com.vaadin</groupId>
<artifactId>vaadin-root</artifactId> <artifactId>vaadin-root</artifactId>
<version>8.1-SNAPSHOT</version>
<version>8.2-SNAPSHOT</version>
</parent> </parent>
<artifactId>vaadin-all</artifactId> <artifactId>vaadin-all</artifactId>
<name>vaadin-all</name> <name>vaadin-all</name>

+ 1
- 1
bom/pom.xml View File

<groupId>com.vaadin</groupId> <groupId>com.vaadin</groupId>
<artifactId>vaadin-bom</artifactId> <artifactId>vaadin-bom</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<version>8.1-SNAPSHOT</version>
<version>8.2-SNAPSHOT</version>
<name>Vaadin Framework (Bill of Materials)</name> <name>Vaadin Framework (Bill of Materials)</name>
<description>Vaadin Framework (Bill of Materials)</description> <description>Vaadin Framework (Bill of Materials)</description>
<url>http://vaadin.com</url> <url>http://vaadin.com</url>

+ 1
- 1
buildhelpers/pom.xml View File

<parent> <parent>
<groupId>com.vaadin</groupId> <groupId>com.vaadin</groupId>
<artifactId>vaadin-root</artifactId> <artifactId>vaadin-root</artifactId>
<version>8.1-SNAPSHOT</version>
<version>8.2-SNAPSHOT</version>
</parent> </parent>
<groupId>com.vaadin</groupId> <groupId>com.vaadin</groupId>
<artifactId>vaadin-buildhelpers</artifactId> <artifactId>vaadin-buildhelpers</artifactId>

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

<parent> <parent>
<groupId>com.vaadin</groupId> <groupId>com.vaadin</groupId>
<artifactId>vaadin-root</artifactId> <artifactId>vaadin-root</artifactId>
<version>8.1-SNAPSHOT</version>
<version>8.2-SNAPSHOT</version>
</parent> </parent>
<groupId>com.vaadin</groupId> <groupId>com.vaadin</groupId>
<artifactId>vaadin-client-compiled</artifactId> <artifactId>vaadin-client-compiled</artifactId>

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

<parent> <parent>
<groupId>com.vaadin</groupId> <groupId>com.vaadin</groupId>
<artifactId>vaadin-root</artifactId> <artifactId>vaadin-root</artifactId>
<version>8.1-SNAPSHOT</version>
<version>8.2-SNAPSHOT</version>
</parent> </parent>
<artifactId>vaadin-client-compiler</artifactId> <artifactId>vaadin-client-compiler</artifactId>
<name>vaadin-client-compiler</name> <name>vaadin-client-compiler</name>

+ 1
- 1
client/pom.xml View File

<parent> <parent>
<groupId>com.vaadin</groupId> <groupId>com.vaadin</groupId>
<artifactId>vaadin-root</artifactId> <artifactId>vaadin-root</artifactId>
<version>8.1-SNAPSHOT</version>
<version>8.2-SNAPSHOT</version>
</parent> </parent>
<groupId>com.vaadin</groupId> <groupId>com.vaadin</groupId>
<artifactId>vaadin-client</artifactId> <artifactId>vaadin-client</artifactId>

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

<parent> <parent>
<groupId>com.vaadin</groupId> <groupId>com.vaadin</groupId>
<artifactId>vaadin-root</artifactId> <artifactId>vaadin-root</artifactId>
<version>8.1-SNAPSHOT</version>
<version>8.2-SNAPSHOT</version>
</parent> </parent>
<artifactId>vaadin-compatibility-client-compiled</artifactId> <artifactId>vaadin-compatibility-client-compiled</artifactId>
<name>vaadin-compatibility-client-compiled</name> <name>vaadin-compatibility-client-compiled</name>

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

<parent> <parent>
<groupId>com.vaadin</groupId> <groupId>com.vaadin</groupId>
<artifactId>vaadin-root</artifactId> <artifactId>vaadin-root</artifactId>
<version>8.1-SNAPSHOT</version>
<version>8.2-SNAPSHOT</version>
</parent> </parent>
<artifactId>vaadin-compatibility-client</artifactId> <artifactId>vaadin-compatibility-client</artifactId>
<name>vaadin-compatibility-client</name> <name>vaadin-compatibility-client</name>

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

<parent> <parent>
<groupId>com.vaadin</groupId> <groupId>com.vaadin</groupId>
<artifactId>vaadin-root</artifactId> <artifactId>vaadin-root</artifactId>
<version>8.1-SNAPSHOT</version>
<version>8.2-SNAPSHOT</version>
</parent> </parent>
<artifactId>vaadin-compatibility-server-gae</artifactId> <artifactId>vaadin-compatibility-server-gae</artifactId>
<name>vaadin-compatibility-server-gae</name> <name>vaadin-compatibility-server-gae</name>

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

<parent> <parent>
<groupId>com.vaadin</groupId> <groupId>com.vaadin</groupId>
<artifactId>vaadin-root</artifactId> <artifactId>vaadin-root</artifactId>
<version>8.1-SNAPSHOT</version>
<version>8.2-SNAPSHOT</version>
</parent> </parent>
<artifactId>vaadin-compatibility-server</artifactId> <artifactId>vaadin-compatibility-server</artifactId>
<name>vaadin-compatibility-server</name> <name>vaadin-compatibility-server</name>

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

<parent> <parent>
<groupId>com.vaadin</groupId> <groupId>com.vaadin</groupId>
<artifactId>vaadin-root</artifactId> <artifactId>vaadin-root</artifactId>
<version>8.1-SNAPSHOT</version>
<version>8.2-SNAPSHOT</version>
</parent> </parent>
<artifactId>vaadin-compatibility-shared</artifactId> <artifactId>vaadin-compatibility-shared</artifactId>
<name>vaadin-compatibility-shared</name> <name>vaadin-compatibility-shared</name>

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

<parent> <parent>
<groupId>com.vaadin</groupId> <groupId>com.vaadin</groupId>
<artifactId>vaadin-root</artifactId> <artifactId>vaadin-root</artifactId>
<version>8.1-SNAPSHOT</version>
<version>8.2-SNAPSHOT</version>
</parent> </parent>
<artifactId>vaadin-compatibility-themes</artifactId> <artifactId>vaadin-compatibility-themes</artifactId>
<name>vaadin-compatibility-themes</name> <name>vaadin-compatibility-themes</name>

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

<parent> <parent>
<groupId>com.vaadin</groupId> <groupId>com.vaadin</groupId>
<artifactId>vaadin-root</artifactId> <artifactId>vaadin-root</artifactId>
<version>8.1-SNAPSHOT</version>
<version>8.2-SNAPSHOT</version>
</parent> </parent>


<properties> <properties>

+ 1
- 1
liferay/pom.xml View File

<parent> <parent>
<groupId>com.vaadin</groupId> <groupId>com.vaadin</groupId>
<artifactId>vaadin-root</artifactId> <artifactId>vaadin-root</artifactId>
<version>8.1-SNAPSHOT</version>
<version>8.2-SNAPSHOT</version>
</parent> </parent>
<artifactId>vaadin-liferay</artifactId> <artifactId>vaadin-liferay</artifactId>
<name>vaadin-liferay</name> <name>vaadin-liferay</name>

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

<parent> <parent>
<groupId>com.vaadin</groupId> <groupId>com.vaadin</groupId>
<artifactId>vaadin-root</artifactId> <artifactId>vaadin-root</artifactId>
<version>8.1-SNAPSHOT</version>
<version>8.2-SNAPSHOT</version>
</parent> </parent>


<properties> <properties>

+ 2
- 2
pom.xml View File

<artifactId>vaadin-root</artifactId> <artifactId>vaadin-root</artifactId>
<name>vaadin-root</name> <name>vaadin-root</name>
<packaging>pom</packaging> <packaging>pom</packaging>
<version>8.1-SNAPSHOT</version>
<version>8.2-SNAPSHOT</version>


<prerequisites> <prerequisites>
<maven>3.1.0</maven> <maven>3.1.0</maven>
<liferay.portal-kernel.version>2.0.0</liferay.portal-kernel.version> <liferay.portal-kernel.version>2.0.0</liferay.portal-kernel.version>


<vaadin.gwt.version>2.8.1</vaadin.gwt.version> <vaadin.gwt.version>2.8.1</vaadin.gwt.version>
<vaadin.plugin.version>8.1-SNAPSHOT</vaadin.plugin.version>
<vaadin.plugin.version>8.2-SNAPSHOT</vaadin.plugin.version>


<!-- Used in OSGi manifests --> <!-- Used in OSGi manifests -->
<javax.validation.version>1.0.0.GA</javax.validation.version> <javax.validation.version>1.0.0.GA</javax.validation.version>

+ 1
- 1
push/pom.xml View File

<parent> <parent>
<groupId>com.vaadin</groupId> <groupId>com.vaadin</groupId>
<artifactId>vaadin-root</artifactId> <artifactId>vaadin-root</artifactId>
<version>8.1-SNAPSHOT</version>
<version>8.2-SNAPSHOT</version>
</parent> </parent>
<artifactId>vaadin-push</artifactId> <artifactId>vaadin-push</artifactId>
<name>vaadin-push</name> <name>vaadin-push</name>

+ 1
- 1
server/pom.xml View File

<parent> <parent>
<groupId>com.vaadin</groupId> <groupId>com.vaadin</groupId>
<artifactId>vaadin-root</artifactId> <artifactId>vaadin-root</artifactId>
<version>8.1-SNAPSHOT</version>
<version>8.2-SNAPSHOT</version>
</parent> </parent>
<artifactId>vaadin-server</artifactId> <artifactId>vaadin-server</artifactId>
<name>vaadin-server</name> <name>vaadin-server</name>

+ 1
- 1
shared/pom.xml View File

<parent> <parent>
<groupId>com.vaadin</groupId> <groupId>com.vaadin</groupId>
<artifactId>vaadin-root</artifactId> <artifactId>vaadin-root</artifactId>
<version>8.1-SNAPSHOT</version>
<version>8.2-SNAPSHOT</version>
</parent> </parent>
<artifactId>vaadin-shared</artifactId> <artifactId>vaadin-shared</artifactId>
<name>vaadin-shared</name> <name>vaadin-shared</name>

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

<parent> <parent>
<groupId>com.vaadin</groupId> <groupId>com.vaadin</groupId>
<artifactId>vaadin-test</artifactId> <artifactId>vaadin-test</artifactId>
<version>8.1-SNAPSHOT</version>
<version>8.2-SNAPSHOT</version>
</parent> </parent>
<artifactId>vaadin-test-addon-using-init-param-widget-set</artifactId> <artifactId>vaadin-test-addon-using-init-param-widget-set</artifactId>
<packaging>war</packaging> <packaging>war</packaging>

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

<parent> <parent>
<groupId>com.vaadin</groupId> <groupId>com.vaadin</groupId>
<artifactId>vaadin-test</artifactId> <artifactId>vaadin-test</artifactId>
<version>8.1-SNAPSHOT</version>
<version>8.2-SNAPSHOT</version>
</parent> </parent>
<artifactId>vaadin-test-addon-using-no-defined-widget-set</artifactId> <artifactId>vaadin-test-addon-using-no-defined-widget-set</artifactId>
<packaging>war</packaging> <packaging>war</packaging>

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

<parent> <parent>
<groupId>com.vaadin</groupId> <groupId>com.vaadin</groupId>
<artifactId>vaadin-test</artifactId> <artifactId>vaadin-test</artifactId>
<version>8.1-SNAPSHOT</version>
<version>8.2-SNAPSHOT</version>
</parent> </parent>
<artifactId>vaadin-test-addon-using-own-widget-set</artifactId> <artifactId>vaadin-test-addon-using-own-widget-set</artifactId>
<packaging>war</packaging> <packaging>war</packaging>

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

<parent> <parent>
<groupId>com.vaadin</groupId> <groupId>com.vaadin</groupId>
<artifactId>vaadin-test</artifactId> <artifactId>vaadin-test</artifactId>
<version>8.1-SNAPSHOT</version>
<version>8.2-SNAPSHOT</version>
</parent> </parent>
<artifactId>vaadin-test-bean-api-validation</artifactId> <artifactId>vaadin-test-bean-api-validation</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

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

<parent> <parent>
<groupId>com.vaadin</groupId> <groupId>com.vaadin</groupId>
<artifactId>vaadin-test</artifactId> <artifactId>vaadin-test</artifactId>
<version>8.1-SNAPSHOT</version>
<version>8.2-SNAPSHOT</version>
</parent> </parent>
<artifactId>vaadin-test-bean-impl-validation</artifactId> <artifactId>vaadin-test-bean-impl-validation</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

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

<parent> <parent>
<groupId>com.vaadin</groupId> <groupId>com.vaadin</groupId>
<artifactId>vaadin-test</artifactId> <artifactId>vaadin-test</artifactId>
<version>8.1-SNAPSHOT</version>
<version>8.2-SNAPSHOT</version>
</parent> </parent>
<artifactId>vaadin-test-cdi</artifactId> <artifactId>vaadin-test-cdi</artifactId>
<packaging>war</packaging> <packaging>war</packaging>

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

<parent> <parent>
<groupId>com.vaadin</groupId> <groupId>com.vaadin</groupId>
<artifactId>vaadin-test</artifactId> <artifactId>vaadin-test</artifactId>
<version>8.1-SNAPSHOT</version>
<version>8.2-SNAPSHOT</version>
</parent> </parent>
<artifactId>vaadin-test-default-widget-set</artifactId> <artifactId>vaadin-test-default-widget-set</artifactId>
<packaging>war</packaging> <packaging>war</packaging>

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

<parent> <parent>
<groupId>com.vaadin</groupId> <groupId>com.vaadin</groupId>
<artifactId>vaadin-test</artifactId> <artifactId>vaadin-test</artifactId>
<version>8.1-SNAPSHOT</version>
<version>8.2-SNAPSHOT</version>
</parent> </parent>
<artifactId>vaadin-test-dependency-rewrite-addon</artifactId> <artifactId>vaadin-test-dependency-rewrite-addon</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

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

<parent> <parent>
<groupId>com.vaadin</groupId> <groupId>com.vaadin</groupId>
<artifactId>vaadin-test</artifactId> <artifactId>vaadin-test</artifactId>
<version>8.1-SNAPSHOT</version>
<version>8.2-SNAPSHOT</version>
</parent> </parent>
<artifactId>vaadin-test-dependency-rewrite</artifactId> <artifactId>vaadin-test-dependency-rewrite</artifactId>
<packaging>war</packaging> <packaging>war</packaging>

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

<parent> <parent>
<groupId>com.vaadin</groupId> <groupId>com.vaadin</groupId>
<artifactId>vaadin-test</artifactId> <artifactId>vaadin-test</artifactId>
<version>8.1-SNAPSHOT</version>
<version>8.2-SNAPSHOT</version>
</parent> </parent>
<artifactId>vaadin-test-own-widget-set</artifactId> <artifactId>vaadin-test-own-widget-set</artifactId>
<packaging>war</packaging> <packaging>war</packaging>

+ 2
- 2
test/pom.xml View File

<groupId>com.vaadin</groupId> <groupId>com.vaadin</groupId>
<artifactId>vaadin-test</artifactId> <artifactId>vaadin-test</artifactId>
<name>vaadin-test</name> <name>vaadin-test</name>
<version>8.1-SNAPSHOT</version>
<version>8.2-SNAPSHOT</version>


<packaging>pom</packaging> <packaging>pom</packaging>
<properties> <properties>
<maven.compiler.target>1.8</maven.compiler.target> <maven.compiler.target>1.8</maven.compiler.target>
<jetty.version>9.3.7.v20160115</jetty.version> <jetty.version>9.3.7.v20160115</jetty.version>
<phantomjs.version>2.1.1</phantomjs.version> <phantomjs.version>2.1.1</phantomjs.version>
<vaadin.version>8.1-SNAPSHOT</vaadin.version>
<vaadin.version>8.2-SNAPSHOT</vaadin.version>
<vaadin.plugin.version>${vaadin.version}</vaadin.plugin.version> <vaadin.plugin.version>${vaadin.version}</vaadin.plugin.version>
<failOnMissingWebXml>false</failOnMissingWebXml> <failOnMissingWebXml>false</failOnMissingWebXml>
<contextmenu.version>2.0-SNAPSHOT</contextmenu.version> <contextmenu.version>2.0-SNAPSHOT</contextmenu.version>

+ 1
- 1
test/servlet-containers/generic/build.properties View File

vaadin.vendor=Vaadin Ltd vaadin.vendor=Vaadin Ltd
vaadin.url=http://vaadin.com vaadin.url=http://vaadin.com
vaadin.java.version=1.6 vaadin.java.version=1.6
vaadin.version=8.1-SNAPSHOT
vaadin.version=8.2-SNAPSHOT
vaadin.sass.version=0.9.13 vaadin.sass.version=0.9.13
gwt.version=2.7.0.vaadin3 gwt.version=2.7.0.vaadin3
commons-io.version=2.4 commons-io.version=2.4

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

location="${uitest.dir}/target/${module.name}-${vaadin.version}.war" /> location="${uitest.dir}/target/${module.name}-${vaadin.version}.war" />
<!--todo automate version number --> <!--todo automate version number -->
<property name="result.jboss6.war" <property name="result.jboss6.war"
location="${uitest.dir}/target/${module.name}-8.1-SNAPSHOT-jboss6.war" />
location="${uitest.dir}/target/${module.name}-8.2-SNAPSHOT-jboss6.war" />


<!-- Need to give a default value to keep Ivy happy --> <!-- Need to give a default value to keep Ivy happy -->
<property name="vaadin.build.repository" value="http://maven.vaadin.com/vaadin-prereleases"/> <property name="vaadin.build.repository" value="http://maven.vaadin.com/vaadin-prereleases"/>

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

<parent> <parent>
<groupId>com.vaadin</groupId> <groupId>com.vaadin</groupId>
<artifactId>vaadin-test</artifactId> <artifactId>vaadin-test</artifactId>
<version>8.1-SNAPSHOT</version>
<version>8.2-SNAPSHOT</version>
<relativePath>../..</relativePath> <relativePath>../..</relativePath>
</parent> </parent>
<artifactId>vaadin-test-generic-integration</artifactId> <artifactId>vaadin-test-generic-integration</artifactId>

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

<parent> <parent>
<groupId>com.vaadin</groupId> <groupId>com.vaadin</groupId>
<artifactId>vaadin-test</artifactId> <artifactId>vaadin-test</artifactId>
<version>8.1-SNAPSHOT</version>
<version>8.2-SNAPSHOT</version>
<relativePath>../..</relativePath> <relativePath>../..</relativePath>
</parent> </parent>
<artifactId>vaadin-test-jsp-integration</artifactId> <artifactId>vaadin-test-jsp-integration</artifactId>

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

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

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

<artifactId>vaadin-test-karaf</artifactId> <artifactId>vaadin-test-karaf</artifactId>
<groupId>com.vaadin</groupId> <groupId>com.vaadin</groupId>
<relativePath>..</relativePath> <relativePath>..</relativePath>
<version>8.1-SNAPSHOT</version>
<version>8.2-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>



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

<parent> <parent>
<groupId>com.vaadin</groupId> <groupId>com.vaadin</groupId>
<artifactId>vaadin-test</artifactId> <artifactId>vaadin-test</artifactId>
<version>8.1-SNAPSHOT</version>
<version>8.2-SNAPSHOT</version>
<relativePath>../..</relativePath> <relativePath>../..</relativePath>
</parent> </parent>
<artifactId>vaadin-test-karaf</artifactId> <artifactId>vaadin-test-karaf</artifactId>

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

<parent> <parent>
<groupId>com.vaadin</groupId> <groupId>com.vaadin</groupId>
<artifactId>vaadin-test-karaf</artifactId> <artifactId>vaadin-test-karaf</artifactId>
<version>8.1-SNAPSHOT</version>
<version>8.2-SNAPSHOT</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>
<artifactId>vaadin-karaf-bundle1</artifactId> <artifactId>vaadin-karaf-bundle1</artifactId>

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

<artifactId>vaadin-test-karaf</artifactId> <artifactId>vaadin-test-karaf</artifactId>
<groupId>com.vaadin</groupId> <groupId>com.vaadin</groupId>
<relativePath>..</relativePath> <relativePath>..</relativePath>
<version>8.1-SNAPSHOT</version>
<version>8.2-SNAPSHOT</version>
</parent> </parent>
<artifactId>vaadin-karaf-bundle2</artifactId> <artifactId>vaadin-karaf-bundle2</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

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

<parent> <parent>
<groupId>com.vaadin</groupId> <groupId>com.vaadin</groupId>
<artifactId>vaadin-test</artifactId> <artifactId>vaadin-test</artifactId>
<version>8.1-SNAPSHOT</version>
<version>8.2-SNAPSHOT</version>
</parent> </parent>
<artifactId>vaadin-test-space-in-directory</artifactId> <artifactId>vaadin-test-space-in-directory</artifactId>
<packaging>war</packaging> <packaging>war</packaging>

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

<parent> <parent>
<groupId>com.vaadin</groupId> <groupId>com.vaadin</groupId>
<artifactId>vaadin-test</artifactId> <artifactId>vaadin-test</artifactId>
<version>8.1-SNAPSHOT</version>
<version>8.2-SNAPSHOT</version>
</parent> </parent>
<artifactId>vaadin-test-spring-boot</artifactId> <artifactId>vaadin-test-spring-boot</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

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

<parent> <parent>
<groupId>com.vaadin</groupId> <groupId>com.vaadin</groupId>
<artifactId>vaadin-test</artifactId> <artifactId>vaadin-test</artifactId>
<version>8.1-SNAPSHOT</version>
<version>8.2-SNAPSHOT</version>
</parent> </parent>
<artifactId>vaadin-test-vaadin7-widget-set</artifactId> <artifactId>vaadin-test-vaadin7-widget-set</artifactId>
<packaging>war</packaging> <packaging>war</packaging>

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

<parent> <parent>
<groupId>com.vaadin</groupId> <groupId>com.vaadin</groupId>
<artifactId>vaadin-test</artifactId> <artifactId>vaadin-test</artifactId>
<version>8.1-SNAPSHOT</version>
<version>8.2-SNAPSHOT</version>
</parent> </parent>
<artifactId>vaadin-test-vaadinservletconfiguration-widget-set</artifactId> <artifactId>vaadin-test-vaadinservletconfiguration-widget-set</artifactId>
<packaging>war</packaging> <packaging>war</packaging>

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

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

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

<parent> <parent>
<groupId>com.vaadin</groupId> <groupId>com.vaadin</groupId>
<artifactId>vaadin-root</artifactId> <artifactId>vaadin-root</artifactId>
<version>8.1-SNAPSHOT</version>
<version>8.2-SNAPSHOT</version>
</parent> </parent>
<artifactId>vaadin-testbench-api</artifactId> <artifactId>vaadin-testbench-api</artifactId>
<name>vaadin-testbench-api</name> <name>vaadin-testbench-api</name>

+ 1
- 1
themes/pom.xml View File

<parent> <parent>
<groupId>com.vaadin</groupId> <groupId>com.vaadin</groupId>
<artifactId>vaadin-root</artifactId> <artifactId>vaadin-root</artifactId>
<version>8.1-SNAPSHOT</version>
<version>8.2-SNAPSHOT</version>
</parent> </parent>
<artifactId>vaadin-themes</artifactId> <artifactId>vaadin-themes</artifactId>
<name>vaadin-themes</name> <name>vaadin-themes</name>

+ 1
- 1
uitest/pom.xml View File

<parent> <parent>
<groupId>com.vaadin</groupId> <groupId>com.vaadin</groupId>
<artifactId>vaadin-root</artifactId> <artifactId>vaadin-root</artifactId>
<version>8.1-SNAPSHOT</version>
<version>8.2-SNAPSHOT</version>
</parent> </parent>
<artifactId>vaadin-uitest</artifactId> <artifactId>vaadin-uitest</artifactId>
<name>vaadin-uitest</name> <name>vaadin-uitest</name>

Loading…
Cancel
Save