This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository josm-plugins.
commit 6551a53e7ada96253098f914d9f05a749a04fede Author: Bas Couwenberg <[email protected]> Date: Tue Sep 6 10:54:42 2016 +0200 Update ant.properties to use 1.8 source & target. --- debian/ant.properties | 4 ++-- debian/changelog | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/ant.properties b/debian/ant.properties index 3eb03b7..2fbcb9e 100644 --- a/debian/ant.properties +++ b/debian/ant.properties @@ -1,2 +1,2 @@ -ant.build.javac.source=1.7 -ant.build.javac.target=1.7 +ant.build.javac.source=1.8 +ant.build.javac.target=1.8 diff --git a/debian/changelog b/debian/changelog index ef0f69c..c697bf5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ josm-plugins (0.0.svn32928+ds-1) UNRELEASED; urgency=medium * Include epoch in default-jdk version requirement. * Refresh patches. * Bump JOSM dependency to 10966. + * Update ant.properties to use 1.8 source & target. -- Bas Couwenberg <[email protected]> Tue, 06 Sep 2016 09:33:47 +0200 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/josm-plugins.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

