This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository guice.
commit bd6a3c36537ce5494da9ba3cd39974d7f7486838 Author: Emmanuel Bourg <[email protected]> Date: Thu Nov 19 15:18:42 2015 +0100 Fixed the versions of ASM and CGLIB in the installed guice pom --- debian/changelog | 1 + debian/maven.rules | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 70f990f..32feb92 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ guice (4.0-1) UNRELEASED; urgency=medium - Refreshed the patches - Updated the versions in debian/libguice-java.poms * Install the no_aop artifact linked to the main jar in /usr/share/maven-repo + * Fixed the versions of ASM and CGLIB in the installed guice pom -- Emmanuel Bourg <[email protected]> Thu, 19 Nov 2015 10:58:26 +0100 diff --git a/debian/maven.rules b/debian/maven.rules index 299b373..4a1c03f 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -1,3 +1,5 @@ s/org.sonatype.sisu.inject/cglib/ cglib * s/.*/3.x/ * * javax.servlet s/servlet-api/javax.servlet-api/ * s/.*/3.1/ * * org.springframework spring-beans * s/.*/3.x/ * * +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/guice.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

