[jackson-dataformat-yaml] 06/08: Updated the Maven rules
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon Apr 11 11:13:07 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-yaml.
commit 03987723132c73dd8fed9da87d51372d991ceb4b
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Mon Apr 11 13:06:30 2016 +0200
Updated the Maven rules
---
debian/changelog | 1 +
debian/maven.ignoreRules | 4 ++++
debian/maven.rules | 14 +++++++-------
3 files changed, 12 insertions(+), 7 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 7145124..38cbd81 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ jackson-dataformat-yaml (2.7.3-1) UNRELEASED; urgency=medium
* New upstream release
- Refreshed the patches
- Depend on libyaml-snake-java (>= 1.15)
+ - Updated the Maven rules
* Standards-Version updated to 3.9.8 (no changes)
* Use secure Vcs-* fields
diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules
index 857aa68..663dbff 100644
--- a/debian/maven.ignoreRules
+++ b/debian/maven.ignoreRules
@@ -1,2 +1,6 @@
com.google.code.maven-replacer-plugin replacer * * * *
+org.apache.maven.plugins maven-failsafe-plugin * * * *
+org.apache.servicemix.tooling depends-maven-plugin * * * *
+org.ops4j.pax* * * * * *
+org.apache.felix org.apache.felix.framework * * * *
diff --git a/debian/maven.rules b/debian/maven.rules
index 35f78a9..0fbefa7 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -1,11 +1,11 @@
-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-core bundle s/2\..*/2.x/ * *
-com.fasterxml.jackson.core jackson-core 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.dataformat jackson-dataformat-yaml * s/2\..*/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-core bundle s/.*/2.x/ * *
+com.fasterxml.jackson.core jackson-core jar s/.*/2.x/ * *
+com.fasterxml.jackson.core jackson-databind bundle s/.*/2.x/ * *
+com.fasterxml.jackson.core jackson-databind jar s/.*/2.x/ * *
+com.fasterxml.jackson.dataformat jackson-dataformat-yaml * s/.*/2.x/ * *
junit junit jar s/4\..*/4.x/ * *
org.yaml snakeyaml bundle s/1\..*/1.x/ * *
org.yaml snakeyaml s/jar/bundle/ s/1\..*/1.x/ * *
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jackson-dataformat-yaml.git
More information about the pkg-java-commits
mailing list