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 21a903ffb75a5a6beb9573e994e46e256d3c1546 Author: Emmanuel Bourg <[email protected]> Date: Tue Dec 17 23:55:09 2013 +0000 Documented the procedure to update the core Maven plugins in README.source --- debian/README.source | 9 ++++++++- debian/changelog | 1 + 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/README.source b/debian/README.source index 84cb514..9f63900 100644 --- a/debian/README.source +++ b/debian/README.source @@ -1,5 +1,12 @@ Information about maven-assembly-plugin ------------------------------- +--------------------------------------- + +This plugin is a core Maven plugin, if you update it to a new upstream release +the superpom in the maven2-core package must be updated to specify the new +version of the plugin. This pom is bundled in a jar built by the maven2 package, +so the maven2 package has to be rebuilt after installing the updated maven2-core +package. + This package was debianized using the mh_make command from the maven-debian-helper package. diff --git a/debian/changelog b/debian/changelog index efcfb02..1d663b6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ maven-assembly-plugin (2.2-1) UNRELEASED; urgency=medium * New upstream release - Refreshed the patches * Use XZ compression for the upstream tarball + * Documented the procedure to update the core Maven plugins in README.source -- Emmanuel Bourg <[email protected]> Tue, 17 Dec 2013 17:22:37 +0100 -- 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

