This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository dom4j.
commit 3976fe0ab624194c0d51d10416aa58852c107216 Author: Emmanuel Bourg <[email protected]> Date: Wed Oct 25 10:19:59 2017 +0200 Relocate the old Maven coordinates dom4j:dom4j to org.dom4j:dom4j --- debian/changelog | 1 + debian/libdom4j-java.poms | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 4f4537d..1c98f61 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ dom4j (2.1.0-1) UNRELEASED; urgency=medium * New upstream release - Build with Gradle instead of Ant + - Relocate the old Maven coordinates dom4j:dom4j to org.dom4j:dom4j - Fixed the compatibility with the version of xpp2 in Debian - New dependency on libjaxb-api-java - Removed the dependency on libjunitperf-java diff --git a/debian/libdom4j-java.poms b/debian/libdom4j-java.poms index 62018bd..5bb2b37 100644 --- a/debian/libdom4j-java.poms +++ b/debian/libdom4j-java.poms @@ -1 +1 @@ -debian/pom.xml --has-package-version --java-lib --artifact=build/libs/dom4j.jar +debian/pom.xml --has-package-version --java-lib --artifact=build/libs/dom4j.jar --relocate=dom4j:dom4j -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/dom4j.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

