Skip to content

Commit

Permalink
More comments on maven-bundle-plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
joakime committed Dec 6, 2023
1 parent f84a448 commit a1b73c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,8 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<!-- keep this version as upgrade break manifest -->
<!-- keep this version at 4.0.0, as upgrade breaks manifest generation.
version 4.0.0 is also incompatible with JDK 17+ -->
<version>4.0.0</version>
</plugin>
</plugins>
Expand Down

0 comments on commit a1b73c6

Please sign in to comment.