This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-war-plugin.
commit 0bbe0b3fd8878a4a45e4fb6e17682f55d2ea7663 Author: Emmanuel Bourg <[email protected]> Date: Sun Nov 24 19:50:05 2013 +0000 Set source/target to 1.3 to fix a build failure with the maven-compiler-plugin >= 2.2 --- debian/changelog | 12 +++++------- debian/maven.properties | 2 ++ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4ae9d7f..a978862 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ -maven-war-plugin (2.1.1-3) UNRELEASED; urgency=low +maven-war-plugin (2.1.1-2) UNRELEASED; urgency=low * Team upload. + * Set source/target to 1.3 to fix a build failure + with the maven-compiler-plugin >= 2.2 * debian/control: - Updated Standards-Version to 3.9.5 (no changes) - Use canonical URLs for the Vcs-* fields @@ -9,14 +11,10 @@ maven-war-plugin (2.1.1-3) UNRELEASED; urgency=low - Do not remove the jars used as test elements - Use XZ compression for the upstream tarball - -- Emmanuel Bourg <[email protected]> Sat, 09 Nov 2013 23:15:11 +0100 - -maven-war-plugin (2.1.1-2) UNRELEASED; urgency=low - - * Team upload. + [ Miguel Landaeta ] * Make copyright file DEP-5 compliant. - -- Miguel Landaeta <[email protected]> Thu, 29 Sep 2011 19:17:03 -0430 + -- Emmanuel Bourg <[email protected]> Sat, 09 Nov 2013 23:15:11 +0100 maven-war-plugin (2.1.1-1) unstable; urgency=low diff --git a/debian/maven.properties b/debian/maven.properties index 246a5a1..7d7c3d2 100644 --- a/debian/maven.properties +++ b/debian/maven.properties @@ -4,3 +4,5 @@ maven.test.failure.ignore=true maven.test.error.ignore=true +maven.compiler.source=1.3 +maven.compiler.target=1.3 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-war-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

