diff options
author | Ed Merks <ed.merks@gmail.com> | 2023-12-17 14:15:41 +0100 |
---|---|---|
committer | Ed Merks <ed.merks@gmail.com> | 2023-12-17 14:15:41 +0100 |
commit | 08da56a72639d0f300bb5557d5f6f855b0345851 (patch) | |
tree | daecddcafc02667c6faf09018a0dd118d8f62c62 | |
parent | dd2725820be97ed0a74dd51d543a36a2395945b6 (diff) | |
download | javassist-08da56a72639d0f300bb5557d5f6f855b0345851.tar.gz javassist-08da56a72639d0f300bb5557d5f6f855b0345851.zip |
Use current latest org.apache.felix:maven-bundle-plugin:5.1.9
https://github.com/jboss-javassist/javassist/issues/471
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -218,7 +218,7 @@ Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.</i>]]></bottom> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> - <version>3.3.0</version> + <version>5.1.9</version> <executions> <execution> <id>bundle-manifest</id> |