This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven.
commit 9a8b56f70b692a8e80607f002eac0bb6c0106244 Author: Emmanuel Bourg <[email protected]> Date: Wed Dec 9 13:15:41 2015 +0100 Raised the priority for the /usr/bin/mvn alternative over Maven 2 (Closes: #740955) --- debian/changelog | 2 ++ debian/maven.postinst | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 8acfe35..264b464 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ maven (3.3.9-3) UNRELEASED; urgency=medium * Team upload. + * Raised the priority for the /usr/bin/mvn alternative over Maven 2 + (Closes: #740955) * Declare that Maven 3.3.9 breaks gradle (<< 2.7-4) (Closes: #805985) * Updated the versions of the plugins in the super pom: - maven-dependency-plugin: 2.7 -> 2.8 (Closes: #807437) diff --git a/debian/maven.postinst b/debian/maven.postinst index 2cb54e0..e2ffc8a 100644 --- a/debian/maven.postinst +++ b/debian/maven.postinst @@ -3,7 +3,7 @@ set -e basedir=/usr/share/maven -priority=150 +priority=300 case "$1" in configure) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

