summaryrefslogtreecommitdiffstats
path: root/core/modules/qemu
diff options
context:
space:
mode:
authorManuel Bentele2022-01-28 14:56:03 +0100
committerManuel Bentele2022-01-28 14:56:03 +0100
commit76cf7d6988e93cd8fbdc78f49204c4ad2682d8b0 (patch)
treee9a16f7eb568b786f8bad72e7b26c6c20303c8c0 /core/modules/qemu
parent[xscreensaver] Use openslx-5.x branch (diff)
downloadmltk-76cf7d6988e93cd8fbdc78f49204c4ad2682d8b0.tar.gz
mltk-76cf7d6988e93cd8fbdc78f49204c4ad2682d8b0.tar.xz
mltk-76cf7d6988e93cd8fbdc78f49204c4ad2682d8b0.zip
[qemu] Downgrade Maven assembly plugin for Java 8 compatibility
Diffstat (limited to 'core/modules/qemu')
-rw-r--r--core/modules/qemu/runvirt-plugin-qemu/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/qemu/runvirt-plugin-qemu/pom.xml b/core/modules/qemu/runvirt-plugin-qemu/pom.xml
index 57e5433c..0a3804fc 100644
--- a/core/modules/qemu/runvirt-plugin-qemu/pom.xml
+++ b/core/modules/qemu/runvirt-plugin-qemu/pom.xml
@@ -179,7 +179,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
- <version>3.0.0</version>
+ <version>2.2.2</version>
<executions>
<execution>
<phase>package</phase>