Skip to content
This repository has been archived by the owner on Apr 6, 2022. It is now read-only.

Commit

Permalink
chore: bump version to 6.0 and use FCB 5.0
Browse files Browse the repository at this point in the history
vaadin/vaadin-combo-box#398


Flow-component: vaadin-combo-box
  • Loading branch information
mshabarov committed Oct 2, 2020
1 parent 00eea31 commit 26bd1fa
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 6 deletions.
4 changes: 2 additions & 2 deletions vaadin-combo-box-flow-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>flow-component-base</artifactId>
<version>4.0-SNAPSHOT</version>
<version>5.0-SNAPSHOT</version>
</parent>

<artifactId>vaadin-combo-box-flow-parent</artifactId>
<version>5.0-SNAPSHOT</version>
<version>6.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Vaadin Combo Box Flow Parent</name>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-combo-box-flow-parent</artifactId>
<version>5.0-SNAPSHOT</version>
<version>6.0-SNAPSHOT</version>
</parent>

<artifactId>vaadin-combo-box-flow-demo</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-combo-box-flow-parent</artifactId>
<version>5.0-SNAPSHOT</version>
<version>6.0-SNAPSHOT</version>
</parent>

<groupId>com.vaadin</groupId>
Expand All @@ -28,6 +28,14 @@
<groupId>com.vaadin</groupId>
<artifactId>flow-server-production-mode</artifactId>
</dependency>
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>flow-lit-template</artifactId>
</dependency>
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>flow-polymer-template</artifactId>
</dependency>

<!-- Logger -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion vaadin-combo-box-flow-parent/vaadin-combo-box-flow/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-combo-box-flow-parent</artifactId>
<version>5.0-SNAPSHOT</version>
<version>6.0-SNAPSHOT</version>
</parent>

<artifactId>vaadin-combo-box-flow</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-combo-box-flow-parent</artifactId>
<version>5.0-SNAPSHOT</version>
<version>6.0-SNAPSHOT</version>
</parent>

<artifactId>vaadin-combo-box-testbench</artifactId>
Expand Down

0 comments on commit 26bd1fa

Please sign in to comment.