This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-debian-helper.
commit 6aa0b14ab6484eaf64c219247166599837e54e5c Author: Emmanuel Bourg <[email protected]> Date: Tue Jun 27 14:44:53 2017 +0200 Replaced the references to eclipse-aether with maven-resolver --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 0129651..8294f15 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ maven-debian-helper (2.2.1) UNRELEASED; urgency=medium * The generated copyright file now has a https format URL * Standards-Version updated to 4.0.0 * The generated control file now specifies Standards-Version: 4.0.0 + * Replaced the references to eclipse-aether with maven-resolver -- Emmanuel Bourg <[email protected]> Tue, 27 Jun 2017 14:04:15 +0200 diff --git a/debian/rules b/debian/rules index 5952022..9be8acd 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,7 @@ PACKAGE := $(DEB_SOURCE_PACKAGE) VERSION := $(shell echo ${DEB_UPSTREAM_VERSION} | sed -r 's/([0-9\.]+).*/\1/') JAVA_HOME := /usr/lib/jvm/default-java DEB_JARS := ant-junit junit commons-io plexus-classworlds maven-core maven-artifact maven-artifact-manager maven-core-3.x maven-model \ - maven-embedder maven3-plugin-api maven-plugin-annotations maven-scm-api velocity file-management plexus-utils eclipse-aether-api eclipse-aether-util \ + maven-embedder maven3-plugin-api maven-plugin-annotations maven-scm-api velocity file-management plexus-utils maven-resolver-api maven-resolver-util \ plexus-container-default-alpha maven-repo-helper DEB_ANT_BUILD_TARGET := package #javadoc DEB_ANT_BUILDFILE := debian/build.xml -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-debian-helper.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

