This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-plugin-tools.
commit c1fd363ccbda704605076335d79bef0fefff95c0 Author: Emmanuel Bourg <[email protected]> Date: Mon Jun 26 11:28:55 2017 +0200 Relocated the ant, beanshell and model modules under maven-script --- debian/changelog | 1 + debian/libmaven-plugin-tools-java.poms | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 11f60fd..4ece23b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ maven-plugin-tools (3.4-1) UNRELEASED; urgency=medium - Refreshed the patches - Depend on libqdox2-java instead of libqdox-java - New build dependency on libeasymock-java + - Relocated the ant, beanshell and model modules under maven-script * Standards-Version updated to 4.0.0 * Switch to debhelper level 10 diff --git a/debian/libmaven-plugin-tools-java.poms b/debian/libmaven-plugin-tools-java.poms index a2bd692..3440bd5 100644 --- a/debian/libmaven-plugin-tools-java.poms +++ b/debian/libmaven-plugin-tools-java.poms @@ -29,13 +29,13 @@ pom.xml --no-parent --has-package-version maven-plugin-annotations/pom.xml --has-package-version maven-plugin-plugin/pom.xml --has-package-version maven-plugin-tools-annotations/pom.xml --has-package-version -maven-plugin-tools-ant/pom.xml --has-package-version maven-plugin-tools-api/pom.xml --has-package-version -maven-plugin-tools-model/pom.xml --has-package-version -maven-plugin-tools-beanshell/pom.xml --has-package-version maven-plugin-tools-generators/pom.xml --has-package-version maven-plugin-tools-java/pom.xml --has-package-version maven-plugin-tools-javadoc/pom.xml --has-package-version maven-script/pom.xml --has-package-version +maven-script/maven-plugin-tools-ant/pom.xml --has-package-version +maven-script/maven-plugin-tools-beanshell/pom.xml --has-package-version +maven-script/maven-plugin-tools-model/pom.xml --has-package-version maven-script/maven-script-ant/pom.xml --has-package-version --no-usj-versionless maven-script/maven-script-beanshell/pom.xml --has-package-version --no-usj-versionless -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-plugin-tools.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

