Browse Source

Use current latest org.apache.felix:maven-bundle-plugin:5.1.9

https://github.com/jboss-javassist/javassist/issues/471
tags/rel_3_30_2_ga
Ed Merks 4 months ago
parent
commit
08da56a726
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      pom.xml

+ 1
- 1
pom.xml View File

@@ -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>

Loading…
Cancel
Save