This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository jackson-core.
commit 5b2dea9cb8502cb4412668b4d788d3afc2b8577d Author: Markus Koschany <[email protected]> Date: Thu Jan 25 22:43:13 2018 +0100 Remove requirePluginVersion rule to prevent a FTBFS in reverse-dependencies. --- debian/jackson-base-2.9.4.pom | 7 ------- 1 file changed, 7 deletions(-) diff --git a/debian/jackson-base-2.9.4.pom b/debian/jackson-base-2.9.4.pom index 35022cb..f8a727c 100644 --- a/debian/jackson-base-2.9.4.pom +++ b/debian/jackson-base-2.9.4.pom @@ -57,13 +57,6 @@ of Jackson: application code should only rely on `jackson-bom` <version>[3.0,)</version> <message>[ERROR] The currently supported version of Maven is 3.0 or higher</message> </requireMavenVersion> - <requirePluginVersions> - <banLatest>true</banLatest> - <banRelease>true</banRelease> - <banSnapshots>true</banSnapshots> - <phases>clean,deploy,site</phases> - <message>[ERROR] Best Practice is to always define plugin versions!</message> - </requirePluginVersions> </rules> </configuration> </execution> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jackson-core.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

