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

ebourg-guest pushed a commit to branch master
in repository groovy.

commit 9776aea7d28899d39f03b2d46fa2a5b7075ed066
Author: Emmanuel Bourg <ebo...@apache.org>
Date:   Sun Mar 11 00:10:35 2018 +0100

    Updated the poms
---
 debian/poms/groovy-all.pom          | 106 ++++++++++++++++++++----------------
 debian/poms/groovy-ant.pom          |  72 +++++++++++++-----------
 debian/poms/groovy-bsf.pom          |  38 +++++++------
 debian/poms/groovy-console.pom      |  46 +++++++++-------
 debian/poms/groovy-docgenerator.pom |  52 ++++++++++--------
 debian/poms/groovy-groovydoc.pom    |  40 ++++++++------
 debian/poms/groovy-groovysh.pom     |  50 +++++++++--------
 debian/poms/groovy-jmx.pom          |  38 +++++++------
 debian/poms/groovy-json.pom         |  38 +++++++------
 debian/poms/groovy-jsr223.pom       |  38 +++++++------
 debian/poms/groovy-nio.pom          |  38 +++++++------
 debian/poms/groovy-servlet.pom      |  42 ++++++++------
 debian/poms/groovy-sql.pom          |  38 +++++++------
 debian/poms/groovy-swing.pom        |  38 +++++++------
 debian/poms/groovy-templates.pom    |  40 ++++++++------
 debian/poms/groovy-test.pom         |  48 +++++++++-------
 debian/poms/groovy-testng.pom       |  48 +++++++++-------
 debian/poms/groovy-xml.pom          |  38 +++++++------
 debian/poms/groovy.pom              |  84 ++++++++++++++++------------
 19 files changed, 529 insertions(+), 403 deletions(-)

diff --git a/debian/poms/groovy-all.pom b/debian/poms/groovy-all.pom
index e2cf801..ae61bc1 100644
--- a/debian/poms/groovy-all.pom
+++ b/debian/poms/groovy-all.pom
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.codehaus.groovy</groupId>
   <artifactId>groovy-all</artifactId>
-  <version>2.4.12</version>
+  <version>2.4.13</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -20,16 +20,6 @@
       <distribution>repo</distribution>
     </license>
   </licenses>
-  <mailingLists>
-    <mailingList>
-      <name>Groovy Developer List</name>
-      <archive>http://mail-archives.apache.org/mod_mbox/groovy-dev/</archive>
-    </mailingList>
-    <mailingList>
-      <name>Groovy User List</name>
-      <archive>http://mail-archives.apache.org/mod_mbox/groovy-users/</archive>
-    </mailingList>
-  </mailingLists>
   <developers>
     <developer>
       <id>glaforge</id>
@@ -577,29 +567,38 @@
     <contributor>
       <name>Alex Popescu</name>
     </contributor>
+    <contributor>
+      <name>Martin Kempf</name>
+    </contributor>
+    <contributor>
+      <name>Stephane Landelle</name>
+    </contributor>
   </contributors>
-  <issueManagement>
-    <system>jira</system>
-    <url>http://issues.apache.org/jira/browse/GROOVY</url>
-  </issueManagement>
+  <mailingLists>
+    <mailingList>
+      <name>Groovy Developer List</name>
+      <archive>http://mail-archives.apache.org/mod_mbox/groovy-dev/</archive>
+    </mailingList>
+    <mailingList>
+      <name>Groovy User List</name>
+      <archive>http://mail-archives.apache.org/mod_mbox/groovy-users/</archive>
+    </mailingList>
+  </mailingLists>
   <scm>
     <connection>scm:git:https://github.com/apache/groovy.git</connection>
     
<developerConnection>scm:git:https://github.com/apache/groovy.git</developerConnection>
     <url>https://github.com/apache/groovy.git</url>
   </scm>
+  <issueManagement>
+    <system>jira</system>
+    <url>http://issues.apache.org/jira/browse/GROOVY</url>
+  </issueManagement>
   <dependencies>
     <dependency>
       <groupId>org.apache.ant</groupId>
-      <artifactId>ant-launcher</artifactId>
-      <version>1.9.4</version>
-      <scope>runtime</scope>
-      <optional>true</optional>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.ant</groupId>
-      <artifactId>ant-antlr</artifactId>
+      <artifactId>ant</artifactId>
       <version>1.9.4</version>
-      <scope>runtime</scope>
+      <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
@@ -617,9 +616,16 @@
     </dependency>
     <dependency>
       <groupId>org.apache.ant</groupId>
-      <artifactId>ant</artifactId>
+      <artifactId>ant-launcher</artifactId>
       <version>1.9.4</version>
-      <scope>compile</scope>
+      <scope>runtime</scope>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.ant</groupId>
+      <artifactId>ant-antlr</artifactId>
+      <version>1.9.4</version>
+      <scope>runtime</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
@@ -708,29 +714,16 @@
       <optional>true</optional>
     </dependency>
     <dependency>
-      <groupId>org.fusesource.jansi</groupId>
-      <artifactId>jansi</artifactId>
-      <version>1.11</version>
+      <groupId>org.apache.ant</groupId>
+      <artifactId>ant</artifactId>
+      <version>1.9.4</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
-      <groupId>org.codehaus.gpars</groupId>
-      <artifactId>gpars</artifactId>
-      <version>1.2.1</version>
-      <scope>runtime</scope>
-      <exclusions>
-        <exclusion>
-          <artifactId>groovy-all</artifactId>
-          <groupId>org.codehaus.groovy</groupId>
-        </exclusion>
-      </exclusions>
-      <optional>true</optional>
-    </dependency>
-    <dependency>
       <groupId>com.thoughtworks.xstream</groupId>
       <artifactId>xstream</artifactId>
-      <version>1.4.7</version>
+      <version>1.4.10</version>
       <scope>compile</scope>
       <exclusions>
         <exclusion>
@@ -749,17 +742,36 @@
       <optional>true</optional>
     </dependency>
     <dependency>
+      <groupId>org.fusesource.jansi</groupId>
+      <artifactId>jansi</artifactId>
+      <version>1.11</version>
+      <scope>compile</scope>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
       <groupId>org.apache.ivy</groupId>
       <artifactId>ivy</artifactId>
       <version>2.4.0</version>
       <scope>compile</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>*</artifactId>
+          <groupId>*</groupId>
+        </exclusion>
+      </exclusions>
       <optional>true</optional>
     </dependency>
     <dependency>
-      <groupId>org.apache.ant</groupId>
-      <artifactId>ant</artifactId>
-      <version>1.9.4</version>
-      <scope>compile</scope>
+      <groupId>org.codehaus.gpars</groupId>
+      <artifactId>gpars</artifactId>
+      <version>1.2.1</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>groovy-all</artifactId>
+          <groupId>org.codehaus.groovy</groupId>
+        </exclusion>
+      </exclusions>
       <optional>true</optional>
     </dependency>
   </dependencies>
diff --git a/debian/poms/groovy-ant.pom b/debian/poms/groovy-ant.pom
index 70a0ac5..9f48015 100644
--- a/debian/poms/groovy-ant.pom
+++ b/debian/poms/groovy-ant.pom
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.codehaus.groovy</groupId>
   <artifactId>groovy-ant</artifactId>
-  <version>2.4.12</version>
+  <version>2.4.13</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -20,16 +20,6 @@
       <distribution>repo</distribution>
     </license>
   </licenses>
-  <mailingLists>
-    <mailingList>
-      <name>Groovy Developer List</name>
-      <archive>http://mail-archives.apache.org/mod_mbox/groovy-dev/</archive>
-    </mailingList>
-    <mailingList>
-      <name>Groovy User List</name>
-      <archive>http://mail-archives.apache.org/mod_mbox/groovy-users/</archive>
-    </mailingList>
-  </mailingLists>
   <developers>
     <developer>
       <id>glaforge</id>
@@ -577,28 +567,50 @@
     <contributor>
       <name>Alex Popescu</name>
     </contributor>
+    <contributor>
+      <name>Martin Kempf</name>
+    </contributor>
+    <contributor>
+      <name>Stephane Landelle</name>
+    </contributor>
   </contributors>
-  <issueManagement>
-    <system>jira</system>
-    <url>http://issues.apache.org/jira/browse/GROOVY</url>
-  </issueManagement>
+  <mailingLists>
+    <mailingList>
+      <name>Groovy Developer List</name>
+      <archive>http://mail-archives.apache.org/mod_mbox/groovy-dev/</archive>
+    </mailingList>
+    <mailingList>
+      <name>Groovy User List</name>
+      <archive>http://mail-archives.apache.org/mod_mbox/groovy-users/</archive>
+    </mailingList>
+  </mailingLists>
   <scm>
     <connection>scm:git:https://github.com/apache/groovy.git</connection>
     
<developerConnection>scm:git:https://github.com/apache/groovy.git</developerConnection>
     <url>https://github.com/apache/groovy.git</url>
   </scm>
+  <issueManagement>
+    <system>jira</system>
+    <url>http://issues.apache.org/jira/browse/GROOVY</url>
+  </issueManagement>
   <dependencies>
     <dependency>
-      <groupId>org.apache.ant</groupId>
-      <artifactId>ant-launcher</artifactId>
-      <version>1.9.4</version>
-      <scope>runtime</scope>
+      <groupId>org.codehaus.groovy</groupId>
+      <artifactId>groovy</artifactId>
+      <version>2.4.13</version>
+      <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.ant</groupId>
-      <artifactId>ant-antlr</artifactId>
+      <artifactId>ant</artifactId>
       <version>1.9.4</version>
-      <scope>runtime</scope>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.groovy</groupId>
+      <artifactId>groovy-groovydoc</artifactId>
+      <version>2.4.13</version>
+      <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.ant</groupId>
@@ -613,22 +625,16 @@
       </exclusions>
     </dependency>
     <dependency>
-      <groupId>org.codehaus.groovy</groupId>
-      <artifactId>groovy-groovydoc</artifactId>
-      <version>2.4.12</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.codehaus.groovy</groupId>
-      <artifactId>groovy</artifactId>
-      <version>2.4.12</version>
-      <scope>compile</scope>
+      <groupId>org.apache.ant</groupId>
+      <artifactId>ant-launcher</artifactId>
+      <version>1.9.4</version>
+      <scope>runtime</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.ant</groupId>
-      <artifactId>ant</artifactId>
+      <artifactId>ant-antlr</artifactId>
       <version>1.9.4</version>
-      <scope>compile</scope>
+      <scope>runtime</scope>
     </dependency>
   </dependencies>
 </project>
diff --git a/debian/poms/groovy-bsf.pom b/debian/poms/groovy-bsf.pom
index ff6e859..d387331 100644
--- a/debian/poms/groovy-bsf.pom
+++ b/debian/poms/groovy-bsf.pom
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.codehaus.groovy</groupId>
   <artifactId>groovy-bsf</artifactId>
-  <version>2.4.12</version>
+  <version>2.4.13</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -20,16 +20,6 @@
       <distribution>repo</distribution>
     </license>
   </licenses>
-  <mailingLists>
-    <mailingList>
-      <name>Groovy Developer List</name>
-      <archive>http://mail-archives.apache.org/mod_mbox/groovy-dev/</archive>
-    </mailingList>
-    <mailingList>
-      <name>Groovy User List</name>
-      <archive>http://mail-archives.apache.org/mod_mbox/groovy-users/</archive>
-    </mailingList>
-  </mailingLists>
   <developers>
     <developer>
       <id>glaforge</id>
@@ -577,16 +567,32 @@
     <contributor>
       <name>Alex Popescu</name>
     </contributor>
+    <contributor>
+      <name>Martin Kempf</name>
+    </contributor>
+    <contributor>
+      <name>Stephane Landelle</name>
+    </contributor>
   </contributors>
-  <issueManagement>
-    <system>jira</system>
-    <url>http://issues.apache.org/jira/browse/GROOVY</url>
-  </issueManagement>
+  <mailingLists>
+    <mailingList>
+      <name>Groovy Developer List</name>
+      <archive>http://mail-archives.apache.org/mod_mbox/groovy-dev/</archive>
+    </mailingList>
+    <mailingList>
+      <name>Groovy User List</name>
+      <archive>http://mail-archives.apache.org/mod_mbox/groovy-users/</archive>
+    </mailingList>
+  </mailingLists>
   <scm>
     <connection>scm:git:https://github.com/apache/groovy.git</connection>
     
<developerConnection>scm:git:https://github.com/apache/groovy.git</developerConnection>
     <url>https://github.com/apache/groovy.git</url>
   </scm>
+  <issueManagement>
+    <system>jira</system>
+    <url>http://issues.apache.org/jira/browse/GROOVY</url>
+  </issueManagement>
   <dependencies>
     <dependency>
       <groupId>bsf</groupId>
@@ -609,7 +615,7 @@
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy</artifactId>
-      <version>2.4.12</version>
+      <version>2.4.13</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>
diff --git a/debian/poms/groovy-console.pom b/debian/poms/groovy-console.pom
index 20f3c98..4971bcc 100644
--- a/debian/poms/groovy-console.pom
+++ b/debian/poms/groovy-console.pom
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.codehaus.groovy</groupId>
   <artifactId>groovy-console</artifactId>
-  <version>2.4.12</version>
+  <version>2.4.13</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -20,16 +20,6 @@
       <distribution>repo</distribution>
     </license>
   </licenses>
-  <mailingLists>
-    <mailingList>
-      <name>Groovy Developer List</name>
-      <archive>http://mail-archives.apache.org/mod_mbox/groovy-dev/</archive>
-    </mailingList>
-    <mailingList>
-      <name>Groovy User List</name>
-      <archive>http://mail-archives.apache.org/mod_mbox/groovy-users/</archive>
-    </mailingList>
-  </mailingLists>
   <developers>
     <developer>
       <id>glaforge</id>
@@ -577,33 +567,49 @@
     <contributor>
       <name>Alex Popescu</name>
     </contributor>
+    <contributor>
+      <name>Martin Kempf</name>
+    </contributor>
+    <contributor>
+      <name>Stephane Landelle</name>
+    </contributor>
   </contributors>
-  <issueManagement>
-    <system>jira</system>
-    <url>http://issues.apache.org/jira/browse/GROOVY</url>
-  </issueManagement>
+  <mailingLists>
+    <mailingList>
+      <name>Groovy Developer List</name>
+      <archive>http://mail-archives.apache.org/mod_mbox/groovy-dev/</archive>
+    </mailingList>
+    <mailingList>
+      <name>Groovy User List</name>
+      <archive>http://mail-archives.apache.org/mod_mbox/groovy-users/</archive>
+    </mailingList>
+  </mailingLists>
   <scm>
     <connection>scm:git:https://github.com/apache/groovy.git</connection>
     
<developerConnection>scm:git:https://github.com/apache/groovy.git</developerConnection>
     <url>https://github.com/apache/groovy.git</url>
   </scm>
+  <issueManagement>
+    <system>jira</system>
+    <url>http://issues.apache.org/jira/browse/GROOVY</url>
+  </issueManagement>
   <dependencies>
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
-      <artifactId>groovy-swing</artifactId>
-      <version>2.4.12</version>
+      <artifactId>groovy</artifactId>
+      <version>2.4.13</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
-      <artifactId>groovy</artifactId>
-      <version>2.4.12</version>
+      <artifactId>groovy-swing</artifactId>
+      <version>2.4.13</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy-templates</artifactId>
-      <version>2.4.12</version>
+      <version>2.4.13</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>
diff --git a/debian/poms/groovy-docgenerator.pom 
b/debian/poms/groovy-docgenerator.pom
index 8c537c6..335c39f 100644
--- a/debian/poms/groovy-docgenerator.pom
+++ b/debian/poms/groovy-docgenerator.pom
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.codehaus.groovy</groupId>
   <artifactId>groovy-docgenerator</artifactId>
-  <version>2.4.12</version>
+  <version>2.4.13</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -20,16 +20,6 @@
       <distribution>repo</distribution>
     </license>
   </licenses>
-  <mailingLists>
-    <mailingList>
-      <name>Groovy Developer List</name>
-      <archive>http://mail-archives.apache.org/mod_mbox/groovy-dev/</archive>
-    </mailingList>
-    <mailingList>
-      <name>Groovy User List</name>
-      <archive>http://mail-archives.apache.org/mod_mbox/groovy-users/</archive>
-    </mailingList>
-  </mailingLists>
   <developers>
     <developer>
       <id>glaforge</id>
@@ -577,33 +567,49 @@
     <contributor>
       <name>Alex Popescu</name>
     </contributor>
+    <contributor>
+      <name>Martin Kempf</name>
+    </contributor>
+    <contributor>
+      <name>Stephane Landelle</name>
+    </contributor>
   </contributors>
-  <issueManagement>
-    <system>jira</system>
-    <url>http://issues.apache.org/jira/browse/GROOVY</url>
-  </issueManagement>
+  <mailingLists>
+    <mailingList>
+      <name>Groovy Developer List</name>
+      <archive>http://mail-archives.apache.org/mod_mbox/groovy-dev/</archive>
+    </mailingList>
+    <mailingList>
+      <name>Groovy User List</name>
+      <archive>http://mail-archives.apache.org/mod_mbox/groovy-users/</archive>
+    </mailingList>
+  </mailingLists>
   <scm>
     <connection>scm:git:https://github.com/apache/groovy.git</connection>
     
<developerConnection>scm:git:https://github.com/apache/groovy.git</developerConnection>
     <url>https://github.com/apache/groovy.git</url>
   </scm>
+  <issueManagement>
+    <system>jira</system>
+    <url>http://issues.apache.org/jira/browse/GROOVY</url>
+  </issueManagement>
   <dependencies>
     <dependency>
-      <groupId>com.thoughtworks.qdox</groupId>
-      <artifactId>qdox</artifactId>
-      <version>1.12.1</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy</artifactId>
-      <version>2.4.12</version>
+      <version>2.4.13</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy-templates</artifactId>
-      <version>2.4.12</version>
+      <version>2.4.13</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.thoughtworks.qdox</groupId>
+      <artifactId>qdox</artifactId>
+      <version>1.12.1</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>
diff --git a/debian/poms/groovy-groovydoc.pom b/debian/poms/groovy-groovydoc.pom
index d27630d..15670ec 100644
--- a/debian/poms/groovy-groovydoc.pom
+++ b/debian/poms/groovy-groovydoc.pom
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.codehaus.groovy</groupId>
   <artifactId>groovy-groovydoc</artifactId>
-  <version>2.4.12</version>
+  <version>2.4.13</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -20,16 +20,6 @@
       <distribution>repo</distribution>
     </license>
   </licenses>
-  <mailingLists>
-    <mailingList>
-      <name>Groovy Developer List</name>
-      <archive>http://mail-archives.apache.org/mod_mbox/groovy-dev/</archive>
-    </mailingList>
-    <mailingList>
-      <name>Groovy User List</name>
-      <archive>http://mail-archives.apache.org/mod_mbox/groovy-users/</archive>
-    </mailingList>
-  </mailingLists>
   <developers>
     <developer>
       <id>glaforge</id>
@@ -577,27 +567,43 @@
     <contributor>
       <name>Alex Popescu</name>
     </contributor>
+    <contributor>
+      <name>Martin Kempf</name>
+    </contributor>
+    <contributor>
+      <name>Stephane Landelle</name>
+    </contributor>
   </contributors>
-  <issueManagement>
-    <system>jira</system>
-    <url>http://issues.apache.org/jira/browse/GROOVY</url>
-  </issueManagement>
+  <mailingLists>
+    <mailingList>
+      <name>Groovy Developer List</name>
+      <archive>http://mail-archives.apache.org/mod_mbox/groovy-dev/</archive>
+    </mailingList>
+    <mailingList>
+      <name>Groovy User List</name>
+      <archive>http://mail-archives.apache.org/mod_mbox/groovy-users/</archive>
+    </mailingList>
+  </mailingLists>
   <scm>
     <connection>scm:git:https://github.com/apache/groovy.git</connection>
     
<developerConnection>scm:git:https://github.com/apache/groovy.git</developerConnection>
     <url>https://github.com/apache/groovy.git</url>
   </scm>
+  <issueManagement>
+    <system>jira</system>
+    <url>http://issues.apache.org/jira/browse/GROOVY</url>
+  </issueManagement>
   <dependencies>
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy</artifactId>
-      <version>2.4.12</version>
+      <version>2.4.13</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy-templates</artifactId>
-      <version>2.4.12</version>
+      <version>2.4.13</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>
diff --git a/debian/poms/groovy-groovysh.pom b/debian/poms/groovy-groovysh.pom
index 6681e10..1818a55 100644
--- a/debian/poms/groovy-groovysh.pom
+++ b/debian/poms/groovy-groovysh.pom
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.codehaus.groovy</groupId>
   <artifactId>groovy-groovysh</artifactId>
-  <version>2.4.12</version>
+  <version>2.4.13</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -20,16 +20,6 @@
       <distribution>repo</distribution>
     </license>
   </licenses>
-  <mailingLists>
-    <mailingList>
-      <name>Groovy Developer List</name>
-      <archive>http://mail-archives.apache.org/mod_mbox/groovy-dev/</archive>
-    </mailingList>
-    <mailingList>
-      <name>Groovy User List</name>
-      <archive>http://mail-archives.apache.org/mod_mbox/groovy-users/</archive>
-    </mailingList>
-  </mailingLists>
   <developers>
     <developer>
       <id>glaforge</id>
@@ -577,21 +567,43 @@
     <contributor>
       <name>Alex Popescu</name>
     </contributor>
+    <contributor>
+      <name>Martin Kempf</name>
+    </contributor>
+    <contributor>
+      <name>Stephane Landelle</name>
+    </contributor>
   </contributors>
-  <issueManagement>
-    <system>jira</system>
-    <url>http://issues.apache.org/jira/browse/GROOVY</url>
-  </issueManagement>
+  <mailingLists>
+    <mailingList>
+      <name>Groovy Developer List</name>
+      <archive>http://mail-archives.apache.org/mod_mbox/groovy-dev/</archive>
+    </mailingList>
+    <mailingList>
+      <name>Groovy User List</name>
+      <archive>http://mail-archives.apache.org/mod_mbox/groovy-users/</archive>
+    </mailingList>
+  </mailingLists>
   <scm>
     <connection>scm:git:https://github.com/apache/groovy.git</connection>
     
<developerConnection>scm:git:https://github.com/apache/groovy.git</developerConnection>
     <url>https://github.com/apache/groovy.git</url>
   </scm>
+  <issueManagement>
+    <system>jira</system>
+    <url>http://issues.apache.org/jira/browse/GROOVY</url>
+  </issueManagement>
   <dependencies>
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
+      <artifactId>groovy</artifactId>
+      <version>2.4.13</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy-console</artifactId>
-      <version>2.4.12</version>
+      <version>2.4.13</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
@@ -606,11 +618,5 @@
         </exclusion>
       </exclusions>
     </dependency>
-    <dependency>
-      <groupId>org.codehaus.groovy</groupId>
-      <artifactId>groovy</artifactId>
-      <version>2.4.12</version>
-      <scope>compile</scope>
-    </dependency>
   </dependencies>
 </project>
diff --git a/debian/poms/groovy-jmx.pom b/debian/poms/groovy-jmx.pom
index dba4ff8..f9edd11 100644
--- a/debian/poms/groovy-jmx.pom
+++ b/debian/poms/groovy-jmx.pom
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.codehaus.groovy</groupId>
   <artifactId>groovy-jmx</artifactId>
-  <version>2.4.12</version>
+  <version>2.4.13</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -20,16 +20,6 @@
       <distribution>repo</distribution>
     </license>
   </licenses>
-  <mailingLists>
-    <mailingList>
-      <name>Groovy Developer List</name>
-      <archive>http://mail-archives.apache.org/mod_mbox/groovy-dev/</archive>
-    </mailingList>
-    <mailingList>
-      <name>Groovy User List</name>
-      <archive>http://mail-archives.apache.org/mod_mbox/groovy-users/</archive>
-    </mailingList>
-  </mailingLists>
   <developers>
     <developer>
       <id>glaforge</id>
@@ -577,21 +567,37 @@
     <contributor>
       <name>Alex Popescu</name>
     </contributor>
+    <contributor>
+      <name>Martin Kempf</name>
+    </contributor>
+    <contributor>
+      <name>Stephane Landelle</name>
+    </contributor>
   </contributors>
-  <issueManagement>
-    <system>jira</system>
-    <url>http://issues.apache.org/jira/browse/GROOVY</url>
-  </issueManagement>
+  <mailingLists>
+    <mailingList>
+      <name>Groovy Developer List</name>
+      <archive>http://mail-archives.apache.org/mod_mbox/groovy-dev/</archive>
+    </mailingList>
+    <mailingList>
+      <name>Groovy User List</name>
+      <archive>http://mail-archives.apache.org/mod_mbox/groovy-users/</archive>
+    </mailingList>
+  </mailingLists>
   <scm>
     <connection>scm:git:https://github.com/apache/groovy.git</connection>
     
<developerConnection>scm:git:https://github.com/apache/groovy.git</developerConnection>
     <url>https://github.com/apache/groovy.git</url>
   </scm>
+  <issueManagement>
+    <system>jira</system>
+    <url>http://issues.apache.org/jira/browse/GROOVY</url>
+  </issueManagement>
   <dependencies>
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy</artifactId>
-      <version>2.4.12</version>
+      <version>2.4.13</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>
diff --git a/debian/poms/groovy-json.pom b/debian/poms/groovy-json.pom
index 36bfeb2..c9f40e7 100644
--- a/debian/poms/groovy-json.pom
+++ b/debian/poms/groovy-json.pom
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.codehaus.groovy</groupId>
   <artifactId>groovy-json</artifactId>
-  <version>2.4.12</version>
+  <version>2.4.13</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -20,16 +20,6 @@
       <distribution>repo</distribution>
     </license>
   </licenses>
-  <mailingLists>
-    <mailingList>
-      <name>Groovy Developer List</name>
-      <archive>http://mail-archives.apache.org/mod_mbox/groovy-dev/</archive>
-    </mailingList>
-    <mailingList>
-      <name>Groovy User List</name>
-      <archive>http://mail-archives.apache.org/mod_mbox/groovy-users/</archive>
-    </mailingList>
-  </mailingLists>
   <developers>
     <developer>
       <id>glaforge</id>
@@ -577,21 +567,37 @@
     <contributor>
       <name>Alex Popescu</name>
     </contributor>
+    <contributor>
+      <name>Martin Kempf</name>
+    </contributor>
+    <contributor>
+      <name>Stephane Landelle</name>
+    </contributor>
   </contributors>
-  <issueManagement>
-    <system>jira</system>
-    <url>http://issues.apache.org/jira/browse/GROOVY</url>
-  </issueManagement>
+  <mailingLists>
+    <mailingList>
+      <name>Groovy Developer List</name>
+      <archive>http://mail-archives.apache.org/mod_mbox/groovy-dev/</archive>
+    </mailingList>
+    <mailingList>
+      <name>Groovy User List</name>
+      <archive>http://mail-archives.apache.org/mod_mbox/groovy-users/</archive>
+    </mailingList>
+  </mailingLists>
   <scm>
     <connection>scm:git:https://github.com/apache/groovy.git</connection>
     
<developerConnection>scm:git:https://github.com/apache/groovy.git</developerConnection>
     <url>https://github.com/apache/groovy.git</url>
   </scm>
+  <issueManagement>
+    <system>jira</system>
+    <url>http://issues.apache.org/jira/browse/GROOVY</url>
+  </issueManagement>
   <dependencies>
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy</artifactId>
-      <version>2.4.12</version>
+      <version>2.4.13</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>
diff --git a/debian/poms/groovy-jsr223.pom b/debian/poms/groovy-jsr223.pom
index af50f3e..36a4d0d 100644
--- a/debian/poms/groovy-jsr223.pom
+++ b/debian/poms/groovy-jsr223.pom
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.codehaus.groovy</groupId>
   <artifactId>groovy-jsr223</artifactId>
-  <version>2.4.12</version>
+  <version>2.4.13</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -20,16 +20,6 @@
       <distribution>repo</distribution>
     </license>
   </licenses>
-  <mailingLists>
-    <mailingList>
-      <name>Groovy Developer List</name>
-      <archive>http://mail-archives.apache.org/mod_mbox/groovy-dev/</archive>
-    </mailingList>
-    <mailingList>
-      <name>Groovy User List</name>
-      <archive>http://mail-archives.apache.org/mod_mbox/groovy-users/</archive>
-    </mailingList>
-  </mailingLists>
   <developers>
     <developer>
       <id>glaforge</id>
@@ -577,21 +567,37 @@
     <contributor>
       <name>Alex Popescu</name>
     </contributor>
+    <contributor>
+      <name>Martin Kempf</name>
+    </contributor>
+    <contributor>
+      <name>Stephane Landelle</name>
+    </contributor>
   </contributors>
-  <issueManagement>
-    <system>jira</system>
-    <url>http://issues.apache.org/jira/browse/GROOVY</url>
-  </issueManagement>
+  <mailingLists>
+    <mailingList>
+      <name>Groovy Developer List</name>
+      <archive>http://mail-archives.apache.org/mod_mbox/groovy-dev/</archive>
+    </mailingList>
+    <mailingList>
+      <name>Groovy User List</name>
+      <archive>http://mail-archives.apache.org/mod_mbox/groovy-users/</archive>
+    </mailingList>
+  </mailingLists>
   <scm>
     <connection>scm:git:https://github.com/apache/groovy.git</connection>
     
<developerConnection>scm:git:https://github.com/apache/groovy.git</developerConnection>
     <url>https://github.com/apache/groovy.git</url>
   </scm>
+  <issueManagement>
+    <system>jira</system>
+    <url>http://issues.apache.org/jira/browse/GROOVY</url>
+  </issueManagement>
   <dependencies>
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy</artifactId>
-      <version>2.4.12</version>
+      <version>2.4.13</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>
diff --git a/debian/poms/groovy-nio.pom b/debian/poms/groovy-nio.pom
index 82384e4..b739d1f 100644
--- a/debian/poms/groovy-nio.pom
+++ b/debian/poms/groovy-nio.pom
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.codehaus.groovy</groupId>
   <artifactId>groovy-nio</artifactId>
-  <version>2.4.12</version>
+  <version>2.4.13</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -20,16 +20,6 @@
       <distribution>repo</distribution>
     </license>
   </licenses>
-  <mailingLists>
-    <mailingList>
-      <name>Groovy Developer List</name>
-      <archive>http://mail-archives.apache.org/mod_mbox/groovy-dev/</archive>
-    </mailingList>
-    <mailingList>
-      <name>Groovy User List</name>
-      <archive>http://mail-archives.apache.org/mod_mbox/groovy-users/</archive>
-    </mailingList>
-  </mailingLists>
   <developers>
     <developer>
       <id>glaforge</id>
@@ -577,21 +567,37 @@
     <contributor>
       <name>Alex Popescu</name>
     </contributor>
+    <contributor>
+      <name>Martin Kempf</name>
+    </contributor>
+    <contributor>
+      <name>Stephane Landelle</name>
+    </contributor>
   </contributors>
-  <issueManagement>
-    <system>jira</system>
-    <url>http://issues.apache.org/jira/browse/GROOVY</url>
-  </issueManagement>
+  <mailingLists>
+    <mailingList>
+      <name>Groovy Developer List</name>
+      <archive>http://mail-archives.apache.org/mod_mbox/groovy-dev/</archive>
+    </mailingList>
+    <mailingList>
+      <name>Groovy User List</name>
+      <archive>http://mail-archives.apache.org/mod_mbox/groovy-users/</archive>
+    </mailingList>
+  </mailingLists>
   <scm>
     <connection>scm:git:https://github.com/apache/groovy.git</connection>
     
<developerConnection>scm:git:https://github.com/apache/groovy.git</developerConnection>
     <url>https://github.com/apache/groovy.git</url>
   </scm>
+  <issueManagement>
+    <system>jira</system>
+    <url>http://issues.apache.org/jira/browse/GROOVY</url>
+  </issueManagement>
   <dependencies>
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy</artifactId>
-      <version>2.4.12</version>
+      <version>2.4.13</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>
diff --git a/debian/poms/groovy-servlet.pom b/debian/poms/groovy-servlet.pom
index 679f368..3873136 100644
--- a/debian/poms/groovy-servlet.pom
+++ b/debian/poms/groovy-servlet.pom
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.codehaus.groovy</groupId>
   <artifactId>groovy-servlet</artifactId>
-  <version>2.4.12</version>
+  <version>2.4.13</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -20,16 +20,6 @@
       <distribution>repo</distribution>
     </license>
   </licenses>
-  <mailingLists>
-    <mailingList>
-      <name>Groovy Developer List</name>
-      <archive>http://mail-archives.apache.org/mod_mbox/groovy-dev/</archive>
-    </mailingList>
-    <mailingList>
-      <name>Groovy User List</name>
-      <archive>http://mail-archives.apache.org/mod_mbox/groovy-users/</archive>
-    </mailingList>
-  </mailingLists>
   <developers>
     <developer>
       <id>glaforge</id>
@@ -577,21 +567,37 @@
     <contributor>
       <name>Alex Popescu</name>
     </contributor>
+    <contributor>
+      <name>Martin Kempf</name>
+    </contributor>
+    <contributor>
+      <name>Stephane Landelle</name>
+    </contributor>
   </contributors>
-  <issueManagement>
-    <system>jira</system>
-    <url>http://issues.apache.org/jira/browse/GROOVY</url>
-  </issueManagement>
+  <mailingLists>
+    <mailingList>
+      <name>Groovy Developer List</name>
+      <archive>http://mail-archives.apache.org/mod_mbox/groovy-dev/</archive>
+    </mailingList>
+    <mailingList>
+      <name>Groovy User List</name>
+      <archive>http://mail-archives.apache.org/mod_mbox/groovy-users/</archive>
+    </mailingList>
+  </mailingLists>
   <scm>
     <connection>scm:git:https://github.com/apache/groovy.git</connection>
     
<developerConnection>scm:git:https://github.com/apache/groovy.git</developerConnection>
     <url>https://github.com/apache/groovy.git</url>
   </scm>
+  <issueManagement>
+    <system>jira</system>
+    <url>http://issues.apache.org/jira/browse/GROOVY</url>
+  </issueManagement>
   <dependencies>
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy-templates</artifactId>
-      <version>2.4.12</version>
+      <version>2.4.13</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
@@ -603,13 +609,13 @@
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy</artifactId>
-      <version>2.4.12</version>
+      <version>2.4.13</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy-xml</artifactId>
-      <version>2.4.12</version>
+      <version>2.4.13</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
diff --git a/debian/poms/groovy-sql.pom b/debian/poms/groovy-sql.pom
index a32883f..d03d17e 100644
--- a/debian/poms/groovy-sql.pom
+++ b/debian/poms/groovy-sql.pom
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.codehaus.groovy</groupId>
   <artifactId>groovy-sql</artifactId>
-  <version>2.4.12</version>
+  <version>2.4.13</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -20,16 +20,6 @@
       <distribution>repo</distribution>
     </license>
   </licenses>
-  <mailingLists>
-    <mailingList>
-      <name>Groovy Developer List</name>
-      <archive>http://mail-archives.apache.org/mod_mbox/groovy-dev/</archive>
-    </mailingList>
-    <mailingList>
-      <name>Groovy User List</name>
-      <archive>http://mail-archives.apache.org/mod_mbox/groovy-users/</archive>
-    </mailingList>
-  </mailingLists>
   <developers>
     <developer>
       <id>glaforge</id>
@@ -577,21 +567,37 @@
     <contributor>
       <name>Alex Popescu</name>
     </contributor>
+    <contributor>
+      <name>Martin Kempf</name>
+    </contributor>
+    <contributor>
+      <name>Stephane Landelle</name>
+    </contributor>
   </contributors>
-  <issueManagement>
-    <system>jira</system>
-    <url>http://issues.apache.org/jira/browse/GROOVY</url>
-  </issueManagement>
+  <mailingLists>
+    <mailingList>
+      <name>Groovy Developer List</name>
+      <archive>http://mail-archives.apache.org/mod_mbox/groovy-dev/</archive>
+    </mailingList>
+    <mailingList>
+      <name>Groovy User List</name>
+      <archive>http://mail-archives.apache.org/mod_mbox/groovy-users/</archive>
+    </mailingList>
+  </mailingLists>
   <scm>
     <connection>scm:git:https://github.com/apache/groovy.git</connection>
     
<developerConnection>scm:git:https://github.com/apache/groovy.git</developerConnection>
     <url>https://github.com/apache/groovy.git</url>
   </scm>
+  <issueManagement>
+    <system>jira</system>
+    <url>http://issues.apache.org/jira/browse/GROOVY</url>
+  </issueManagement>
   <dependencies>
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy</artifactId>
-      <version>2.4.12</version>
+      <version>2.4.13</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>
diff --git a/debian/poms/groovy-swing.pom b/debian/poms/groovy-swing.pom
index 69cce19..07ef4a4 100644
--- a/debian/poms/groovy-swing.pom
+++ b/debian/poms/groovy-swing.pom
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.codehaus.groovy</groupId>
   <artifactId>groovy-swing</artifactId>
-  <version>2.4.12</version>
+  <version>2.4.13</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -20,16 +20,6 @@
       <distribution>repo</distribution>
     </license>
   </licenses>
-  <mailingLists>
-    <mailingList>
-      <name>Groovy Developer List</name>
-      <archive>http://mail-archives.apache.org/mod_mbox/groovy-dev/</archive>
-    </mailingList>
-    <mailingList>
-      <name>Groovy User List</name>
-      <archive>http://mail-archives.apache.org/mod_mbox/groovy-users/</archive>
-    </mailingList>
-  </mailingLists>
   <developers>
     <developer>
       <id>glaforge</id>
@@ -577,21 +567,37 @@
     <contributor>
       <name>Alex Popescu</name>
     </contributor>
+    <contributor>
+      <name>Martin Kempf</name>
+    </contributor>
+    <contributor>
+      <name>Stephane Landelle</name>
+    </contributor>
   </contributors>
-  <issueManagement>
-    <system>jira</system>
-    <url>http://issues.apache.org/jira/browse/GROOVY</url>
-  </issueManagement>
+  <mailingLists>
+    <mailingList>
+      <name>Groovy Developer List</name>
+      <archive>http://mail-archives.apache.org/mod_mbox/groovy-dev/</archive>
+    </mailingList>
+    <mailingList>
+      <name>Groovy User List</name>
+      <archive>http://mail-archives.apache.org/mod_mbox/groovy-users/</archive>
+    </mailingList>
+  </mailingLists>
   <scm>
     <connection>scm:git:https://github.com/apache/groovy.git</connection>
     
<developerConnection>scm:git:https://github.com/apache/groovy.git</developerConnection>
     <url>https://github.com/apache/groovy.git</url>
   </scm>
+  <issueManagement>
+    <system>jira</system>
+    <url>http://issues.apache.org/jira/browse/GROOVY</url>
+  </issueManagement>
   <dependencies>
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy</artifactId>
-      <version>2.4.12</version>
+      <version>2.4.13</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>
diff --git a/debian/poms/groovy-templates.pom b/debian/poms/groovy-templates.pom
index 19de581..5026dd4 100644
--- a/debian/poms/groovy-templates.pom
+++ b/debian/poms/groovy-templates.pom
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.codehaus.groovy</groupId>
   <artifactId>groovy-templates</artifactId>
-  <version>2.4.12</version>
+  <version>2.4.13</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -20,16 +20,6 @@
       <distribution>repo</distribution>
     </license>
   </licenses>
-  <mailingLists>
-    <mailingList>
-      <name>Groovy Developer List</name>
-      <archive>http://mail-archives.apache.org/mod_mbox/groovy-dev/</archive>
-    </mailingList>
-    <mailingList>
-      <name>Groovy User List</name>
-      <archive>http://mail-archives.apache.org/mod_mbox/groovy-users/</archive>
-    </mailingList>
-  </mailingLists>
   <developers>
     <developer>
       <id>glaforge</id>
@@ -577,27 +567,43 @@
     <contributor>
       <name>Alex Popescu</name>
     </contributor>
+    <contributor>
+      <name>Martin Kempf</name>
+    </contributor>
+    <contributor>
+      <name>Stephane Landelle</name>
+    </contributor>
   </contributors>
-  <issueManagement>
-    <system>jira</system>
-    <url>http://issues.apache.org/jira/browse/GROOVY</url>
-  </issueManagement>
+  <mailingLists>
+    <mailingList>
+      <name>Groovy Developer List</name>
+      <archive>http://mail-archives.apache.org/mod_mbox/groovy-dev/</archive>
+    </mailingList>
+    <mailingList>
+      <name>Groovy User List</name>
+      <archive>http://mail-archives.apache.org/mod_mbox/groovy-users/</archive>
+    </mailingList>
+  </mailingLists>
   <scm>
     <connection>scm:git:https://github.com/apache/groovy.git</connection>
     
<developerConnection>scm:git:https://github.com/apache/groovy.git</developerConnection>
     <url>https://github.com/apache/groovy.git</url>
   </scm>
+  <issueManagement>
+    <system>jira</system>
+    <url>http://issues.apache.org/jira/browse/GROOVY</url>
+  </issueManagement>
   <dependencies>
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy</artifactId>
-      <version>2.4.12</version>
+      <version>2.4.13</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy-xml</artifactId>
-      <version>2.4.12</version>
+      <version>2.4.13</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>
diff --git a/debian/poms/groovy-test.pom b/debian/poms/groovy-test.pom
index 4133d3c..77ed5d6 100644
--- a/debian/poms/groovy-test.pom
+++ b/debian/poms/groovy-test.pom
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.codehaus.groovy</groupId>
   <artifactId>groovy-test</artifactId>
-  <version>2.4.12</version>
+  <version>2.4.13</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -20,16 +20,6 @@
       <distribution>repo</distribution>
     </license>
   </licenses>
-  <mailingLists>
-    <mailingList>
-      <name>Groovy Developer List</name>
-      <archive>http://mail-archives.apache.org/mod_mbox/groovy-dev/</archive>
-    </mailingList>
-    <mailingList>
-      <name>Groovy User List</name>
-      <archive>http://mail-archives.apache.org/mod_mbox/groovy-users/</archive>
-    </mailingList>
-  </mailingLists>
   <developers>
     <developer>
       <id>glaforge</id>
@@ -577,27 +567,43 @@
     <contributor>
       <name>Alex Popescu</name>
     </contributor>
+    <contributor>
+      <name>Martin Kempf</name>
+    </contributor>
+    <contributor>
+      <name>Stephane Landelle</name>
+    </contributor>
   </contributors>
-  <issueManagement>
-    <system>jira</system>
-    <url>http://issues.apache.org/jira/browse/GROOVY</url>
-  </issueManagement>
+  <mailingLists>
+    <mailingList>
+      <name>Groovy Developer List</name>
+      <archive>http://mail-archives.apache.org/mod_mbox/groovy-dev/</archive>
+    </mailingList>
+    <mailingList>
+      <name>Groovy User List</name>
+      <archive>http://mail-archives.apache.org/mod_mbox/groovy-users/</archive>
+    </mailingList>
+  </mailingLists>
   <scm>
     <connection>scm:git:https://github.com/apache/groovy.git</connection>
     
<developerConnection>scm:git:https://github.com/apache/groovy.git</developerConnection>
     <url>https://github.com/apache/groovy.git</url>
   </scm>
+  <issueManagement>
+    <system>jira</system>
+    <url>http://issues.apache.org/jira/browse/GROOVY</url>
+  </issueManagement>
   <dependencies>
     <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>4.12</version>
+      <groupId>org.codehaus.groovy</groupId>
+      <artifactId>groovy</artifactId>
+      <version>2.4.13</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
-      <groupId>org.codehaus.groovy</groupId>
-      <artifactId>groovy</artifactId>
-      <version>2.4.12</version>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.12</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>
diff --git a/debian/poms/groovy-testng.pom b/debian/poms/groovy-testng.pom
index e51a322..55d21e6 100644
--- a/debian/poms/groovy-testng.pom
+++ b/debian/poms/groovy-testng.pom
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.codehaus.groovy</groupId>
   <artifactId>groovy-testng</artifactId>
-  <version>2.4.12</version>
+  <version>2.4.13</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -20,16 +20,6 @@
       <distribution>repo</distribution>
     </license>
   </licenses>
-  <mailingLists>
-    <mailingList>
-      <name>Groovy Developer List</name>
-      <archive>http://mail-archives.apache.org/mod_mbox/groovy-dev/</archive>
-    </mailingList>
-    <mailingList>
-      <name>Groovy User List</name>
-      <archive>http://mail-archives.apache.org/mod_mbox/groovy-users/</archive>
-    </mailingList>
-  </mailingLists>
   <developers>
     <developer>
       <id>glaforge</id>
@@ -577,18 +567,40 @@
     <contributor>
       <name>Alex Popescu</name>
     </contributor>
+    <contributor>
+      <name>Martin Kempf</name>
+    </contributor>
+    <contributor>
+      <name>Stephane Landelle</name>
+    </contributor>
   </contributors>
-  <issueManagement>
-    <system>jira</system>
-    <url>http://issues.apache.org/jira/browse/GROOVY</url>
-  </issueManagement>
+  <mailingLists>
+    <mailingList>
+      <name>Groovy Developer List</name>
+      <archive>http://mail-archives.apache.org/mod_mbox/groovy-dev/</archive>
+    </mailingList>
+    <mailingList>
+      <name>Groovy User List</name>
+      <archive>http://mail-archives.apache.org/mod_mbox/groovy-users/</archive>
+    </mailingList>
+  </mailingLists>
   <scm>
     <connection>scm:git:https://github.com/apache/groovy.git</connection>
     
<developerConnection>scm:git:https://github.com/apache/groovy.git</developerConnection>
     <url>https://github.com/apache/groovy.git</url>
   </scm>
+  <issueManagement>
+    <system>jira</system>
+    <url>http://issues.apache.org/jira/browse/GROOVY</url>
+  </issueManagement>
   <dependencies>
     <dependency>
+      <groupId>org.codehaus.groovy</groupId>
+      <artifactId>groovy</artifactId>
+      <version>2.4.13</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
       <groupId>com.beust</groupId>
       <artifactId>jcommander</artifactId>
       <version>1.47</version>
@@ -610,11 +622,5 @@
         </exclusion>
       </exclusions>
     </dependency>
-    <dependency>
-      <groupId>org.codehaus.groovy</groupId>
-      <artifactId>groovy</artifactId>
-      <version>2.4.12</version>
-      <scope>compile</scope>
-    </dependency>
   </dependencies>
 </project>
diff --git a/debian/poms/groovy-xml.pom b/debian/poms/groovy-xml.pom
index 4f58b58..09de0bd 100644
--- a/debian/poms/groovy-xml.pom
+++ b/debian/poms/groovy-xml.pom
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.codehaus.groovy</groupId>
   <artifactId>groovy-xml</artifactId>
-  <version>2.4.12</version>
+  <version>2.4.13</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -20,16 +20,6 @@
       <distribution>repo</distribution>
     </license>
   </licenses>
-  <mailingLists>
-    <mailingList>
-      <name>Groovy Developer List</name>
-      <archive>http://mail-archives.apache.org/mod_mbox/groovy-dev/</archive>
-    </mailingList>
-    <mailingList>
-      <name>Groovy User List</name>
-      <archive>http://mail-archives.apache.org/mod_mbox/groovy-users/</archive>
-    </mailingList>
-  </mailingLists>
   <developers>
     <developer>
       <id>glaforge</id>
@@ -577,21 +567,37 @@
     <contributor>
       <name>Alex Popescu</name>
     </contributor>
+    <contributor>
+      <name>Martin Kempf</name>
+    </contributor>
+    <contributor>
+      <name>Stephane Landelle</name>
+    </contributor>
   </contributors>
-  <issueManagement>
-    <system>jira</system>
-    <url>http://issues.apache.org/jira/browse/GROOVY</url>
-  </issueManagement>
+  <mailingLists>
+    <mailingList>
+      <name>Groovy Developer List</name>
+      <archive>http://mail-archives.apache.org/mod_mbox/groovy-dev/</archive>
+    </mailingList>
+    <mailingList>
+      <name>Groovy User List</name>
+      <archive>http://mail-archives.apache.org/mod_mbox/groovy-users/</archive>
+    </mailingList>
+  </mailingLists>
   <scm>
     <connection>scm:git:https://github.com/apache/groovy.git</connection>
     
<developerConnection>scm:git:https://github.com/apache/groovy.git</developerConnection>
     <url>https://github.com/apache/groovy.git</url>
   </scm>
+  <issueManagement>
+    <system>jira</system>
+    <url>http://issues.apache.org/jira/browse/GROOVY</url>
+  </issueManagement>
   <dependencies>
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy</artifactId>
-      <version>2.4.12</version>
+      <version>2.4.13</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>
diff --git a/debian/poms/groovy.pom b/debian/poms/groovy.pom
index 7540919..96d885c 100644
--- a/debian/poms/groovy.pom
+++ b/debian/poms/groovy.pom
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.codehaus.groovy</groupId>
   <artifactId>groovy</artifactId>
-  <version>2.4.12</version>
+  <version>2.4.13</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -20,16 +20,6 @@
       <distribution>repo</distribution>
     </license>
   </licenses>
-  <mailingLists>
-    <mailingList>
-      <name>Groovy Developer List</name>
-      <archive>http://mail-archives.apache.org/mod_mbox/groovy-dev/</archive>
-    </mailingList>
-    <mailingList>
-      <name>Groovy User List</name>
-      <archive>http://mail-archives.apache.org/mod_mbox/groovy-users/</archive>
-    </mailingList>
-  </mailingLists>
   <developers>
     <developer>
       <id>glaforge</id>
@@ -577,41 +567,44 @@
     <contributor>
       <name>Alex Popescu</name>
     </contributor>
+    <contributor>
+      <name>Martin Kempf</name>
+    </contributor>
+    <contributor>
+      <name>Stephane Landelle</name>
+    </contributor>
   </contributors>
-  <issueManagement>
-    <system>jira</system>
-    <url>http://issues.apache.org/jira/browse/GROOVY</url>
-  </issueManagement>
+  <mailingLists>
+    <mailingList>
+      <name>Groovy Developer List</name>
+      <archive>http://mail-archives.apache.org/mod_mbox/groovy-dev/</archive>
+    </mailingList>
+    <mailingList>
+      <name>Groovy User List</name>
+      <archive>http://mail-archives.apache.org/mod_mbox/groovy-users/</archive>
+    </mailingList>
+  </mailingLists>
   <scm>
     <connection>scm:git:https://github.com/apache/groovy.git</connection>
     
<developerConnection>scm:git:https://github.com/apache/groovy.git</developerConnection>
     <url>https://github.com/apache/groovy.git</url>
   </scm>
+  <issueManagement>
+    <system>jira</system>
+    <url>http://issues.apache.org/jira/browse/GROOVY</url>
+  </issueManagement>
   <dependencies>
     <dependency>
-      <groupId>org.fusesource.jansi</groupId>
-      <artifactId>jansi</artifactId>
-      <version>1.11</version>
+      <groupId>org.apache.ant</groupId>
+      <artifactId>ant</artifactId>
+      <version>1.9.4</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
-      <groupId>org.codehaus.gpars</groupId>
-      <artifactId>gpars</artifactId>
-      <version>1.2.1</version>
-      <scope>runtime</scope>
-      <exclusions>
-        <exclusion>
-          <artifactId>groovy-all</artifactId>
-          <groupId>org.codehaus.groovy</groupId>
-        </exclusion>
-      </exclusions>
-      <optional>true</optional>
-    </dependency>
-    <dependency>
       <groupId>com.thoughtworks.xstream</groupId>
       <artifactId>xstream</artifactId>
-      <version>1.4.7</version>
+      <version>1.4.10</version>
       <scope>compile</scope>
       <exclusions>
         <exclusion>
@@ -630,17 +623,36 @@
       <optional>true</optional>
     </dependency>
     <dependency>
+      <groupId>org.fusesource.jansi</groupId>
+      <artifactId>jansi</artifactId>
+      <version>1.11</version>
+      <scope>compile</scope>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
       <groupId>org.apache.ivy</groupId>
       <artifactId>ivy</artifactId>
       <version>2.4.0</version>
       <scope>compile</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>*</artifactId>
+          <groupId>*</groupId>
+        </exclusion>
+      </exclusions>
       <optional>true</optional>
     </dependency>
     <dependency>
-      <groupId>org.apache.ant</groupId>
-      <artifactId>ant</artifactId>
-      <version>1.9.4</version>
-      <scope>compile</scope>
+      <groupId>org.codehaus.gpars</groupId>
+      <artifactId>gpars</artifactId>
+      <version>1.2.1</version>
+      <scope>runtime</scope>
+      <exclusions>
+        <exclusion>
+          <artifactId>groovy-all</artifactId>
+          <groupId>org.codehaus.groovy</groupId>
+        </exclusion>
+      </exclusions>
       <optional>true</optional>
     </dependency>
   </dependencies>

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

_______________________________________________
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to