[eclipse-aether] 08/22: Use Java5.
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Oct 8 16:48:21 BST 2014
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch eclipse-aether
in repository eclipse-aether.
commit d0358c5b3623d386574856424fc63fb78d8e53db
Author: Damien Raude-Morvan <drazzib at debian.org>
Date: Sun Dec 4 13:41:12 2011 +0100
Use Java5.
---
debian/maven.properties | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/maven.properties b/debian/maven.properties
index e593715..00ad4b1 100644
--- a/debian/maven.properties
+++ b/debian/maven.properties
@@ -1,5 +1,6 @@
# Include here properties to pass to Maven during the build.
-# For example:
-# maven.test.skip=true
maven.test.skip=true
+
+maven.compiler.source=1.5
+maven.compiler.target=1.5
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/eclipse-aether.git
More information about the pkg-java-commits
mailing list