This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-resources-plugin.
commit cf7ddb92ec95dc85d5735328eaf6c69a25b7effa Author: Emmanuel Bourg <[email protected]> Date: Tue Jul 18 09:15:18 2017 +0200 Relocate the version 2.6 used by Maven 3.1.1+ to the current one --- debian/changelog | 1 + debian/libmaven-resources-plugin-java.poms | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 875a3a4..c0cbe5b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ maven-resources-plugin (3.0.0-1) UNRELEASED; urgency=medium - Refreshed the patch - Depend on libmaven3-core-java instead of libmaven2-core-java - New build dependency on junit4 + - Relocate the version 2.6 used by Maven 3.1.1+ to the current one * Standards-Version updated to 4.0.0 * Switch to debhelper level 10 * Use secure Vcs-* URLs diff --git a/debian/libmaven-resources-plugin-java.poms b/debian/libmaven-resources-plugin-java.poms index 5ad70f2..9e9b745 100644 --- a/debian/libmaven-resources-plugin-java.poms +++ b/debian/libmaven-resources-plugin-java.poms @@ -25,4 +25,4 @@ # --site-xml=<location>: Optional, the location for site.xml if it needs to be installed. # Empty by default. [mh_install] # -pom.xml --no-parent --has-package-version +pom.xml --no-parent --has-package-version --relocate=org.apache.maven.plugins:maven-resources-plugin:2.6 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-resources-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

