This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository classworlds.
commit ba00b2365a8c95ae67b8c63e9709afaacdc3e582 Author: Emmanuel Bourg <[email protected]> Date: Fri Jul 21 16:18:24 2017 +0200 Removed the junit dependency from the installed pom --- debian/changelog | 1 + debian/maven.ignoreRules | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 4d3a0c4..aa92d2d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ classworlds (1.1-final-6) UNRELEASED; urgency=medium * Team upload. + * Removed the junit dependency from the installed pom * Build with maven-debian-helper instead of maven-ant-helper * Removed Paul Cager from the uploaders (Closes: #741280) * Moved the package to Git diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules index 90f0586..5e70b6a 100644 --- a/debian/maven.ignoreRules +++ b/debian/maven.ignoreRules @@ -1 +1,2 @@ +junit junit org.apache.maven.plugins maven-antrun-plugin -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/classworlds.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

