This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository joda-convert.
commit 361615a6fa53383754385d899c6a7851910b24d4 Author: Emmanuel Bourg <[email protected]> Date: Mon Sep 25 09:48:38 2017 +0200 Relocated the version '1.x' to 'debian' --- debian/changelog | 1 + debian/libjoda-convert-java.poms | 2 +- debian/maven.publishedRules | 2 -- debian/maven.rules | 1 - 4 files changed, 2 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 20e573a..d2ada70 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ joda-convert (1.9.2-1) UNRELEASED; urgency=medium * Team upload. * New upstream release + * Relocated the version '1.x' to 'debian' -- Emmanuel Bourg <[email protected]> Mon, 25 Sep 2017 08:29:04 +0200 diff --git a/debian/libjoda-convert-java.poms b/debian/libjoda-convert-java.poms index 1d885c3..36f50b5 100644 --- a/debian/libjoda-convert-java.poms +++ b/debian/libjoda-convert-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 --has-package-version --java-lib +pom.xml --has-package-version --java-lib --relocate=org.joda:joda-convert:1.x diff --git a/debian/maven.publishedRules b/debian/maven.publishedRules deleted file mode 100644 index b8dee51..0000000 --- a/debian/maven.publishedRules +++ /dev/null @@ -1,2 +0,0 @@ - -org.joda joda-convert jar s/1\..*/1.x/ * * diff --git a/debian/maven.rules b/debian/maven.rules index c3ef52e..e85291e 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -1,3 +1,2 @@ junit junit jar s/4\..*/4.x/ * * -org.joda joda-convert jar s/1\..*/1.x/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/joda-convert.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

