This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository surefire.
commit eb37547d49296367591c5c532f3cef46b5868871 Author: Emmanuel Bourg <[email protected]> Date: Thu Jul 20 10:18:15 2017 +0200 Relocate the version 2.17 of the plugin to the current one --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index b93ecc0..f7e4492 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ surefire (2.18-1) UNRELEASED; urgency=medium - Refreshed the patches - New dependency on libjcip-annotations-java - New build dependency on libmockito-java + - Relocate the version 2.17 of the plugin to the current one -- Emmanuel Bourg <[email protected]> Thu, 20 Jul 2017 10:05:17 +0200 diff --git a/debian/rules b/debian/rules index 6c91a03..1bd019e 100755 --- a/debian/rules +++ b/debian/rules @@ -23,5 +23,5 @@ override_dh_auto_build: override_dh_auto_install: dh_auto_install - mh_installpom -plibsurefire-java maven-surefire-plugin/pom.xml --relocate=org.apache.maven.plugins:maven-surefire-plugin:2.12.4 + mh_installpom -plibsurefire-java maven-surefire-plugin/pom.xml --relocate=org.apache.maven.plugins:maven-surefire-plugin:2.12.4,org.apache.maven.plugins:maven-surefire-plugin:2.17 mh_installjar -plibsurefire-java maven-surefire-plugin/pom.xml maven-surefire-plugin/target/maven-surefire-plugin*.jar -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/surefire.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

