diff options
author | Henri Sara <hesara@vaadin.com> | 2017-04-25 16:30:38 +0300 |
---|---|---|
committer | Henri Sara <henri.sara@gmail.com> | 2017-04-25 17:10:05 +0300 |
commit | 38108cb43194117c0f1c8d950917002575946ae4 (patch) | |
tree | 4fdef74176525d66930540af77649f4249b9ebfe /osgi-integration | |
parent | 7bf4f7ade8a022119b4c00c8d92e3474a3b2652b (diff) | |
download | vaadin-framework-38108cb43194117c0f1c8d950917002575946ae4.tar.gz vaadin-framework-38108cb43194117c0f1c8d950917002575946ae4.zip |
Fix parent version in some POMs
Use the correct snapshot version of the parent.
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 ef91b89b6a..cebdf2f640 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.0-SNAPSHOT</version> + <version>8.1-SNAPSHOT</version> </parent> <properties> |