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