This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jarjar-maven-plugin.
commit b9da3985a6948e56a4530995543149c47f1938e8 Author: Emmanuel Bourg <[email protected]> Date: Wed Jun 10 09:31:00 2015 +0200 Fixed a build failure by changing the Maven rule for asm --- debian/changelog | 6 ++++++ debian/maven.rules | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index bfb1528..d5a1add 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +jarjar-maven-plugin (1.9-4) UNRELEASED; urgency=medium + + * Fixed a build failure by changing the Maven rule for asm + + -- Emmanuel Bourg <[email protected]> Wed, 10 Jun 2015 09:30:11 +0200 + jarjar-maven-plugin (1.9-3) unstable; urgency=medium * debian/control: diff --git a/debian/maven.rules b/debian/maven.rules index 76c9173..cb596b2 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -1,4 +1,4 @@ junit junit jar s/4\..*/4.x/ * * org.apache.maven.shared maven-common-artifact-filters jar s/.*/debian/ * * s/ant/org.apache.ant/ * * s/.*/debian/ * * -org.ow2.asm * * s/5\..*/5.0.3/ * * +org.ow2.asm * * s/.*/4.x/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jarjar-maven-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

