Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37572458
en ru br
ALT Linux repos
S:1.3-alt1_17jpp11

Group :: Development/Other
RPM: buildnumber-maven-plugin

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: 0001-Add-source-and-target-version-for-compiler.patch
Download


From 728da5c914e46a6621d47e73a541a8e8d2e8217a 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/3] 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.7.6
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin