This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven.
commit db92c603f9fd28bc51e8a75541da9cd7369d0898 Author: Emmanuel Bourg <[email protected]> Date: Wed Dec 9 13:11:48 2015 +0100 Declare that Maven 3.3.9 breaks gradle (<< 2.7-4) (Closes: #805985) --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 19aa902..8acfe35 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ maven (3.3.9-3) UNRELEASED; urgency=medium * Team upload. + * 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/control b/debian/control index 64f4ce3..e2b7501 100644 --- a/debian/control +++ b/debian/control @@ -79,7 +79,7 @@ Depends: libeclipse-aether-java (>= 1.0), libwagon2-java (>= 2.2-2), ${misc:Depends} Replaces: maven (<< 3.0.5-7) -Breaks: maven (<< 3.0.5-7) +Breaks: maven (<< 3.0.5-7), gradle (<< 2.7-4) Description: Core libraries for Maven 3 Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, -- 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

