This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jetty8.
commit 0e90f67cff5ac49f596a6d8a31fa44b40e0137e7 Author: Emmanuel Bourg <[email protected]> Date: Sun Oct 9 15:08:38 2016 +0200 Fixed the Maven rule for ASM --- debian/changelog | 7 +++++++ debian/maven.rules | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 89f30d5..db4d1de 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +jetty8 (8.1.19-4) UNRELEASED; urgency=medium + + * Team upload. + * Fixed the Maven rule for ASM + + -- Emmanuel Bourg <[email protected]> Sun, 09 Oct 2016 15:08:19 +0200 + jetty8 (8.1.19-3) unstable; urgency=medium * Team upload. diff --git a/debian/maven.rules b/debian/maven.rules index 694cf1e..0702337 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -6,7 +6,7 @@ javax.el el-api jar s/.*/2.2/ * * junit junit * s/4\..*/4.x/ * * org.apache.felix maven-bundle-plugin * s/.*/2.3.5/ * * -s/org.eclipse.jetty.orbit/org.ow2.asm/ s/org.objectweb.asm/asm/ jar s/.*/4.x/ * * +s/org.eclipse.jetty.orbit/org.ow2.asm/ s/org.objectweb.asm/asm/ jar s/.*/debian/ * * s/org.eclipse.jetty.orbit/com.sun.mail/ s/javax.mail.glassfish/javax.mail/ jar s/.*/debian/ * * s/org.eclipse.jetty.orbit/javax.security.auth.message/ s/javax.security.auth.message/jmac-api/ jar s/.*/debian/ * * s/org.eclipse.jetty.orbit/org.apache.geronimo.specs/ s/javax.transaction/geronimo-jta_1.1_spec/ jar s/.*/debian/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jetty8.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

