This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository commons-parent.
commit 7cfe40242c1aaae2d74ff092d25cdd5bb2aa3f25 Author: Markus Koschany <[email protected]> Date: Mon Feb 5 14:55:46 2018 +0100 Ignore org.codehaus.mojo:versions-maven-plugin --- debian/changelog | 1 + debian/maven.ignoreRules | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index cfb450d..2c6401c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,7 @@ commons-parent (43-1) unstable; urgency=medium * Install NOTICE.txt file. * Ignore maven-failsafe-plugin. * Ignore com.github.siom79.japicmp:japicmp-maven-plugin. + * Ignore org.codehaus.mojo:versions-maven-plugin. -- Markus Koschany <[email protected]> Mon, 05 Feb 2018 14:37:19 +0100 diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules index e5f8212..be3138c 100644 --- a/debian/maven.ignoreRules +++ b/debian/maven.ignoreRules @@ -32,3 +32,4 @@ org.codehaus.mojo build-helper-maven-plugin org.codehaus.mojo buildnumber-maven-plugin org.codehaus.mojo clirr-maven-plugin com.github.siom79.japicmp japicmp-maven-plugin +org.codehaus.mojo versions-maven-plugin -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/commons-parent.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

