Skip to content

Commit cb272c4

Browse files
holgerfriedrichkaikreuzer
authored andcommitted
Downgrade karaf-maven-plugin to 4.4.8
This is a workaround for apache/karaf#2218 and fixes openhab#5234. Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
1 parent 8bfcf0d commit cb272c4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

features/karaf/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@
4848
<plugin>
4949
<groupId>org.apache.karaf.tooling</groupId>
5050
<artifactId>karaf-maven-plugin</artifactId>
51-
<version>${karaf.tooling.version}</version>
51+
<!-- TODO replace fixed version 4.4.8 by ${karaf.tooling.version} one karaf#2219 is contained in future release -->
52+
<version>4.4.8</version>
5253
<extensions>true</extensions>
5354
<configuration>
5455
<startLevel>80</startLevel>

0 commit comments

Comments
 (0)