diff options
author | nickl- <github@jigsoft.co.za> | 2017-10-25 21:11:20 +0200 |
---|---|---|
committer | nickl- <github@jigsoft.co.za> | 2017-10-27 17:40:48 +0200 |
commit | 7ef0947b75ed935d45923cb00a93a52717c7c6ed (patch) | |
tree | c681d41bc20ee7d4112df34dc789695038c19970 /pom.xml | |
parent | 95ccb728beb41650ed2d508d62d87a3c81e42934 (diff) | |
download | javassist-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.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |