This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven.
commit 5966b4adda1353de47e48abe95878487ebe34a16 Author: Emmanuel Bourg <[email protected]> Date: Wed Oct 8 12:51:00 2014 +0200 Depend on libplexus-utils2-java >= 3.0.15 --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 5264525..4b008a7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ maven (3.1.1-1) UNRELEASED; urgency=medium * Team upload. * New upstream release - Refreshed the patches + - Depend on libplexus-utils2-java >= 3.0.15 - New dependency on libsisu-plexus-java - Removed the no_aop classifier from the sisu-guice dependency * Moved the libraries to a separate libmaven3-core-java package diff --git a/debian/control b/debian/control index 5a4c175..b36f627 100644 --- a/debian/control +++ b/debian/control @@ -19,7 +19,7 @@ Build-Depends-Indep: ant-optional, libmodello-maven-plugin1.4-java, libplexus-classworlds2-java (>= 2.4), libplexus-containers1.5-java (>= 1.5.5-2), - libplexus-utils2-java, + libplexus-utils2-java (>= 3.0.15), libsisu-ioc-java, libsisu-plexus-java (>= 0.3.0), libsurefire-java (>= 2.17), -- 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

