Skip to content

Commit e811c5c

Browse files
zspitzerrobinst
authored andcommitted
downgrade maven-bundle-plugin to 5.1.9 as 6 requires java 17
1 parent 71b5148 commit e811c5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
<plugin>
8080
<groupId>org.apache.felix</groupId>
8181
<artifactId>maven-bundle-plugin</artifactId>
82-
<version>6.0.0</version>
82+
<version>5.1.9</version>
8383
<configuration>
8484
<supportedProjectTypes>
8585
<supportedProjectType>jar</supportedProjectType>

0 commit comments

Comments
 (0)