[SCM] Debian packaging for build-helper-maven-plugin. branch, master, updated. debian/1.5-2-9-g08a4256

Emmanuel Bourg ebourg at apache.org
Thu May 30 14:49:20 UTC 2013


The following commit has been merged in the master branch:
commit 38c636493ad9348b1f6170cbbd843b175f5d4f74
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Thu May 30 16:35:24 2013 +0200

    Set the compiler source/target to 1.5

diff --git a/debian/maven.properties b/debian/maven.properties
index 49c1900..f14f63b 100644
--- a/debian/maven.properties
+++ b/debian/maven.properties
@@ -1,2 +1,4 @@
 # Include here properties to pass to Maven during the build.
 maven.test.skip=true
+maven.compiler.source=1.5
+maven.compiler.target=1.5

-- 
Debian packaging for build-helper-maven-plugin. 



More information about the pkg-java-commits mailing list