diff options
author | Mehdi Javan <32511762+mehdi-vaadin@users.noreply.github.com> | 2018-07-18 07:02:33 +0300 |
---|---|---|
committer | Teemu Suo-Anttila <tsuoanttila@users.noreply.github.com> | 2018-07-18 07:02:32 +0300 |
commit | 45cf12ec701f9b89dce8d60d97a407f03894fd52 (patch) | |
tree | 6c37bcb9f31a6ff9b3c5464603874acbc4041e02 | |
parent | 309cebaea92eb5b4403ce0a0f7484ad1d61b332b (diff) | |
download | vaadin-framework-45cf12ec701f9b89dce8d60d97a407f03894fd52.tar.gz vaadin-framework-45cf12ec701f9b89dce8d60d97a407f03894fd52.zip |
Update context-menu version to 2.1.0 (#11064)
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | bom/pom.xml | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 22f7c33ddd..af3c72cde8 100644 --- a/.gitignore +++ b/.gitignore @@ -65,3 +65,6 @@ phantomjsdriver.log # TB default error screenshot folder error-screenshots/ + +# Backup files +**/*.versionsBackup diff --git a/bom/pom.xml b/bom/pom.xml index 8925dbf243..810e83c0cd 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -20,7 +20,7 @@ <vaadin.spring.version>3.0.1</vaadin.spring.version> <vaadin.testbench.version>5.2.0.beta1</vaadin.testbench.version> <vaadin.cdi.version>3.0.1</vaadin.cdi.version> - <vaadin.context-menu.version>2.0.0</vaadin.context-menu.version> + <vaadin.context-menu.version>2.1.0</vaadin.context-menu.version> </properties> <repositories> |