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 3f4d5e78109cde9686688f12f47d8f63eef05aaf Author: Emmanuel Bourg <[email protected]> Date: Sun Nov 1 13:58:05 2015 +0000 Fixed the build failure caused by the modello upgrade (Closes: #797245) --- debian/changelog | 1 + debian/maven.rules | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 71979ef..bfc52cf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ maven-assembly-plugin (2.3-1) UNRELEASED; urgency=medium * Team upload. * New upstream release - Refreshed the patches + * Fixed the build failure caused by the modello upgrade (Closes: #797245) * Use XZ compression for the upstream tarball * Documented the procedure to update the core Maven plugins in README.source * Standards-Version updated to 3.9.6 (no changes) diff --git a/debian/maven.rules b/debian/maven.rules index 8cc66c6..3be906a 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -3,7 +3,6 @@ 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.modello modello-maven-plugin maven-plugin s/.*/1.1/ * * org.codehaus.plexus plexus-component-metadata maven-plugin s/.*/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/ * * -- 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

