summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSampsa Sohlman <sampsa@sohlman.com>2016-07-01 13:11:52 +0300
committerSampsa Sohlman <sampsa@sohlman.com>2016-07-14 13:40:44 +0200
commit498599fa9b54bc6754287d001e83dcd6a6a26dfd (patch)
treeb04af4b75d8073fd11933ba97bafa1e52e5b0378 /pom.xml
parentcb031ed350cdf0369d0fbe4b2364629c52c90279 (diff)
downloadvaadin-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.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index c6059ad8af..55565bbaab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>