This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository antlr4.
commit 843f97a6307341dec940f2079424c8312f314994 Author: Emmanuel Bourg <[email protected]> Date: Mon Dec 21 10:28:36 2015 +0100 Fixed the build failure with Maven 3 (Closes: #808498) --- debian/changelog | 6 ++++++ debian/maven.rules | 1 + 2 files changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index 8f522a7..5d2f3f0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +antlr4 (4.5.1-2) UNRELEASED; urgency=medium + + * Fixed the build failure with Maven 3 (Closes: #808498) + + -- Emmanuel Bourg <[email protected]> Mon, 21 Dec 2015 10:21:58 +0100 + antlr4 (4.5.1-1) unstable; urgency=medium * Initial release (Closes: #800606) diff --git a/debian/maven.rules b/debian/maven.rules index 0ce2194..a6dab4d 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -1,5 +1,6 @@ org.antlr antlr-runtime * s/3\..*/3.x/ * * +org.codehaus.plexus plexus-compiler-api * 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/antlr4.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

