This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository aether-ant-tasks.
commit 2936657adb86fd14293407bde3a1fa9c3d771f21 Author: Emmanuel Bourg <[email protected]> Date: Mon Nov 13 11:15:14 2017 +0100 Use the 'debian' version of plexus-component-annotations --- debian/changelog | 1 + debian/control | 1 + debian/maven.rules | 1 - 3 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index d967670..f9b6b35 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ aether-ant-tasks (1.0.1-2) UNRELEASED; urgency=medium * Depend on maven-resolver instead of eclipse-aether + * Use the 'debian' version of plexus-component-annotations * Standards-Version updated to 4.1.1 -- Emmanuel Bourg <[email protected]> Mon, 13 Nov 2017 10:48:58 +0100 diff --git a/debian/control b/debian/control index 4808ae1..1c1962d 100644 --- a/debian/control +++ b/debian/control @@ -11,6 +11,7 @@ Build-Depends: libmaven-resolver-transport-http-java, libmaven-shade-plugin-java (>= 3.1.0), libmaven3-core-java (>= 3.5.0), + libplexus-component-annotations-java (>= 1.7.1-6~), libplexus-interpolation-java (>= 1.16), libsisu-plexus-java (>= 0.1.1), libslf4j-java (>= 1.6.2), diff --git a/debian/maven.rules b/debian/maven.rules index 5e1ba12..27d646c 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -1,5 +1,4 @@ -org.codehaus.plexus plexus-component-annotations jar s/.*/1.5.5/ * * org.codehaus.plexus plexus-utils jar s/.*/2.x/ * * org.apache.maven maven-* * s/.*/3.x/ * * org.eclipse.aether aether-ant-tasks * s/.*/debian/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/aether-ant-tasks.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

