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 /push | |
parent | 4806947e508eee2006b2393a8cb6305eecd4e128 (diff) | |
download | vaadin-framework-7f632bfaba1e7934815fe64ec87c975582b495f3.tar.gz vaadin-framework-7f632bfaba1e7934815fe64ec87c975582b495f3.zip |
Update project to 8.15-SNAPSHOT (#12392)
Diffstat (limited to 'push')
-rw-r--r-- | push/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/push/pom.xml b/push/pom.xml index 5eb112e644..c9213b1a85 100644 --- a/push/pom.xml +++ b/push/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> <artifactId>vaadin-push</artifactId> <name>vaadin-push</name> |