This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository projectreactor.
commit 91a1fa4cb58415aa6389416d87606d743f03a6ae Author: Emmanuel Bourg <[email protected]> Date: Wed Aug 3 09:54:42 2016 +0200 Refreshed the Maven rules --- debian/changelog | 1 + debian/maven.ignoreRules | 6 ++++-- debian/maven.rules | 1 + 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index abaa91d..d513208 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ projectreactor (2.0.8-1) UNRELEASED; urgency=medium - Depend on libjsonpath-java (>= 2.0) - Depend on libnetty-java (>= 1:4.0.40) - New dependency on libreactive-streams-java + - Refreshed the Maven rules -- Emmanuel Bourg <[email protected]> Tue, 31 May 2016 14:41:51 +0200 diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules index 63760a0..fe52f90 100644 --- a/debian/maven.ignoreRules +++ b/debian/maven.ignoreRules @@ -1,4 +1,6 @@ com.github.jengelman.gradle.plugins shadow * * * * -org.jacoco org.jacoco.agent * * * * -org.springframework.build.gradle spring-io-plugin * * * * +io.spring.gradle spring-io-plugin * * * * +io.spring.gradle docbook-reference-plugin * * * * io.gatling jsr166e * * * * +net.sf.docbook docbook-xsl * * * * +org.asciidoctor asciidoctor-gradle-plugin * * * * diff --git a/debian/maven.rules b/debian/maven.rules index e40cb2d..16cde3b 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -1,2 +1,3 @@ com.google.code.findbugs jsr305 * s/.*/0.x/ * * com.fasterxml.jackson.core jackson-databind * s/.*/2.x/ * * +s/com.esotericsoftware/com.esotericsoftware.kryo/ kryo * s/.*/debian/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/projectreactor.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

