This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-clean-plugin.
commit 68d3c494091dd9a648e924f2370c5e0611682e65 Author: Emmanuel Bourg <[email protected]> Date: Mon Jul 17 15:01:41 2017 +0200 Relocate the version 2.5 used by Maven 3.1.1+ to the current one --- debian/changelog | 1 + debian/control | 2 +- debian/libmaven-clean-plugin-java.poms | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index ab74e3a..873ce4b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ maven-clean-plugin (3.0.0-1) UNRELEASED; urgency=medium * New upstream release + * Relocate the version 2.5 used by Maven 3.1.1+ to the current one * Removed the javadoc package * No longer install the plugin jar in /usr/share/java * Build with the DH sequencer instead of CDBS diff --git a/debian/control b/debian/control index 075d939..510e6e6 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,7 @@ Build-Depends: libmaven-plugin-tools-java, libmaven2-core-java, libplexus-utils-java, - maven-debian-helper (>= 1.4) + maven-debian-helper (>= 2.2) Standards-Version: 3.9.8 Vcs-Git: https://anonscm.debian.org/git/pkg-java/maven-clean-plugin.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/maven-clean-plugin.git diff --git a/debian/libmaven-clean-plugin-java.poms b/debian/libmaven-clean-plugin-java.poms index 5ad70f2..6b35acf 100644 --- a/debian/libmaven-clean-plugin-java.poms +++ b/debian/libmaven-clean-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-clean-plugin:2.5 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-clean-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

