This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-assembly-plugin.
commit 40dd3515d2e884f5697cc2cce289d838be60f07e Author: Emmanuel Bourg <[email protected]> Date: Mon Jul 24 22:21:42 2017 +0200 Removed the unused dependency on libplexus-maven-plugin-java --- debian/changelog | 3 ++- debian/control | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 60be700..c8f90c8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,7 +7,8 @@ maven-assembly-plugin (3.0.0-1) UNRELEASED; urgency=medium - New dependency on libmaven-artifact-transfer-java - Added the missing useJava5 parameter to the modello configuration - Updated the Maven rule for plexus-component-metadata - * Removed the unused dependency on libplexus-active-collections-java + * Removed the unused dependency on libplexus-maven-plugin-java + and libplexus-active-collections-java * Build with the DH sequencer instead of CDBS * Relocate the version 2.2-beta-5 used by Maven to the current one diff --git a/debian/control b/debian/control index 1bbb567..6dd6b83 100644 --- a/debian/control +++ b/debian/control @@ -21,7 +21,6 @@ Build-Depends-Indep: libjsr305-java, libplexus-component-metadata-java, libplexus-interpolation-java, libplexus-io-java, - libplexus-maven-plugin-java (>= 1.3.8-5), libplexus-utils-java Standards-Version: 4.0.0 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/maven-assembly-plugin.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-assembly-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

