Updating maven-bundle-plugin to 3.0.1
Change-Id: Ia6721404b765c496070de151c114fdb738799ee4
Showing
1 changed file
with
1 additions
and
12 deletions
| ... | @@ -594,19 +594,8 @@ | ... | @@ -594,19 +594,8 @@ |
| 594 | <plugin> | 594 | <plugin> |
| 595 | <groupId>org.apache.felix</groupId> | 595 | <groupId>org.apache.felix</groupId> |
| 596 | <artifactId>maven-bundle-plugin</artifactId> | 596 | <artifactId>maven-bundle-plugin</artifactId> |
| 597 | - <version>2.5.3</version> | 597 | + <version>3.0.1</version> |
| 598 | <extensions>true</extensions> | 598 | <extensions>true</extensions> |
| 599 | - <!-- | ||
| 600 | - Drop following dependency when the below bug fix is published | ||
| 601 | - https://issues.apache.org/jira/browse/FELIX-4556 | ||
| 602 | - --> | ||
| 603 | - <dependencies> | ||
| 604 | - <dependency> | ||
| 605 | - <groupId>biz.aQute.bnd</groupId> | ||
| 606 | - <artifactId>bndlib</artifactId> | ||
| 607 | - <version>2.4.0</version> | ||
| 608 | - </dependency> | ||
| 609 | - </dependencies> | ||
| 610 | </plugin> | 599 | </plugin> |
| 611 | 600 | ||
| 612 | <plugin> | 601 | <plugin> | ... | ... |
-
Please register or login to post a comment