[undertow] 03/05: Build for Java 8. Undertow requires -source/-target 1.8 now.
Markus Koschany
apo at moszumanska.debian.org
Sun Feb 25 16:00:38 UTC 2018
This is an automated email from the git hooks/post-receive script.
apo pushed a commit to branch experimental
in repository undertow.
commit bf6ae500d0593224b7e3d2b9a226af1d3efd5e8b
Author: Markus Koschany <apo at debian.org>
Date: Sun Feb 25 16:30:48 2018 +0100
Build for Java 8. Undertow requires -source/-target 1.8 now.
---
debian/changelog | 1 +
debian/maven.properties | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 9f27b7c..6fe7c41 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
undertow (2.0.0-1) unstable; urgency=medium
* New upstream version 2.0.0.
+ * Build for Java 8. Undertow requires -source/-target 1.8 now.
-- Markus Koschany <apo at debian.org> Sun, 25 Feb 2018 16:28:40 +0100
diff --git a/debian/maven.properties b/debian/maven.properties
index 6af0556..dda1532 100644
--- a/debian/maven.properties
+++ b/debian/maven.properties
@@ -1,6 +1,6 @@
# 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/undertow.git
More information about the pkg-java-commits
mailing list