This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libjettison-java.
commit 5184e6e1199b85d0d92f96374cfce1774f2b3e35 Author: Emmanuel Bourg <[email protected]> Date: Fri Apr 20 15:18:10 2018 +0200 Update the Maven rules --- debian/changelog | 2 +- debian/control | 2 +- debian/maven.ignoreRules | 2 +- debian/maven.rules | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6d58bce..e653241 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -libjettison-java (1.3.1-1) UNRELEASED; urgency=medium +libjettison-java (1.4.0-1) UNRELEASED; urgency=medium * Team upload. * New upstream release diff --git a/debian/control b/debian/control index 82299a4..66805a2 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Torsten Werner <[email protected]> Build-Depends: debhelper (>= 11), default-jdk, - junit, + junit4, libmaven-bundle-plugin-java, libwoodstox-java, maven-debian-helper diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules index 06872d7..5f92e4a 100644 --- a/debian/maven.ignoreRules +++ b/debian/maven.ignoreRules @@ -1 +1 @@ -org.apache.maven.wagon wagon-webdav +org.sonatype.plugins nexus-staging-maven-plugin diff --git a/debian/maven.rules b/debian/maven.rules index a249406..1203bba 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -1,4 +1,4 @@ # Force installed POM to use "jar" packaging org.codehaus.jettison jettison s/bundle/jar/ s/.*/debian/ * * -junit junit * s/.*/3.x/ * * -s/woodstox/org.codehaus.woodstox/ s/wstx-asl/woodstox-core-lgpl/ * s/.*/debian/ * * +junit junit * s/.*/4.x/ * * +s/com.fasterxml.woodstox/org.codehaus.woodstox/ s/woodstox-core/woodstox-core-lgpl/ * s/.*/debian/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libjettison-java.git _______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

