This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository libxbean-java.
commit b5ec7f271da5e96c1741a682792f4257886230ff Author: Markus Koschany <[email protected]> Date: Mon Apr 30 15:23:46 2018 +0200 Use source/target 1.7. --- debian/maven.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/maven.properties b/debian/maven.properties index f3f32f2..0ed732f 100644 --- a/debian/maven.properties +++ b/debian/maven.properties @@ -1,4 +1,4 @@ # Include here properties to pass to Maven during the build. maven.test.skip=true -maven.compiler.source=1.5 -maven.compiler.target=1.5 \ No newline at end of file +maven.compiler.source=1.7 +maven.compiler.target=1.7 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libxbean-java.git _______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

