This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository animal-sniffer.
commit 4d9f85e210388a07dd94c2e4d4d1c1cf52f5730f Author: Emmanuel Bourg <[email protected]> Date: Tue Sep 27 11:04:02 2016 +0200 Fixed the Maven rule for junit --- debian/maven.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/maven.rules b/debian/maven.rules index e75bb83..bc2589b 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -16,6 +16,6 @@ # and version starting with 3., replacing the version with 3.x # junit junit jar s/3\\..*/3.x/ -junit junit jar s/3\..*/3.x/ * * +junit junit jar s/.*/3.x/ * * org.codehaus.plexus plexus-container-default jar s/1\.0-alpha.*/1.0-alpha/ * * s/ant/org.apache.ant/ * * s/.*/debian/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/animal-sniffer.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

