From f3acc184979e86be8a15c25befbb1f186f211632 Mon Sep 17 00:00:00 2001
From: Lyubomir Marinov <lyubomir.marinov@jitsi.org>
Date: Mon, 27 Jul 2015 15:48:02 -0500
Subject: [PATCH] Specify 1.6 as source and target of the Maven compiler plugin
 (that is what we have in the Ant build.xml).

---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index 9ee68ef6..7c9d7904 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,6 +18,11 @@
   <name>libjitsi</name>
   <url>https://github.com/jitsi/libjitsi</url>
 
+  <properties>
+    <maven.compiler.source>1.6</maven.compiler.source>
+    <maven.compiler.target>1.6</maven.compiler.target>
+  </properties>
+
   <dependencies>
     <dependency>
       <groupId>ch.imvs</groupId>
-- 
GitLab