summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Rettberg2021-07-05 18:44:48 +0200
committerSimon Rettberg2021-08-12 14:40:02 +0200
commit9c6c7dbdb82335393fbfe4c1d71c97a3651dbc7a (patch)
tree5d743a7688bd359366d84cfdc9c6e61ea6ac3753 /pom.xml
parentRemove invalid XML tag from Libvirt VNC graphic test config (diff)
downloadmaster-sync-shared-9c6c7dbdb82335393fbfe4c1d71c97a3651dbc7a.tar.gz
master-sync-shared-9c6c7dbdb82335393fbfe4c1d71c97a3651dbc7a.tar.xz
master-sync-shared-9c6c7dbdb82335393fbfe4c1d71c97a3651dbc7a.zip
[virtualizer] Get rid of Generics for VirtualizationConfiguration
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index d9daa34..633f9df 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,6 +36,7 @@
<configuration>
<source>1.8</source>
<target>1.8</target>
+ <release>8</release>
<compilerArgument>-Xlint:all</compilerArgument>
</configuration>
</plugin>