This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository jackson-core.
commit bf196b1194a16ce7840755390bbb19a27e685230 Author: Markus Koschany <[email protected]> Date: Thu Jan 25 23:03:57 2018 +0100 Remove strict version rule from pom files. --- debian/jackson-parent-2.9.1.pom | 7 ------- debian/oss-parent-31.pom | 7 ------- 2 files changed, 14 deletions(-) diff --git a/debian/jackson-parent-2.9.1.pom b/debian/jackson-parent-2.9.1.pom index 306f42b..f692162 100644 --- a/debian/jackson-parent-2.9.1.pom +++ b/debian/jackson-parent-2.9.1.pom @@ -123,13 +123,6 @@ <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> diff --git a/debian/oss-parent-31.pom b/debian/oss-parent-31.pom index cd65d0c..7265a34 100644 --- a/debian/oss-parent-31.pom +++ b/debian/oss-parent-31.pom @@ -292,13 +292,6 @@ <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

