diff options
author | Sun Zhe <31067185+ZheSun88@users.noreply.github.com> | 2018-11-14 11:58:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-14 11:58:10 +0200 |
commit | 77c6f3b5cfe040afbb685fa13273b0ef6e248610 (patch) | |
tree | eb6190cbcea4932d89cd93ed9f11734c38d95b66 | |
parent | ae37eb9830471cee92946a760f6dba1a09577a91 (diff) | |
download | vaadin-framework-77c6f3b5cfe040afbb685fa13273b0ef6e248610.tar.gz vaadin-framework-77c6f3b5cfe040afbb685fa13273b0ef6e248610.zip |
Update context menu version (#11314)
-rw-r--r-- | bom/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bom/pom.xml b/bom/pom.xml index a1139134e1..fd48eec4d4 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -20,7 +20,7 @@ <vaadin.spring.version>3.1.1</vaadin.spring.version> <vaadin.testbench.version>5.2.0</vaadin.testbench.version> <vaadin.cdi.version>3.0.1</vaadin.cdi.version> - <vaadin.context-menu.version>3.0.0.beta1</vaadin.context-menu.version> + <vaadin.context-menu.version>3.0.0</vaadin.context-menu.version> </properties> <repositories> |