[maven-invoker-plugin] 01/03: Transition to Groovy 2

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Fri Nov 20 11:04:05 UTC 2015


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository maven-invoker-plugin.

commit cc835ea0fa53b06dd96f5991f781c19bd6958bec
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Fri Nov 20 11:58:19 2015 +0100

    Transition to Groovy 2
---
 debian/changelog   | 9 +++++++--
 debian/control     | 2 +-
 debian/maven.rules | 2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index dd713c4..ac0c67d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,11 @@
-maven-invoker-plugin (1.5-4.1) UNRELEASED; urgency=medium
+maven-invoker-plugin (1.5-5) UNRELEASED; urgency=medium
 
-  * Non-maintainer upload.
+  * Team upload.
+
+  [ Emmanuel Bourg ]
+  * Transition to Groovy 2
+
+  [ Miguel Landaeta ]
   * Moved the package to Git
 
  -- Miguel Landaeta <nomadium at debian.org>  Fri, 21 Aug 2015 13:53:10 -0300
diff --git a/debian/control b/debian/control
index d44e3e7..89325a2 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Ludovic Claude <ludovic.claude at laposte.net>
 Build-Depends: cdbs, debhelper (>= 9), default-jdk, maven-debian-helper
 Build-Depends-Indep: ant,
                      bsh,
-                     groovy (>= 1.8.6-4~),
+                     groovy2,
                      libdoxia-java,
                      libdoxia-sitetools-java,
                      libjline-java,
diff --git a/debian/maven.rules b/debian/maven.rules
index 1dd5ecb..a2290ad 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -1,3 +1,3 @@
 junit junit jar s/3\..*/3.x/
 s/ant/org.apache.ant/ * * s/.*/debian/
-org.codehaus.groovy * * s/.*/1.x/ * *
+org.codehaus.groovy * * s/.*/2.x/ * *

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-invoker-plugin.git



More information about the pkg-java-commits mailing list