[jackson-databind] 01/01: maven.{publishedR, r}ules: Fix version mangling.
Timo Aaltonen
tjaalton at moszumanska.debian.org
Mon Sep 8 18:50:34 UTC 2014
This is an automated email from the git hooks/post-receive script.
tjaalton pushed a commit to branch master
in repository jackson-databind.
commit c2643bac68fc14e959cd1f27702c0b421ecd7eee
Author: Timo Aaltonen <tjaalton at debian.org>
Date: Mon Sep 8 21:50:29 2014 +0300
maven.{publishedR,r}ules: Fix version mangling.
---
debian/changelog | 1 +
debian/maven.publishedRules | 2 +-
debian/maven.rules | 2 +-
3 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 562661f..b8844e3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ jackson-databind (2.4.2-1) UNRELEASED; urgency=medium
* ignoreRules: Ignore release plugin.
* control: Add libmaven-bundle-plugin to build-deps.
* fix-using-bundle.diff: Use extensions with bundle plugin.
+ * maven.{publishedR,r}ules: Fix version mangling.
-- Timo Aaltonen <tjaalton at debian.org> Sat, 06 Sep 2014 17:47:27 +0300
diff --git a/debian/maven.publishedRules b/debian/maven.publishedRules
index 0db3062..2b937ea 100644
--- a/debian/maven.publishedRules
+++ b/debian/maven.publishedRules
@@ -1 +1 @@
-com.fasterxml.jackson.core jackson-databind jar s/2\..*/2.x/ * *
+com.fasterxml.jackson.core jackson-databind * s/2\..*/2.x/ * *
diff --git a/debian/maven.rules b/debian/maven.rules
index d7f124e..59e308d 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -1,6 +1,6 @@
com.fasterxml.jackson.core jackson-annotations jar s/2\..*/2.x/ * *
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.core jackson-databind * s/2\..*/2.x/ * *
junit junit jar s/4\..*/4.x/ * *
org.codehaus.groovy * * s/.*/1.x/ * *
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jackson-databind.git
More information about the pkg-java-commits
mailing list