diff options
author | Shigeru Chiba <chibash@users.noreply.github.com> | 2015-07-12 00:07:11 +0900 |
---|---|---|
committer | Shigeru Chiba <chibash@users.noreply.github.com> | 2015-07-12 00:07:11 +0900 |
commit | ce8696d54f00fc613d08b0bbdd764c3d61b07270 (patch) | |
tree | fba7de37d1e189b96d229ef8d3009a6204e43846 /pom.xml | |
parent | 4448bdae02290a7e34420f932df2facf4599acf1 (diff) | |
parent | 7ca1e8e4757360ef1e6a0c7452a0c8f28f3ec6d1 (diff) | |
download | javassist-ce8696d54f00fc613d08b0bbdd764c3d61b07270.tar.gz javassist-ce8696d54f00fc613d08b0bbdd764c3d61b07270.zip |
Merge pull request #35 from mkordas/update_org_apache_felix_maven_bundle_plugin
Update org.apache.felix:maven-bundle-plugin to 2.5.3
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -199,7 +199,7 @@ <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> - <version>2.1.0</version> + <version>2.5.3</version> <executions> <execution> <id>bundle-manifest</id> |