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 3fa6d6544b1f47bdc34f0766ab556dea889e7691 Author: Emmanuel Bourg <[email protected]> Date: Mon Jul 24 22:17:39 2017 +0200 Updated the Maven rule for plexus-component-metadata --- debian/changelog | 1 + debian/maven.rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 87fa0e5..60be700 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ maven-assembly-plugin (3.0.0-1) UNRELEASED; urgency=medium - Depend on libmaven3-core-java instead of libmaven2-core-java - 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 * 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/maven.rules b/debian/maven.rules index 4c37225..715ccef 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -3,7 +3,7 @@ org.apache.maven.shared file-management jar s/.*/debian/ * * org.apache.maven.shared maven-common-artifact-filters jar s/.*/debian/ * * org.apache.maven.shared maven-repository-builder jar s/.*/debian/ * * org.apache.maven.shared maven-shared-io jar s/.*/debian/ * * -org.codehaus.plexus plexus-component-metadata maven-plugin s/1.5.6/1.5.5/ * * +org.codehaus.plexus plexus-component-metadata maven-plugin s/1.7/1.5.5/ * * org.codehaus.plexus plexus-container-default jar s/1\.0-alpha.*/1.0-alpha/ * * org.codehaus.plexus plexus-interpolation jar s/.*/debian/ * * com.google.code.findbugs jsr305 * s/.*/0.x/ * * -- 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

