diff options
author | Zhe Sun <31067185+ZheSun88@users.noreply.github.com> | 2021-08-31 12:42:12 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-31 12:42:12 +0300 |
commit | 7f632bfaba1e7934815fe64ec87c975582b495f3 (patch) | |
tree | 5226ec30ab140bc5d3b80c6d1a1dd67890901616 /client-compiled | |
parent | 4806947e508eee2006b2393a8cb6305eecd4e128 (diff) | |
download | vaadin-framework-7f632bfaba1e7934815fe64ec87c975582b495f3.tar.gz vaadin-framework-7f632bfaba1e7934815fe64ec87c975582b495f3.zip |
Update project to 8.15-SNAPSHOT (#12392)
Diffstat (limited to 'client-compiled')
-rw-r--r-- | client-compiled/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client-compiled/pom.xml b/client-compiled/pom.xml index 9bdd11686a..0e27ed2e81 100644 --- a/client-compiled/pom.xml +++ b/client-compiled/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.vaadin</groupId> <artifactId>vaadin-root</artifactId> - <version>8.14-SNAPSHOT</version> + <version>8.15-SNAPSHOT</version> </parent> <!-- Needed by a plugin in release build --> <groupId>com.vaadin</groupId> |