This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jackson-datatype-joda.
commit dec804248aa2f1da4da9a2ecb26e42a485682212 Author: Emmanuel Bourg <[email protected]> Date: Sat Apr 9 01:58:26 2016 +0200 Updated the Maven rules --- debian/changelog | 1 + debian/maven.rules | 12 ++++++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6052242..fbba884 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ jackson-datatype-joda (2.7.3-1) UNRELEASED; urgency=medium * Team upload. * New upstream release - Refreshed the patches + - Updated the Maven rules * Standards-Version updated to 3.9.8 (no changes) * Use secure Vcs-* URLs diff --git a/debian/maven.rules b/debian/maven.rules index 750667b..6b2d873 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -1,7 +1,7 @@ -com.fasterxml.jackson.core jackson-core bundle s/2\..*/2.x/ * * -com.fasterxml.jackson.core jackson-core jar s/2\..*/2.x/ * * -com.fasterxml.jackson.core jackson-annotations bundle s/2\..*/2.x/ * * -com.fasterxml.jackson.core jackson-annotations jar s/2\..*/2.x/ * * -com.fasterxml.jackson.core jackson-databind bundle s/2\..*/2.x/ * * -com.fasterxml.jackson.core jackson-databind jar s/2\..*/2.x/ * * +com.fasterxml.jackson.core jackson-core bundle s/.*/2.x/ * * +com.fasterxml.jackson.core jackson-core jar s/.*/2.x/ * * +com.fasterxml.jackson.core jackson-annotations bundle s/.*/2.x/ * * +com.fasterxml.jackson.core jackson-annotations jar s/.*/2.x/ * * +com.fasterxml.jackson.core jackson-databind bundle s/.*/2.x/ * * +com.fasterxml.jackson.core jackson-databind jar s/.*/2.x/ * * junit junit jar s/4\..*/4.x/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jackson-datatype-joda.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

