[jackson-module-jaxb-annotations] 01/01: maven.{publishedR, r}ules: Fix version mangling.

Timo Aaltonen tjaalton at moszumanska.debian.org
Mon Sep 8 21:24:44 UTC 2014


This is an automated email from the git hooks/post-receive script.

tjaalton pushed a commit to branch master
in repository jackson-module-jaxb-annotations.

commit 2654608d40e43d686f91a0f8b2af2177b97b70ff
Author: Timo Aaltonen <tjaalton at debian.org>
Date:   Tue Sep 9 00:14:44 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 b08300e..1e89fda 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
 jackson-module-jaxb-annotations (2.4.2-1) UNRELEASED; urgency=medium
 
   * Initial release (Closes: #758154)
+  * maven.{publishedR,r}ules: Fix version mangling.
 
  -- Timo Aaltonen <tjaalton at ubuntu.com>  Thu, 03 Jul 2014 11:39:42 +0300
diff --git a/debian/maven.publishedRules b/debian/maven.publishedRules
index a9e7f56..0db6752 100644
--- a/debian/maven.publishedRules
+++ b/debian/maven.publishedRules
@@ -1,2 +1,2 @@
 
-com.fasterxml.jackson.module jackson-module-jaxb-annotations jar s/2\..*/2.x/ * *
+com.fasterxml.jackson.module jackson-module-jaxb-annotations * s/2\..*/2.x/ * *
diff --git a/debian/maven.rules b/debian/maven.rules
index 245239e..76dd62d 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -1,4 +1,4 @@
 
 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.module jackson-module-jaxb-annotations jar s/2\..*/2.x/ * *
+com.fasterxml.jackson.module jackson-module-jaxb-annotations * s/2\..*/2.x/ * *

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jackson-module-jaxb-annotations.git



More information about the pkg-java-commits mailing list