This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository plexus-containers1.5.
commit ec8a08e65da1730bcf3f3041596e010434022d4e Author: Emmanuel Bourg <[email protected]> Date: Fri Feb 12 18:37:07 2016 +0100 Keep the version of plexus-component-metadata at 1.5.5 to preserve the compatibility with the reverse dependencies --- debian/patches/04-plexus-component-metadata-version.patch | 10 ++++++++++ debian/patches/series | 1 + 2 files changed, 11 insertions(+) diff --git a/debian/patches/04-plexus-component-metadata-version.patch b/debian/patches/04-plexus-component-metadata-version.patch new file mode 100644 index 0000000..f559bec --- /dev/null +++ b/debian/patches/04-plexus-component-metadata-version.patch @@ -0,0 +1,10 @@ +--- a/plexus-component-metadata/pom.xml ++++ b/plexus-component-metadata/pom.xml +@@ -11,6 +11,7 @@ + + <artifactId>plexus-component-metadata</artifactId> + <packaging>maven-plugin</packaging> ++ <version>1.5.5</version> + + <name>Plexus :: Component Metadata</name> + <description>A Maven plugin to generate Plexus descriptors from source tags and class annotations.</description> diff --git a/debian/patches/series b/debian/patches/series index 912583e..3145cda 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ 03-reproducible-metadata.patch +04-plexus-component-metadata-version.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/plexus-containers1.5.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

