[jboss-xnio] 01/02: Set compiler.source and compiler.target to 1.8.
Markus Koschany
apo-guest at moszumanska.debian.org
Mon Dec 21 16:49:12 UTC 2015
This is an automated email from the git hooks/post-receive script.
apo-guest pushed a commit to branch master
in repository jboss-xnio.
commit 5d6460c359baf4af1060ba7f2c748411632e8421
Author: Markus Koschany <apo at debian.org>
Date: Mon Dec 21 17:41:18 2015 +0100
Set compiler.source and compiler.target to 1.8.
---
debian/maven.properties | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/maven.properties b/debian/maven.properties
index d55c584..800f119 100644
--- a/debian/maven.properties
+++ b/debian/maven.properties
@@ -1,7 +1,7 @@
# Include here properties to pass to Maven during the build.
# For example:
maven.test.skip=true
-maven.compiler.source=1.7
-maven.compiler.target=1.7
+maven.compiler.source=1.8
+maven.compiler.target=1.8
project.build.sourceEncoding=UTF-8
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jboss-xnio.git
More information about the pkg-java-commits
mailing list