This is an automated email from the git hooks/post-receive script. tjaalton pushed a commit to branch master in repository jackson-dataformat-smile.
commit 8c5abff47f37b2a8226ec23a02fdd55fc83f3e41 Author: Timo Aaltonen <[email protected]> Date: Tue Sep 9 13:01:44 2014 +0300 maven.{publishedR,r}ules: Fix version mangling. --- debian/changelog | 1 + debian/maven.publishedRules | 1 + debian/maven.rules | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 182e956..5c3b506 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,7 @@ jackson-dataformat-smile (2.4.2-1) UNRELEASED; urgency=low [ Timo Aaltonen ] * fix-bundle-build.diff: Use extensions with bundle plugin. * Use jackson-parent. + * maven.{publishedR,r}ules: Fix version mangling. -- Wolodja Wentland <[email protected]> Thu, 26 Sep 2013 17:53:19 +0000 diff --git a/debian/maven.publishedRules b/debian/maven.publishedRules index 8b13789..c2a4b94 100644 --- a/debian/maven.publishedRules +++ b/debian/maven.publishedRules @@ -1 +1,2 @@ +com.fasterxml.jackson.dataformat jackson-dataformat-smile * s/2\..*/2.x/ * * diff --git a/debian/maven.rules b/debian/maven.rules index 2bb0d7b..89987ed 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -1,6 +1,6 @@ com.fasterxml.jackson.core jackson-core jar s/2\..*/2.x/ * * com.fasterxml.jackson.core jackson-databind jar s/2\..*/2.x/ * * -com.fasterxml.jackson.dataformat jackson-dataformat-smile jar s/2\..*/2.x/ * * +com.fasterxml.jackson.dataformat jackson-dataformat-smile * s/2\..*/2.x/ * * junit junit jar s/4\..*/4.x/ * * com.fasterxml.jackson jackson-parent pom s/2\..*/2.x/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jackson-dataformat-smile.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

