This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository codenarc.

commit 9311dae866762bb96cbed87a953dc0c8fcc3370b
Author: Emmanuel Bourg <ebo...@apache.org>
Date:   Thu Mar 29 12:50:25 2018 +0200

    Fixed the build failure with Java 9 (Closes: #893118)
---
 debian/build.properties | 4 ++--
 debian/changelog        | 7 +++++++
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/debian/build.properties b/debian/build.properties
index 551acb5..972e6d6 100644
--- a/debian/build.properties
+++ b/debian/build.properties
@@ -2,6 +2,6 @@ dir.resources=../src/main/resources
 dir.build=../target
 dir.src=../src/main
 
-target=1.5
-source=1.5
+target=1.8
+source=1.8
 debug=on
diff --git a/debian/changelog b/debian/changelog
index 41a4c9b..aa29b7a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+codenarc (0.23-5) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Fixed the build failure with Java 9 (Closes: #893118)
+
+ -- Emmanuel Bourg <ebo...@apache.org>  Thu, 29 Mar 2018 12:50:04 +0200
+
 codenarc (0.23-4) unstable; urgency=medium
 
   * Team upload.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/codenarc.git

_______________________________________________
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to