[jackson-module-afterburner] 07/08: Updated the Maven rules
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon Apr 11 14:07:49 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-module-afterburner.
commit 68bd57f8547f0c93a1f86fe74cddfd0402cb65bb
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Mon Apr 11 15:55:36 2016 +0200
Updated the Maven rules
---
debian/changelog | 1 +
debian/maven.rules | 9 +++------
2 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 1287280..1226ba8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ jackson-module-afterburner (2.7.1-1) UNRELEASED; urgency=medium
[ Emmanuel Bourg ]
* New upstream release
+ - Updated the Maven rules
* Standards-Version updated to 3.9.8 (no changes)
* Use secure Vcs-* URLs
* Depend on libasm-java (>= 5.0) instead of libasm4-java
diff --git a/debian/maven.rules b/debian/maven.rules
index f613d49..4d04ffc 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -1,8 +1,5 @@
-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.core jackson-annotations * s/.*/2.x/ * *
+com.fasterxml.jackson.core jackson-core * s/.*/2.x/ * *
+com.fasterxml.jackson.core jackson-databind * s/.*/2.x/ * *
junit junit jar s/4\..*/4.x/ * *
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jackson-module-afterburner.git
More information about the pkg-java-commits
mailing list