This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jackson-databind.
commit a9ce9277c01f54a137ad32456f53f410c55de27e Author: Emmanuel Bourg <[email protected]> Date: Fri Nov 20 13:06:18 2015 +0100 Transition to Groovy 2 --- debian/changelog | 7 +++++++ debian/control | 2 +- debian/maven.rules | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8ad0f2f..b633b46 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +jackson-databind (2.4.2-3) unstable; urgency=medium + + * Team upload. + * Transition to Groovy 2 + + -- Emmanuel Bourg <[email protected]> Fri, 20 Nov 2015 13:06:01 +0100 + jackson-databind (2.4.2-2) unstable; urgency=medium * Team upload. diff --git a/debian/control b/debian/control index 3e4e636..437b3f2 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,7 @@ Build-Depends: xmlstarlet Build-Depends-Indep: default-jdk-doc, - groovy (>= 1.8.6-4~), + groovy2, junit4, libcglib3-java, libjackson2-core-java-doc, diff --git a/debian/maven.rules b/debian/maven.rules index 61132a0..2cbd454 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -3,5 +3,5 @@ com.fasterxml.jackson.core jackson-annotations jar 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/ * * junit junit jar s/4\..*/4.x/ * * -org.codehaus.groovy * * s/.*/1.x/ * * +org.codehaus.groovy * * s/.*/2.x/ * * cglib cglib * s/.*/3.x/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jackson-databind.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

