aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEd Merks <ed.merks@gmail.com>2023-12-17 14:15:41 +0100
committerEd Merks <ed.merks@gmail.com>2023-12-17 14:15:41 +0100
commit08da56a72639d0f300bb5557d5f6f855b0345851 (patch)
treedaecddcafc02667c6faf09018a0dd118d8f62c62
parentdd2725820be97ed0a74dd51d543a36a2395945b6 (diff)
downloadjavassist-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.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 850108eb..adb95437 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>