[polyglot-maven] 01/01: Transition to Groovy 2
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Fri Nov 20 12:32:40 UTC 2015
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository polyglot-maven.
commit 53f9f237aebb460a08aa92de3dfaf936970d6d0c
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Fri Nov 20 13:31:38 2015 +0100
Transition to Groovy 2
---
debian/build.xml | 2 +-
debian/changelog | 7 +++++++
debian/control | 2 +-
debian/maven.rules | 3 ++-
4 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/debian/build.xml b/debian/build.xml
index 126d502..440664c 100644
--- a/debian/build.xml
+++ b/debian/build.xml
@@ -44,7 +44,7 @@
<path id="groovyc.classpath">
<fileset dir="/usr/share/java" includes="commons-cli.jar"/>
- <fileset dir="/usr/share/java" includes="groovy-all.jar"/>
+ <fileset dir="/usr/share/java" includes="groovy-all-2.x.jar"/>
</path>
<!--path id="clojurec.classpath">
diff --git a/debian/changelog b/debian/changelog
index aac4af8..b9804b2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+polyglot-maven (0.8~tobrien+git20120905-5) unstable; urgency=medium
+
+ * Team upload.
+ * Transition to Groovy 2
+
+ -- Emmanuel Bourg <ebourg at apache.org> Fri, 20 Nov 2015 13:31:27 +0100
+
polyglot-maven (0.8~tobrien+git20120905-4) unstable; urgency=medium
* Team upload.
diff --git a/debian/control b/debian/control
index a7495a6..fd7f286 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.or
Uploaders: Damien Raude-Morvan <drazzib at debian.org>
Build-Depends: debhelper (>= 9), default-jdk, maven-repo-helper (>= 1.5)
Build-Depends-Indep: ant,
- groovy,
+ groovy2,
junit4,
libcommons-cli-java,
libcommons-logging-java,
diff --git a/debian/maven.rules b/debian/maven.rules
index d8b9b4c..2ce7251 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -23,7 +23,8 @@ org.apache.maven maven-plugin-api jar s/.*/3.0.4/ * *
org.apache.maven maven pom s/.*/3.0.4/ * *
org.codehaus.plexus plexus-component-metadata maven-plugin s/.*/1.5.5/ * *
commons-logging s/commons-logging-api/commons-logging/ * s/.*/debian/ * *
-s/groovy/org.codehaus.groovy/ groovy* * s/.*/debian/ * *
+s/groovy/org.codehaus.groovy/ groovy* * s/.*/2.x/ * *
+org.codehaus.groovy groovy* * s/.*/2.x/ * *
org.sonatype.pmaven pmaven-common jar s/.*/debian/ * *
org.sonatype.pmaven pmaven-groovy jar s/.*/debian/ * *
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/polyglot-maven.git
More information about the pkg-java-commits
mailing list