This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository eclipse-aether.
commit b9549d4e74d269511961df920113bb5a21d5a0d1 Author: Emmanuel Bourg <[email protected]> Date: Sun Jul 2 23:46:51 2017 +0200 Fixed the build failure with tha latest version of sisu-maven-plugin (Closes: #866856) --- debian/changelog | 2 ++ debian/maven.rules | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 1f454d8..a54768c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,7 @@ eclipse-aether (1.0.2-2) UNRELEASED; urgency=medium + * Fixed the build failure with tha latest version of sisu-maven-plugin + (Closes: #866856) * Build with the DH sequencer instead of CDBS * Standards-Version updated to 4.0.0 * Use a secure Vcs-Git URL diff --git a/debian/maven.rules b/debian/maven.rules index 177f14d..085cda7 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -22,5 +22,5 @@ org.codehaus.plexus plexus-classworlds jar s/2\..*/2.x/ * * org.codehaus.plexus plexus-component-annotations jar s/.*/1.5.5/ * * org.codehaus.plexus plexus-component-metadata maven-plugin s/.*/1.5.5/ * * org.codehaus.plexus plexus-utils jar s/2\..*/2.x/ * * -s/org.eclipse.sisu/org.sonatype.plugins/ sisu-maven-plugin * * * * +s/org.eclipse.sisu/org.sonatype.plugins/ sisu-maven-plugin * s/.*/1.4/ * * junit junit * s/4\..*/4.x/ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/eclipse-aether.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

