summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authornickl- <github@jigsoft.co.za>2017-10-25 21:11:20 +0200
committernickl- <github@jigsoft.co.za>2017-10-27 17:40:48 +0200
commit7ef0947b75ed935d45923cb00a93a52717c7c6ed (patch)
treec681d41bc20ee7d4112df34dc789695038c19970 /pom.xml
parent95ccb728beb41650ed2d508d62d87a3c81e42934 (diff)
downloadjavassist-7ef0947b75ed935d45923cb00a93a52717c7c6ed.tar.gz
javassist-7ef0947b75ed935d45923cb00a93a52717c7c6ed.zip
Add version to maven-bundle-plugin.
In order to squash the mvn build warnings.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index c56597c2..bbeeee6f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -202,6 +202,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
+ <version>3.3.0</version>
<executions>
<execution>
<id>bundle-manifest</id>