Sophie

Sophie

distrib > Mageia > 1 > i586 > media > core-release-src > by-pkgid > f0e28b9dbb37f43e5ea363ceed12a030 > files > 1

buildnumber-maven-plugin-1.0-2.mga1.src.rpm

From e43c46d81384be53a4f79009bd543036c4f6ce49 Mon Sep 17 00:00:00 2001
From: Stanislav Ochotnicky <sochotnicky@redhat.com>
Date: Mon, 18 Apr 2011 13:07:20 +0200
Subject: [PATCH 1/2] Add source and target version for compiler

---
 pom.xml |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0fa6a52..bd64386 100644
--- a/pom.xml
+++ b/pom.xml
@@ -243,6 +243,15 @@
         <artifactId>maven-changes-plugin</artifactId>
         <version>2.4</version>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.3.2</version>
+        <configuration>
+          <source>1.5</source>
+          <target>1.5</target>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
   
-- 
1.7.4.4