Skip to content

Commit

Permalink
downgrade maven-bundle-plugin to 5.1.9 as 6 requires java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Jan 19, 2025
1 parent a083d89 commit bbaab66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>6.0.0</version>
<version>5.1.9</version>
<configuration>
<supportedProjectTypes>
<supportedProjectType>jar</supportedProjectType>
Expand Down

0 comments on commit bbaab66

Please sign in to comment.