This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository antlr3.
commit 09f69f9c7385772d3771a06f24aec0b5a99afa46 Author: Emmanuel Bourg <[email protected]> Date: Sat Dec 12 22:13:30 2015 +0100 Fixed the build failure with Maven 3 (Closes: #807733) --- debian/changelog | 6 ++++++ debian/maven.rules | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e815a43..9ae9575 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +antlr3 (3.5.2-4) UNRELEASED; urgency=medium + + * Fixed the build failure with Maven 3 (Closes: #807733) + + -- Emmanuel Bourg <[email protected]> Sat, 12 Dec 2015 22:11:28 +0100 + antlr3 (3.5.2-3) unstable; urgency=medium * Team upload. diff --git a/debian/maven.rules b/debian/maven.rules index f18ac42..2e41fa1 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -1,7 +1,7 @@ junit junit jar s/4\..*/4.x/ * * org.antlr stringtemplate jar s/3\..*/3.x/ * * -org.codehaus.plexus plexus-compiler-api jar s/.*/debian/ * * +org.codehaus.plexus plexus-compiler-api jar s/.*/2.x/ * * org.antlr antlr-master * s/3\..*/3.x/ * * org.antlr antlr-runtime * s/3\..*/3.x/ * * org.antlr antlr * s/3\..*/3.x/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/antlr3.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

