This is an automated email from the git hooks/post-receive script. tmancill pushed a commit to branch master in repository codenarc.
commit da021f351fa2c3c47999a05407d8dcf975eb02cf Author: tony mancill <[email protected]> Date: Sun Aug 7 10:05:26 2016 -0700 replace specific jUnit version with 4.x See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=833641 --- debian/maven.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/maven.rules b/debian/maven.rules index 165f487..6deae10 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -1,2 +1,2 @@ -junit junit jar s/3\..*/3.x/ * * +junit junit jar s/4\..*/4.x/ * * log4j log4j jar s/1\.2\..*/1.2.x/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/codenarc.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

