Blame SOURCES/0002-Fix-compile-target.patch

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