diff options
author | Sampsa Sohlman <sampsa@sohlman.com> | 2016-07-01 13:11:52 +0300 |
---|---|---|
committer | Sampsa Sohlman <sampsa@sohlman.com> | 2016-07-14 13:40:44 +0200 |
commit | 498599fa9b54bc6754287d001e83dcd6a6a26dfd (patch) | |
tree | b04af4b75d8073fd11933ba97bafa1e52e5b0378 /push | |
parent | cb031ed350cdf0369d0fbe4b2364629c52c90279 (diff) | |
download | vaadin-framework-498599fa9b54bc6754287d001e83dcd6a6a26dfd.tar.gz vaadin-framework-498599fa9b54bc6754287d001e83dcd6a6a26dfd.zip |
Fix the OSGi version at MANIFEST.MF so it does not contain -SNAPSHOT
Change-Id: Iad1f7c9fbff6ded1ce85536788a0b86135ecfbad
Diffstat (limited to 'push')
-rw-r--r-- | push/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/push/pom.xml b/push/pom.xml index 31131653f8..51c2557d47 100644 --- a/push/pom.xml +++ b/push/pom.xml @@ -138,6 +138,7 @@ <extensions>true</extensions> <configuration> <instructions> + <Bundle-Version>${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}</Bundle-Version> <Bundle-RequiredExecutionEnvironment>JavaSE-1.6</Bundle-RequiredExecutionEnvironment> <Export-Package>VAADIN</Export-Package> <Require-Bundle>com.vaadin.external.atmosphere.runtime;bundle-version="${atmosphere.runtime.version}";visibility:=reexport</Require-Bundle> |