Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.5-SNAPSHOT #5055

Merged
merged 2 commits into from
Feb 13, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Instructions on how to set up a working environment for developing the Flow proj

`master` branch is the latest version that will at some point be released in the [Vaadin platform](https://github.com/vaadin/platform). See other branches for other framework versions:
* 1.0 branch is Vaadin 10 LTS (Flow version 1.0)
* 1.3 branch is for Vaadin 13 (Flow version 1.3)
* 1.4 branch is for Vaadin 13 (Flow version 1.4)

Setting up Eclipse to Develop Flow
=========
Expand Down
2 changes: 1 addition & 1 deletion build-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>flow-project</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.5-SNAPSHOT</version>
</parent>
<artifactId>flow-buildtools</artifactId>
<name>vaadin-buildhelpers</name>
Expand Down
2 changes: 1 addition & 1 deletion flow-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>flow-project</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.5-SNAPSHOT</version>
</parent>
<artifactId>flow-bom</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion flow-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>flow-project</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.5-SNAPSHOT</version>
</parent>
<artifactId>flow-client</artifactId>
<name>Flow Client</name>
Expand Down
2 changes: 1 addition & 1 deletion flow-components-parent/flow-code-generator-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>flow-components-parent</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.5-SNAPSHOT</version>
</parent>
<artifactId>flow-code-generator-api</artifactId>
<name>Flow code generator API</name>
Expand Down
2 changes: 1 addition & 1 deletion flow-components-parent/flow-code-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>flow-components-parent</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.5-SNAPSHOT</version>
</parent>
<artifactId>flow-code-generator</artifactId>
<name>Flow code generator</name>
Expand Down
2 changes: 1 addition & 1 deletion flow-components-parent/flow-component-demo-helpers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>flow-components-parent</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.5-SNAPSHOT</version>
</parent>

<artifactId>flow-component-demo-helpers</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flow-components-parent/flow-generated-components/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>flow-components-parent</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.5-SNAPSHOT</version>
</parent>
<artifactId>flow-generated-components</artifactId>
<name>Flow Generated Component</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>flow-components-parent</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.5-SNAPSHOT</version>
</parent>
<artifactId>flow-webcomponent-api-analyzer</artifactId>
<name>Flow WebComponent API Analyzer</name>
Expand Down
2 changes: 1 addition & 1 deletion flow-components-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>flow-project</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.5-SNAPSHOT</version>
</parent>
<artifactId>flow-components-parent</artifactId>
<name>Flow components parent project</name>
Expand Down
2 changes: 1 addition & 1 deletion flow-data/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>flow-project</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.5-SNAPSHOT</version>
</parent>
<artifactId>flow-data</artifactId>
<name>Flow Data</name>
Expand Down
2 changes: 1 addition & 1 deletion flow-html-components-testbench/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>flow-project</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.5-SNAPSHOT</version>
</parent>
<artifactId>flow-html-components-testbench</artifactId>
<name>TestBench elements for Flow HTML Components</name>
Expand Down
2 changes: 1 addition & 1 deletion flow-html-components/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>flow-project</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.5-SNAPSHOT</version>
</parent>
<artifactId>flow-html-components</artifactId>
<name>Flow HTML Components</name>
Expand Down
2 changes: 1 addition & 1 deletion flow-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>flow-project</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.5-SNAPSHOT</version>
</parent>
<artifactId>flow-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion flow-osgi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>flow-project</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.5-SNAPSHOT</version>
</parent>
<artifactId>flow-osgi</artifactId>
<name>Flow OSGi Support</name>
Expand Down
2 changes: 1 addition & 1 deletion flow-push/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>flow-project</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.5-SNAPSHOT</version>
</parent>
<artifactId>flow-push</artifactId>
<name>Flow Push</name>
Expand Down
2 changes: 1 addition & 1 deletion flow-server-production-mode/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>flow-project</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.5-SNAPSHOT</version>
</parent>
<artifactId>flow-server-production-mode</artifactId>
<name>Flow Server Production Mode</name>
Expand Down
2 changes: 1 addition & 1 deletion flow-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>flow-project</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.5-SNAPSHOT</version>
</parent>
<artifactId>flow-server</artifactId>
<name>Flow Server</name>
Expand Down
2 changes: 1 addition & 1 deletion flow-test-generic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>flow-project</artifactId>
<groupId>com.vaadin</groupId>
<version>1.4-SNAPSHOT</version>
<version>1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion flow-test-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>flow-project</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.5-SNAPSHOT</version>
</parent>

<artifactId>flow-test-util</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flow-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>flow-project</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.5-SNAPSHOT</version>
</parent>
<artifactId>flow-tests</artifactId>
<name>Flow tests</name>
Expand Down
2 changes: 1 addition & 1 deletion flow-tests/servlet-containers/felix-jetty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>flow-servlet-containers-test</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.5-SNAPSHOT</version>
</parent>

<artifactId>flow-test-felix-jetty-server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flow-tests/servlet-containers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>flow-tests</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.5-SNAPSHOT</version>
</parent>
<artifactId>flow-servlet-containers-test</artifactId>
<name>flow-servlet-containers-test</name>
Expand Down
2 changes: 1 addition & 1 deletion flow-tests/servlet-containers/tomcat85/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>flow-servlet-containers-test</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.5-SNAPSHOT</version>
</parent>
<artifactId>flow-test-tomcat85-server</artifactId>
<name>Flow Tomcat 8.5 Test</name>
Expand Down
2 changes: 1 addition & 1 deletion flow-tests/servlet-containers/tomcat9/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>flow-servlet-containers-test</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.5-SNAPSHOT</version>
</parent>
<artifactId>flow-test-tomcat9-server</artifactId>
<name>Flow Tomcat 9 Test</name>
Expand Down
2 changes: 1 addition & 1 deletion flow-tests/test-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>flow-tests</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.5-SNAPSHOT</version>
</parent>
<artifactId>flow-test-common</artifactId>
<name>Flow common test UI classes</name>
Expand Down
2 changes: 1 addition & 1 deletion flow-tests/test-dev-mode/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>flow-tests</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.5-SNAPSHOT</version>
</parent>
<artifactId>flow-test-dev-mode</artifactId>
<name>Flow tests for dev mode</name>
Expand Down
2 changes: 1 addition & 1 deletion flow-tests/test-frontend-production-custom-context/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>flow-tests</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.5-SNAPSHOT</version>
</parent>
<artifactId>test-frontend-custom-context</artifactId>
<name>Flow Frontend Resources on custom context test under Production Mode</name>
Expand Down
2 changes: 1 addition & 1 deletion flow-tests/test-lumo-theme/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>flow-tests</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.5-SNAPSHOT</version>
</parent>
<artifactId>flow-test-lumo-theme</artifactId>
<name>Flow Lumo theme tests</name>
Expand Down
2 changes: 1 addition & 1 deletion flow-tests/test-material-theme/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>flow-tests</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.5-SNAPSHOT</version>
</parent>
<artifactId>flow-test-material-theme</artifactId>
<name>Flow Material theme tests</name>
Expand Down
2 changes: 1 addition & 1 deletion flow-tests/test-memory-leaks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>flow-tests</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.5-SNAPSHOT</version>
</parent>
<artifactId>flow-test-memory-leaks</artifactId>
<name>Flow memory leak tests</name>
Expand Down
2 changes: 1 addition & 1 deletion flow-tests/test-pwa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>flow-tests</artifactId>
<groupId>com.vaadin</groupId>
<version>1.4-SNAPSHOT</version>
<version>1.5-SNAPSHOT</version>
</parent>
<artifactId>flow-test-pwa</artifactId>
<name>Flow tests for PWA annotation</name>
Expand Down
2 changes: 1 addition & 1 deletion flow-tests/test-resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>flow-tests</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.5-SNAPSHOT</version>
</parent>
<artifactId>flow-test-resources</artifactId>
<name>Flow Test Resources</name>
Expand Down
6 changes: 3 additions & 3 deletions flow-tests/test-root-context/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>flow-tests</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.5-SNAPSHOT</version>
</parent>
<artifactId>flow-test-root-context</artifactId>
<name>Flow root context tests</name>
Expand Down Expand Up @@ -308,7 +308,7 @@
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>flow-server-production-mode</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.5-SNAPSHOT</version>
</dependency>
</dependencies>

Expand All @@ -317,7 +317,7 @@
<plugin>
<groupId>com.vaadin</groupId>
<artifactId>flow-maven-plugin</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.5-SNAPSHOT</version>
<executions>
<execution>
<goals>
Expand Down
2 changes: 1 addition & 1 deletion flow-tests/test-root-ui-context/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>flow-tests</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.5-SNAPSHOT</version>
</parent>
<artifactId>flow-test-root-ui-context</artifactId>
<name>Flow root ui context tests</name>
Expand Down
2 changes: 1 addition & 1 deletion flow-tests/test-router-custom-context/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>flow-tests</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.5-SNAPSHOT</version>
</parent>
<artifactId>test-router-custom-context</artifactId>
<name>Flow Router on custom context test</name>
Expand Down
2 changes: 1 addition & 1 deletion flow-tests/test-scalability/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>flow-tests</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.5-SNAPSHOT</version>
</parent>
<artifactId>flow-test-scalability</artifactId>
<name>Flow scalability tests</name>
Expand Down
2 changes: 1 addition & 1 deletion flow-tests/test-servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>flow-tests</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.5-SNAPSHOT</version>
</parent>
<artifactId>flow-test-servlet</artifactId>
<name>Flow servlet registration test</name>
Expand Down
2 changes: 1 addition & 1 deletion flow-tests/test-subcontext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>flow-tests</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.5-SNAPSHOT</version>
</parent>
<artifactId>flow-test-subcontext</artifactId>
<name>Flow tests mapped for /context</name>
Expand Down
2 changes: 1 addition & 1 deletion flow-tests/test-themes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>flow-tests</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.5-SNAPSHOT</version>
</parent>
<artifactId>flow-test-themes</artifactId>
<name>Flow themes tests</name>
Expand Down
2 changes: 1 addition & 1 deletion flow-tests/test-web-components/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>flow-tests</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.5-SNAPSHOT</version>
</parent>
<artifactId>flow-test-web-components</artifactId>
<name>Flow WebComponent tests</name>
Expand Down
2 changes: 1 addition & 1 deletion flow-theme-integrations/lumo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>flow-theme-integrations</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.5-SNAPSHOT</version>
</parent>

<artifactId>vaadin-lumo-theme</artifactId>
Expand Down
Loading