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