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

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