Skip to content

Commit

Permalink
Update version to 0.1.10-SNAPSHOT (#1840)
Browse files Browse the repository at this point in the history
  • Loading branch information
SomeoneToIgnore authored Jun 15, 2017
1 parent f02f75a commit 1fc9117
Show file tree
Hide file tree
Showing 22 changed files with 35 additions and 35 deletions.
4 changes: 2 additions & 2 deletions flow-client/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>0.1.9-SNAPSHOT</version>
<version>0.1.10-SNAPSHOT</version>
</parent>
<artifactId>flow-client</artifactId>
<name>Flow Client</name>
Expand Down Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>flow-server</artifactId>
<version>0.1.9-SNAPSHOT</version>
<version>0.1.10-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
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 @@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>flow-components-parent</artifactId>
<version>0.1.9-SNAPSHOT</version>
<version>0.1.10-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>0.1.9-SNAPSHOT</version>
<version>0.1.10-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-components-demo/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>0.1.9-SNAPSHOT</version>
<version>0.1.10-SNAPSHOT</version>
</parent>
<artifactId>flow-components-demo</artifactId>
<name>Flow generated components demo</name>
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>0.1.9-SNAPSHOT</version>
<version>0.1.10-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>0.1.9-SNAPSHOT</version>
<version>0.1.10-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>0.1.9-SNAPSHOT</version>
<version>0.1.10-SNAPSHOT</version>
</parent>
<artifactId>flow-components-parent</artifactId>
<name>Flow components parent project</name>
Expand Down
2 changes: 1 addition & 1 deletion flow-documentation/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>0.1.9-SNAPSHOT</version>
<version>0.1.10-SNAPSHOT</version>
</parent>
<artifactId>flow-documentation</artifactId>
<name>Tutorials' code</name>
Expand Down
4 changes: 2 additions & 2 deletions 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>0.1.9-SNAPSHOT</version>
<version>0.1.10-SNAPSHOT</version>
</parent>
<artifactId>flow-html-components</artifactId>
<name>Flow HTML Components</name>
Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>flow-server</artifactId>
<version>0.1.9-SNAPSHOT</version>
<version>0.1.10-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
Expand Down
2 changes: 1 addition & 1 deletion flow-push/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>0.1.9-SNAPSHOT</version>
<version>0.1.10-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>0.1.9-SNAPSHOT</version>
<version>0.1.10-SNAPSHOT</version>
</parent>
<artifactId>flow-server-production-mode</artifactId>
<name>Flow Server Production Mode</name>
Expand Down
4 changes: 2 additions & 2 deletions flow-server/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>0.1.9-SNAPSHOT</version>
<version>0.1.10-SNAPSHOT</version>
</parent>
<artifactId>flow-server</artifactId>
<name>Flow Server</name>
Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>flow-push</artifactId>
<version>0.1.9-SNAPSHOT</version>
<version>0.1.10-SNAPSHOT</version>
</dependency>


Expand Down
4 changes: 2 additions & 2 deletions 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>0.1.9-SNAPSHOT</version>
<version>0.1.10-SNAPSHOT</version>
</parent>
<artifactId>flow-test-util</artifactId>
<name>Testing utilities for Flow</name>
Expand All @@ -16,7 +16,7 @@
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>flow-server</artifactId>
<version>0.1.9-SNAPSHOT</version>
<version>0.1.10-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.vaadin</groupId>
Expand Down
6 changes: 3 additions & 3 deletions 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>0.1.9-SNAPSHOT</version>
<version>0.1.10-SNAPSHOT</version>
</parent>
<artifactId>flow-tests</artifactId>
<name>Flow tests</name>
Expand Down Expand Up @@ -42,12 +42,12 @@
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>flow</artifactId>
<version>0.1.9-SNAPSHOT</version>
<version>0.1.10-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>flow-test-util</artifactId>
<version>0.1.9-SNAPSHOT</version>
<version>0.1.10-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion flow-tests/test-expense-manager-imperative/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>0.1.9-SNAPSHOT</version>
<version>0.1.10-SNAPSHOT</version>
</parent>
<artifactId>flow-test-expense-manager-imperative</artifactId>
<name>Expense Manager</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>0.1.9-SNAPSHOT</version>
<version>0.1.10-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-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>0.1.9-SNAPSHOT</version>
<version>0.1.10-SNAPSHOT</version>
</parent>
<artifactId>flow-test-resources</artifactId>
<name>Flow Test Resources</name>
Expand Down
4 changes: 2 additions & 2 deletions flow-tests/test-root-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>0.1.9-SNAPSHOT</version>
<version>0.1.10-SNAPSHOT</version>
</parent>
<artifactId>flow-test-root-context</artifactId>
<name>Flow root context tests</name>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>flow-test-resources</artifactId>
<version>0.1.9-SNAPSHOT</version>
<version>0.1.10-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions 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>0.1.9-SNAPSHOT</version>
<version>0.1.10-SNAPSHOT</version>
</parent>
<artifactId>flow-test-scalability</artifactId>
<name>Flow scalability tests</name>
Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>flow-test-resources</artifactId>
<version>0.1.9-SNAPSHOT</version>
<version>0.1.10-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>net.lightbody.bmp</groupId>
Expand Down
4 changes: 2 additions & 2 deletions 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>0.1.9-SNAPSHOT</version>
<version>0.1.10-SNAPSHOT</version>
</parent>
<artifactId>flow-test-subcontext</artifactId>
<name>Flow tests mapped for /context</name>
Expand All @@ -23,7 +23,7 @@
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>flow-test-resources</artifactId>
<version>0.1.9-SNAPSHOT</version>
<version>0.1.10-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
10 changes: 5 additions & 5 deletions flow/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>0.1.9-SNAPSHOT</version>
<version>0.1.10-SNAPSHOT</version>
</parent>
<artifactId>flow</artifactId>
<packaging>jar</packaging>
Expand All @@ -15,22 +15,22 @@
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>flow-server</artifactId>
<version>0.1.9-SNAPSHOT</version>
<version>0.1.10-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>flow-push</artifactId>
<version>0.1.9-SNAPSHOT</version>
<version>0.1.10-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>flow-client</artifactId>
<version>0.1.9-SNAPSHOT</version>
<version>0.1.10-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>flow-html-components</artifactId>
<version>0.1.9-SNAPSHOT</version>
<version>0.1.10-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<artifactId>flow-project</artifactId>
<name>Flow</name>
<packaging>pom</packaging>
<version>0.1.9-SNAPSHOT</version>
<version>0.1.10-SNAPSHOT</version>

<modules>
<module>flow</module>
Expand Down

0 comments on commit 1fc9117

Please sign in to comment.