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 /pom.xml | |
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 'pom.xml')
-rw-r--r-- | pom.xml | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -232,6 +232,19 @@ <plugins> <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>build-helper-maven-plugin</artifactId> + <version>1.8</version> + <executions> + <execution> + <id>parse-version</id> + <goals> + <goal>parse-version</goal> + </goals> + </execution> + </executions> + </plugin> + <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>animal-sniffer-maven-plugin</artifactId> <executions> |