This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository easymock.
commit 4e3453d1f8e70ed54ee7badf814792bc5131c5ca Author: Emmanuel Bourg <[email protected]> Date: Thu Apr 30 16:54:36 2015 +0200 Added the missing Maven rule to rewrite the asm version in the pom --- debian/changelog | 7 +++++++ debian/maven.rules | 1 + 2 files changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index 720ea87..ed9dff7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +easymock (3.3.1+ds-3) unstable; urgency=medium + + * Team upload. + * Added the missing Maven rule to rewrite the asm version in the pom + + -- Emmanuel Bourg <[email protected]> Thu, 30 Apr 2015 16:46:53 +0200 + easymock (3.3.1+ds-2) unstable; urgency=medium * Upload to unstable. diff --git a/debian/maven.rules b/debian/maven.rules index 453e3ec..032f4e3 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -1 +1,2 @@ cglib cglib * s/.*/3.x/ * * +org.ow2.asm asm * s/.*/4.x/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/easymock.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

