Skip to content

Commit a37795b

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

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@
9494
<plugin>
9595
<groupId>org.apache.karaf.tooling</groupId>
9696
<artifactId>karaf-maven-plugin</artifactId>
97-
<version>${karaf.version}</version>
97+
<!-- TODO replace fixed version 4.4.8 by ${karaf.tooling.version} one karaf#2219 is contained in future release -->
98+
<version>4.4.8</version>
9899
<extensions>true</extensions>
99100
</plugin>
100101
<plugin>

0 commit comments

Comments
 (0)