This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jenkins-json.
commit 69def60a8695a9864ef47012bb64c3bc23e70d94 Author: Emmanuel Bourg <[email protected]> Date: Fri Nov 20 10:26:50 2015 +0100 Transition to Groovy 2 --- debian/changelog | 7 +++++++ debian/control | 4 ++-- debian/maven.rules | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2a3b26d..cf3a984 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +jenkins-json (2.4-jenkins-3-4) UNRELEASED; urgency=medium + + * Team upload. + * Transition to Groovy 2 + + -- Emmanuel Bourg <[email protected]> Fri, 20 Nov 2015 10:26:32 +0100 + jenkins-json (2.4-jenkins-3-3) unstable; urgency=low * Team upload. diff --git a/debian/control b/debian/control index 490336d..97559f7 100644 --- a/debian/control +++ b/debian/control @@ -11,8 +11,8 @@ Build-Depends: maven-debian-helper Build-Depends-Indep: default-jdk-doc, - groovy, - groovy-doc, + groovy2, + groovy2-doc, libcommons-beanutils-java, libcommons-beanutils-java-doc, libcommons-collections3-java (>= 3.2.1-7~), diff --git a/debian/maven.rules b/debian/maven.rules index 700af66..8715912 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -20,5 +20,5 @@ commons-collections commons-collections jar s/3\..*/3.x/ * * junit junit jar s/3\..*/3.x/ * * log4j log4j jar s/1\.2\..*/1.2.x/ * * commons-logging s/commons-logging-api/commons-logging/ * s/.*/debian/ * * -org.codehaus.groovy groovy* * s/.*/1.x/ * * +org.codehaus.groovy groovy* * s/.*/2.x/ * * commons-httpclient commons-httpclient jar s/3\..*/3.x/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jenkins-json.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

