Skip to content

Commit 352a6a2

Browse files
committed
downgrade maven-bundle-plugin to 5.1.9 as 6 requires java 17
1 parent 258f689 commit 352a6a2

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
@@ -39,7 +39,7 @@
3939
<plugin>
4040
<groupId>org.apache.felix</groupId>
4141
<artifactId>maven-bundle-plugin</artifactId>
42-
<version>6.0.0</version>
42+
<version>5.1.9</version>
4343
<configuration>
4444
<supportedProjectTypes>
4545
<supportedProjectType>jar</supportedProjectType>

0 commit comments

Comments
 (0)