This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository okio.
commit 070847a5ee240bac06cddfa20a8911b902ffe6db Author: Emmanuel Bourg <[email protected]> Date: Mon May 30 23:59:58 2016 +0200 Normalize the Maven rules --- debian/maven.ignoreRules | 3 ++- debian/maven.rules | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules index ef7f5f0..260b152 100644 --- a/debian/maven.ignoreRules +++ b/debian/maven.ignoreRules @@ -1,2 +1,3 @@ + org.apache.maven.plugins maven-release-plugin * * * * -org.codehaus.mojo animal-sniffer-maven-plugin * * * * \ No newline at end of file +org.codehaus.mojo animal-sniffer-maven-plugin * * * * diff --git a/debian/maven.rules b/debian/maven.rules index 6456216..1173237 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -1,2 +1,3 @@ -junit junit * s/.*/4.x/ * * -org.codehaus.mojo animal-sniffer-annotations * s/.*/debian/ * * \ No newline at end of file + +junit junit jar s/4\..*/4.x/ * * +org.codehaus.mojo animal-sniffer-annotations * s/.*/debian/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/okio.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

