This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jruby-maven-plugins.
commit 18129ba047240b30805e8977818e860f23e5af2e Author: Emmanuel Bourg <[email protected]> Date: Tue Sep 5 23:27:03 2017 +0200 Depend on libplexus-component-annotations-java instead of libplexus-containers-java --- debian/changelog | 2 ++ debian/maven.rules | 2 ++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 54c99d8..d76454d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,8 @@ jruby-maven-plugins (1.1.5+ds1-2) UNRELEASED; urgency=medium (Closes: #867648) * Removed plexus-archiver.patch and depend on libplexus-archiver-java (>= 3.5) * Fixed the execution of install_gems during the build + * Depend on libplexus-component-annotations-java instead of + libplexus-containers-java * Standards-Version updated to 4.1.0 -- Emmanuel Bourg <[email protected]> Wed, 30 Aug 2017 13:16:31 +0200 diff --git a/debian/maven.rules b/debian/maven.rules index e61e24c..629d531 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -23,3 +23,5 @@ org.apache.maven maven-model jar s/.*/3.x/ * * org.apache.maven maven-plugin-api jar s/.*/3.x/ * * org.yaml snakeyaml jar s/.*/1.x/ * * junit junit jar s/4\..*/4.x/ * * +org.codehaus.plexus plexus-component-annotations * s/.*/1.5.5/ * * +org.codehaus.plexus plexus-container-default * s/.*/1.5.5/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jruby-maven-plugins.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

