diff options
author | Zhe Sun <31067185+ZheSun88@users.noreply.github.com> | 2021-04-14 12:02:35 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-14 12:02:35 +0300 |
commit | 7ee99c9a2d6310f1c03e455c1116c29ba3d82f06 (patch) | |
tree | c63081e65095c46a4846580a1efddc85869aa829 /osgi-integration | |
parent | e30226a19564c6ee77064e5178a7665554d57466 (diff) | |
download | vaadin-framework-7ee99c9a2d6310f1c03e455c1116c29ba3d82f06.tar.gz vaadin-framework-7ee99c9a2d6310f1c03e455c1116c29ba3d82f06.zip |
Update 8.14-SNAPSHOT and release note (#12261)
Diffstat (limited to 'osgi-integration')
-rw-r--r-- | osgi-integration/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/osgi-integration/pom.xml b/osgi-integration/pom.xml index ff67b551d2..c5fc75c00d 100644 --- a/osgi-integration/pom.xml +++ b/osgi-integration/pom.xml @@ -9,7 +9,7 @@ <parent> <groupId>com.vaadin</groupId> <artifactId>vaadin-root</artifactId> - <version>8.13-SNAPSHOT</version> + <version>8.14-SNAPSHOT</version> </parent> <properties> |