This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-install-plugin.
commit 5a803976bd050eff146237d4de84f5b4fbd46341 Author: Emmanuel Bourg <[email protected]> Date: Mon Jul 17 14:09:47 2017 +0200 Relocate the version 2.4 used by Maven 3.1.1+ to the current one --- debian/changelog | 1 + debian/libmaven-install-plugin-java.poms | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 30682a2..0be40bc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ maven-install-plugin (2.5.2-2) UNRELEASED; urgency=medium * Team upload. + * Relocate the version 2.4 used by Maven 3.1.1+ to the current one * Build with the DH sequencer instead of CDBS * Standards-Version updated to 4.0.0 * Switch to debhelper level 10 diff --git a/debian/libmaven-install-plugin-java.poms b/debian/libmaven-install-plugin-java.poms index 5ad70f2..9bf3228 100644 --- a/debian/libmaven-install-plugin-java.poms +++ b/debian/libmaven-install-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-install-plugin:2.4 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-install-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

