cf1619
From 5b80abcb5b2dbead332e1c77fa615d6f93fe2218 Mon Sep 17 00:00:00 2001
cf1619
From: Stanislav Ochotnicky <sochotnicky@redhat.com>
cf1619
Date: Wed, 2 Feb 2011 14:50:17 +0100
cf1619
Subject: [PATCH 2/2] Fix compile target
cf1619
cf1619
---
cf1619
 pom.xml |    9 +++++++++
cf1619
 1 files changed, 9 insertions(+), 0 deletions(-)
cf1619
cf1619
diff --git a/pom.xml b/pom.xml
cf1619
index f45d162..2c1a7a9 100644
cf1619
--- a/pom.xml
cf1619
+++ b/pom.xml
cf1619
@@ -67,6 +67,15 @@
cf1619
           </instructions>
cf1619
         </configuration>
cf1619
       </plugin>
cf1619
+      <plugin>
cf1619
+        <groupId>org.apache.maven.plugins</groupId>
cf1619
+        <artifactId>maven-compiler-plugin</artifactId>
cf1619
+        <version>2.3.2</version>
cf1619
+        <configuration>
cf1619
+          <source>1.5</source>
cf1619
+          <target>1.5</target>
cf1619
+        </configuration>
cf1619
+      </plugin>
cf1619
     </plugins>
cf1619
   </build>
cf1619
 
cf1619
-- 
cf1619
1.7.3.5
cf1619