This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository antlr3.2.
commit dedf944eca7c87219641510ed3c6b86d2743e5c9 Author: Emmanuel Bourg <[email protected]> Date: Mon Dec 14 16:09:00 2015 +0100 Use the plexus-compiler-api 2.x to fix a build failure with Maven 3 --- debian/changelog | 6 ++++++ debian/maven.rules | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 17bf4cf..26bc8d8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +antlr3.2 (3.2-14) UNRELEASED; urgency=medium + + * Use the plexus-compiler-api 2.x to fix a build failure with Maven 3 + + -- Emmanuel Bourg <[email protected]> Mon, 14 Dec 2015 15:36:17 +0100 + antlr3.2 (3.2-13) unstable; urgency=medium * Team upload. diff --git a/debian/maven.rules b/debian/maven.rules index ab11be3..5a93fc2 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -2,7 +2,7 @@ antlr antlr jar s/2\..*/2.x/ * * 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/ * * s/org.apache.maven.shared/org.apache.maven.plugin-testing/ maven-plugin-testing-harness * s/.*/debian/ * * s/org.apache.maven.shared/org.apache.maven.plugin-testing/ maven-plugin-testing-tools * s/.*/debian/ * * s/org.apache.maven.shared/org.apache.maven.plugin-testing/ maven-plugin-testing * s/.*/debian/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/antlr3.2.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

