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 <[email protected]> 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 _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

