[jboss-logging-tools] 07/07: Use maven compile source and target 1.8.
Markus Koschany
apo at moszumanska.debian.org
Sat Aug 19 20:52:03 UTC 2017
This is an automated email from the git hooks/post-receive script.
apo pushed a commit to branch master
in repository jboss-logging-tools.
commit 2386b071804a4f580ce06c4b96adf3938f469590
Author: Markus Koschany <apo at debian.org>
Date: Sat Aug 19 22:34:04 2017 +0200
Use maven compile source and target 1.8.
---
debian/changelog | 1 +
debian/maven.properties | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 239d741..2be4420 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ jboss-logging-tools (2.1.0-1) unstable; urgency=medium
* Declare compliance with Debian Policy 4.0.1.
* Use https for Format field.
* Build-Depend on junit to work around a Maven tool chain issue.
+ * Use maven compile source and target 1.8.
-- Markus Koschany <apo at debian.org> Sat, 19 Aug 2017 22:14:23 +0200
diff --git a/debian/maven.properties b/debian/maven.properties
index b645910..3b57508 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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jboss-logging-tools.git
More information about the pkg-java-commits
mailing list