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

Commit

Permalink
Update Web Component version (#962)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomivirkki committed May 6, 2020
1 parent b5f8119 commit ec14f7b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
11 changes: 10 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<version>5.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Vaadin Grid Flow Parent</name>

<properties>
<contextmenu.version>4.1-SNAPSHOT</contextmenu.version>
</properties>
Expand All @@ -33,6 +33,15 @@
</snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>vaadin-prereleases</id>
<url>https://maven.vaadin.com/vaadin-prereleases</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>

<modules>
<module>vaadin-grid-flow</module>
Expand Down
4 changes: 2 additions & 2 deletions vaadin-grid-flow-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-date-picker-flow</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.vaadin</groupId>
Expand Down Expand Up @@ -94,7 +94,7 @@
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-form-layout-flow</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.vaadin</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
*
*/
@Tag("vaadin-grid")
@NpmPackage(value = "@vaadin/vaadin-grid", version = "5.6.0-alpha3")
@NpmPackage(value = "@vaadin/vaadin-grid", version = "5.6.1")
@JsModule("@vaadin/vaadin-grid/src/vaadin-grid.js")
@JsModule("@vaadin/vaadin-grid/src/vaadin-grid-column.js")
@JsModule("@vaadin/vaadin-grid/src/vaadin-grid-sorter.js")
Expand Down

0 comments on commit ec14f7b

Please sign in to comment.