[jackson-dataformat-xml] 05/06: Updated the Maven rules

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Fri Apr 8 15:36:17 UTC 2016


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

ebourg-guest pushed a commit to branch master
in repository jackson-dataformat-xml.

commit ce6e34f9af90dfe1b1ab8dd05011c7007df779c5
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Fri Apr 8 17:01:18 2016 +0200

    Updated the Maven rules
---
 debian/changelog         |  1 +
 debian/maven.ignoreRules |  2 +-
 debian/maven.rules       | 18 +++++++++---------
 3 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d588fac..196859e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ jackson-dataformat-xml (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 a secure Vcs-Git URL
 
diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules
index 04f66ab..8d90588 100644
--- a/debian/maven.ignoreRules
+++ b/debian/maven.ignoreRules
@@ -1,4 +1,4 @@
 
 com.google.code.maven-replacer-plugin replacer * * * *
 javax.xml.stream stax-api * * * *
-org.codehaus.woodstox woodstox-core-asl * * * *
+com.fasterxml.woodstox woodstox-core * * * *
diff --git a/debian/maven.rules b/debian/maven.rules
index 9bf979b..2302f5e 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -1,10 +1,10 @@
 
-com.fasterxml.jackson.core jackson-annotations bundle s/2\..*/2.x/ * *
-com.fasterxml.jackson.core jackson-annotations s/jar/bundle/ s/2\..*/2.x/ * *
-com.fasterxml.jackson.core jackson-core bundle s/2\..*/2.x/ * *
-com.fasterxml.jackson.core jackson-core s/jar/bundle/ s/2\..*/2.x/ * *
-com.fasterxml.jackson.core jackson-databind bundle s/2\..*/2.x/ * *
-com.fasterxml.jackson.core jackson-databind s/jar/bundle/ s/2\..*/2.x/ * *
-com.fasterxml.jackson.dataformat jackson-dataformat-xml bundle s/2\..*/2.x/ * *
-com.fasterxml.jackson.module jackson-module-jaxb-annotations bundle s/2\..*/2.x/ * *
-com.fasterxml.jackson.module jackson-module-jaxb-annotations s/jar/bundle/ s/2\..*/2.x/ * *
+com.fasterxml.jackson.core jackson-annotations bundle s/.*/2.x/ * *
+com.fasterxml.jackson.core jackson-annotations s/jar/bundle/ s/.*/2.x/ * *
+com.fasterxml.jackson.core jackson-core bundle s/.*/2.x/ * *
+com.fasterxml.jackson.core jackson-core s/jar/bundle/ s/.*/2.x/ * *
+com.fasterxml.jackson.core jackson-databind bundle s/.*/2.x/ * *
+com.fasterxml.jackson.core jackson-databind s/jar/bundle/ s/.*/2.x/ * *
+com.fasterxml.jackson.dataformat jackson-dataformat-xml bundle s/.*/2.x/ * *
+com.fasterxml.jackson.module jackson-module-jaxb-annotations bundle s/.*/2.x/ * *
+com.fasterxml.jackson.module jackson-module-jaxb-annotations s/jar/bundle/ s/.*/2.x/ * *

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jackson-dataformat-xml.git



More information about the pkg-java-commits mailing list