diff options
author | Sun Zhe <31067185+ZheSun88@users.noreply.github.com> | 2018-10-08 13:27:19 +0300 |
---|---|---|
committer | Mehdi Javan <32511762+mehdi-vaadin@users.noreply.github.com> | 2018-10-08 13:27:19 +0300 |
commit | 24c45ba8f1b0cdc7d0d6ce9e23f23f9b65d15a4a (patch) | |
tree | 0a9cdbab7ce601a4446de5defe6c9fefddba0efb /pom.xml | |
parent | 199bff6db17913501c049a7a456a1469af4fbfd2 (diff) | |
download | vaadin-framework-24c45ba8f1b0cdc7d0d6ce9e23f23f9b65d15a4a.tar.gz vaadin-framework-24c45ba8f1b0cdc7d0d6ce9e23f23f9b65d15a4a.zip |
Update vaadin.plugin.version (#11220)
* Use project.version for vaadin plugin
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ <liferay.portal-kernel.version>2.0.0</liferay.portal-kernel.version> <vaadin.gwt.version>2.8.2</vaadin.gwt.version> - <vaadin.plugin.version>8.4-SNAPSHOT</vaadin.plugin.version> + <vaadin.plugin.version>8.7-SNAPSHOT</vaadin.plugin.version> <!-- Used in OSGi manifests --> <javax.validation.version>1.0.0.GA</javax.validation.version> |