diff options
author | Zhe Sun <31067185+ZheSun88@users.noreply.github.com> | 2020-05-13 13:05:39 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-13 13:05:39 +0300 |
commit | 502a144a2dc6b4f1606022360f09d14b9fe687ee (patch) | |
tree | 787288b9e09b84327b725cd7ceff4a194cb68d85 /compatibility-shared | |
parent | 786ca648388335540cba09de8fbd1f234c705e70 (diff) | |
download | vaadin-framework-502a144a2dc6b4f1606022360f09d14b9fe687ee.tar.gz vaadin-framework-502a144a2dc6b4f1606022360f09d14b9fe687ee.zip |
Update to 8.12-snapshot (#11995)
Diffstat (limited to 'compatibility-shared')
-rw-r--r-- | compatibility-shared/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compatibility-shared/pom.xml b/compatibility-shared/pom.xml index 5031ba8095..3f7a797c1f 100644 --- a/compatibility-shared/pom.xml +++ b/compatibility-shared/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.vaadin</groupId> <artifactId>vaadin-root</artifactId> - <version>8.11-SNAPSHOT</version> + <version>8.12-SNAPSHOT</version> </parent> <artifactId>vaadin-compatibility-shared</artifactId> <name>vaadin-compatibility-shared</name> |