[groovy] 21/23: Updated the poms

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Mon Mar 12 14:40:54 GMT 2018


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

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

commit ca6b5c9cde428f929b05cb37ade67578e26a667d
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Sun Mar 11 00:36:04 2018 +0100

    Updated the poms
---
 debian/poms/groovy-all.pom          | 14 +++++++++++++-
 debian/poms/groovy-ant.pom          | 18 +++++++++++++++---
 debian/poms/groovy-bsf.pom          | 16 ++++++++++++++--
 debian/poms/groovy-console.pom      | 20 ++++++++++++++++----
 debian/poms/groovy-docgenerator.pom | 18 +++++++++++++++---
 debian/poms/groovy-groovydoc.pom    | 18 +++++++++++++++---
 debian/poms/groovy-groovysh.pom     | 18 +++++++++++++++---
 debian/poms/groovy-jmx.pom          | 16 ++++++++++++++--
 debian/poms/groovy-json.pom         | 16 ++++++++++++++--
 debian/poms/groovy-jsr223.pom       | 16 ++++++++++++++--
 debian/poms/groovy-nio.pom          | 16 ++++++++++++++--
 debian/poms/groovy-servlet.pom      | 20 ++++++++++++++++----
 debian/poms/groovy-sql.pom          | 16 ++++++++++++++--
 debian/poms/groovy-swing.pom        | 16 ++++++++++++++--
 debian/poms/groovy-templates.pom    | 18 +++++++++++++++---
 debian/poms/groovy-test.pom         | 16 ++++++++++++++--
 debian/poms/groovy-testng.pom       | 16 ++++++++++++++--
 debian/poms/groovy-xml.pom          | 16 ++++++++++++++--
 debian/poms/groovy.pom              | 14 +++++++++++++-
 19 files changed, 273 insertions(+), 45 deletions(-)

diff --git a/debian/poms/groovy-all.pom b/debian/poms/groovy-all.pom
index ae61bc1..8012508 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.13</version>
+  <version>2.4.14</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -341,6 +341,15 @@
         <role>Developer</role>
       </roles>
     </developer>
+    <developer>
+      <id>sunlan</id>
+      <name>Daniel Sun</name>
+      <email>realbluesun at hotmail.com</email>
+      <roles>
+        <role>Developer</role>
+        <role>Despot</role>
+      </roles>
+    </developer>
   </developers>
   <contributors>
     <contributor>
@@ -573,6 +582,9 @@
     <contributor>
       <name>Stephane Landelle</name>
     </contributor>
+    <contributor>
+      <name>Vladimir Vivien</name>
+    </contributor>
   </contributors>
   <mailingLists>
     <mailingList>
diff --git a/debian/poms/groovy-ant.pom b/debian/poms/groovy-ant.pom
index 9f48015..15a64b0 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.13</version>
+  <version>2.4.14</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -341,6 +341,15 @@
         <role>Developer</role>
       </roles>
     </developer>
+    <developer>
+      <id>sunlan</id>
+      <name>Daniel Sun</name>
+      <email>realbluesun at hotmail.com</email>
+      <roles>
+        <role>Developer</role>
+        <role>Despot</role>
+      </roles>
+    </developer>
   </developers>
   <contributors>
     <contributor>
@@ -573,6 +582,9 @@
     <contributor>
       <name>Stephane Landelle</name>
     </contributor>
+    <contributor>
+      <name>Vladimir Vivien</name>
+    </contributor>
   </contributors>
   <mailingLists>
     <mailingList>
@@ -597,7 +609,7 @@
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy</artifactId>
-      <version>2.4.13</version>
+      <version>2.4.14</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
@@ -609,7 +621,7 @@
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy-groovydoc</artifactId>
-      <version>2.4.13</version>
+      <version>2.4.14</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
diff --git a/debian/poms/groovy-bsf.pom b/debian/poms/groovy-bsf.pom
index d387331..49be6fd 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.13</version>
+  <version>2.4.14</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -341,6 +341,15 @@
         <role>Developer</role>
       </roles>
     </developer>
+    <developer>
+      <id>sunlan</id>
+      <name>Daniel Sun</name>
+      <email>realbluesun at hotmail.com</email>
+      <roles>
+        <role>Developer</role>
+        <role>Despot</role>
+      </roles>
+    </developer>
   </developers>
   <contributors>
     <contributor>
@@ -573,6 +582,9 @@
     <contributor>
       <name>Stephane Landelle</name>
     </contributor>
+    <contributor>
+      <name>Vladimir Vivien</name>
+    </contributor>
   </contributors>
   <mailingLists>
     <mailingList>
@@ -615,7 +627,7 @@
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy</artifactId>
-      <version>2.4.13</version>
+      <version>2.4.14</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>
diff --git a/debian/poms/groovy-console.pom b/debian/poms/groovy-console.pom
index 4971bcc..fd45095 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.13</version>
+  <version>2.4.14</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -341,6 +341,15 @@
         <role>Developer</role>
       </roles>
     </developer>
+    <developer>
+      <id>sunlan</id>
+      <name>Daniel Sun</name>
+      <email>realbluesun at hotmail.com</email>
+      <roles>
+        <role>Developer</role>
+        <role>Despot</role>
+      </roles>
+    </developer>
   </developers>
   <contributors>
     <contributor>
@@ -573,6 +582,9 @@
     <contributor>
       <name>Stephane Landelle</name>
     </contributor>
+    <contributor>
+      <name>Vladimir Vivien</name>
+    </contributor>
   </contributors>
   <mailingLists>
     <mailingList>
@@ -597,19 +609,19 @@
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy</artifactId>
-      <version>2.4.13</version>
+      <version>2.4.14</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy-swing</artifactId>
-      <version>2.4.13</version>
+      <version>2.4.14</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy-templates</artifactId>
-      <version>2.4.13</version>
+      <version>2.4.14</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>
diff --git a/debian/poms/groovy-docgenerator.pom b/debian/poms/groovy-docgenerator.pom
index 335c39f..0458455 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.13</version>
+  <version>2.4.14</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -341,6 +341,15 @@
         <role>Developer</role>
       </roles>
     </developer>
+    <developer>
+      <id>sunlan</id>
+      <name>Daniel Sun</name>
+      <email>realbluesun at hotmail.com</email>
+      <roles>
+        <role>Developer</role>
+        <role>Despot</role>
+      </roles>
+    </developer>
   </developers>
   <contributors>
     <contributor>
@@ -573,6 +582,9 @@
     <contributor>
       <name>Stephane Landelle</name>
     </contributor>
+    <contributor>
+      <name>Vladimir Vivien</name>
+    </contributor>
   </contributors>
   <mailingLists>
     <mailingList>
@@ -597,13 +609,13 @@
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy</artifactId>
-      <version>2.4.13</version>
+      <version>2.4.14</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy-templates</artifactId>
-      <version>2.4.13</version>
+      <version>2.4.14</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
diff --git a/debian/poms/groovy-groovydoc.pom b/debian/poms/groovy-groovydoc.pom
index 15670ec..4a7f09b 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.13</version>
+  <version>2.4.14</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -341,6 +341,15 @@
         <role>Developer</role>
       </roles>
     </developer>
+    <developer>
+      <id>sunlan</id>
+      <name>Daniel Sun</name>
+      <email>realbluesun at hotmail.com</email>
+      <roles>
+        <role>Developer</role>
+        <role>Despot</role>
+      </roles>
+    </developer>
   </developers>
   <contributors>
     <contributor>
@@ -573,6 +582,9 @@
     <contributor>
       <name>Stephane Landelle</name>
     </contributor>
+    <contributor>
+      <name>Vladimir Vivien</name>
+    </contributor>
   </contributors>
   <mailingLists>
     <mailingList>
@@ -597,13 +609,13 @@
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy</artifactId>
-      <version>2.4.13</version>
+      <version>2.4.14</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy-templates</artifactId>
-      <version>2.4.13</version>
+      <version>2.4.14</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>
diff --git a/debian/poms/groovy-groovysh.pom b/debian/poms/groovy-groovysh.pom
index 1818a55..33d84d3 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.13</version>
+  <version>2.4.14</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -341,6 +341,15 @@
         <role>Developer</role>
       </roles>
     </developer>
+    <developer>
+      <id>sunlan</id>
+      <name>Daniel Sun</name>
+      <email>realbluesun at hotmail.com</email>
+      <roles>
+        <role>Developer</role>
+        <role>Despot</role>
+      </roles>
+    </developer>
   </developers>
   <contributors>
     <contributor>
@@ -573,6 +582,9 @@
     <contributor>
       <name>Stephane Landelle</name>
     </contributor>
+    <contributor>
+      <name>Vladimir Vivien</name>
+    </contributor>
   </contributors>
   <mailingLists>
     <mailingList>
@@ -597,13 +609,13 @@
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy</artifactId>
-      <version>2.4.13</version>
+      <version>2.4.14</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy-console</artifactId>
-      <version>2.4.13</version>
+      <version>2.4.14</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
diff --git a/debian/poms/groovy-jmx.pom b/debian/poms/groovy-jmx.pom
index f9edd11..430f05d 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.13</version>
+  <version>2.4.14</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -341,6 +341,15 @@
         <role>Developer</role>
       </roles>
     </developer>
+    <developer>
+      <id>sunlan</id>
+      <name>Daniel Sun</name>
+      <email>realbluesun at hotmail.com</email>
+      <roles>
+        <role>Developer</role>
+        <role>Despot</role>
+      </roles>
+    </developer>
   </developers>
   <contributors>
     <contributor>
@@ -573,6 +582,9 @@
     <contributor>
       <name>Stephane Landelle</name>
     </contributor>
+    <contributor>
+      <name>Vladimir Vivien</name>
+    </contributor>
   </contributors>
   <mailingLists>
     <mailingList>
@@ -597,7 +609,7 @@
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy</artifactId>
-      <version>2.4.13</version>
+      <version>2.4.14</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>
diff --git a/debian/poms/groovy-json.pom b/debian/poms/groovy-json.pom
index c9f40e7..4e39a6c 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.13</version>
+  <version>2.4.14</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -341,6 +341,15 @@
         <role>Developer</role>
       </roles>
     </developer>
+    <developer>
+      <id>sunlan</id>
+      <name>Daniel Sun</name>
+      <email>realbluesun at hotmail.com</email>
+      <roles>
+        <role>Developer</role>
+        <role>Despot</role>
+      </roles>
+    </developer>
   </developers>
   <contributors>
     <contributor>
@@ -573,6 +582,9 @@
     <contributor>
       <name>Stephane Landelle</name>
     </contributor>
+    <contributor>
+      <name>Vladimir Vivien</name>
+    </contributor>
   </contributors>
   <mailingLists>
     <mailingList>
@@ -597,7 +609,7 @@
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy</artifactId>
-      <version>2.4.13</version>
+      <version>2.4.14</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>
diff --git a/debian/poms/groovy-jsr223.pom b/debian/poms/groovy-jsr223.pom
index 36a4d0d..cb9c4c4 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.13</version>
+  <version>2.4.14</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -341,6 +341,15 @@
         <role>Developer</role>
       </roles>
     </developer>
+    <developer>
+      <id>sunlan</id>
+      <name>Daniel Sun</name>
+      <email>realbluesun at hotmail.com</email>
+      <roles>
+        <role>Developer</role>
+        <role>Despot</role>
+      </roles>
+    </developer>
   </developers>
   <contributors>
     <contributor>
@@ -573,6 +582,9 @@
     <contributor>
       <name>Stephane Landelle</name>
     </contributor>
+    <contributor>
+      <name>Vladimir Vivien</name>
+    </contributor>
   </contributors>
   <mailingLists>
     <mailingList>
@@ -597,7 +609,7 @@
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy</artifactId>
-      <version>2.4.13</version>
+      <version>2.4.14</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>
diff --git a/debian/poms/groovy-nio.pom b/debian/poms/groovy-nio.pom
index b739d1f..7677a6b 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.13</version>
+  <version>2.4.14</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -341,6 +341,15 @@
         <role>Developer</role>
       </roles>
     </developer>
+    <developer>
+      <id>sunlan</id>
+      <name>Daniel Sun</name>
+      <email>realbluesun at hotmail.com</email>
+      <roles>
+        <role>Developer</role>
+        <role>Despot</role>
+      </roles>
+    </developer>
   </developers>
   <contributors>
     <contributor>
@@ -573,6 +582,9 @@
     <contributor>
       <name>Stephane Landelle</name>
     </contributor>
+    <contributor>
+      <name>Vladimir Vivien</name>
+    </contributor>
   </contributors>
   <mailingLists>
     <mailingList>
@@ -597,7 +609,7 @@
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy</artifactId>
-      <version>2.4.13</version>
+      <version>2.4.14</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>
diff --git a/debian/poms/groovy-servlet.pom b/debian/poms/groovy-servlet.pom
index 3873136..6000f7a 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.13</version>
+  <version>2.4.14</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -341,6 +341,15 @@
         <role>Developer</role>
       </roles>
     </developer>
+    <developer>
+      <id>sunlan</id>
+      <name>Daniel Sun</name>
+      <email>realbluesun at hotmail.com</email>
+      <roles>
+        <role>Developer</role>
+        <role>Despot</role>
+      </roles>
+    </developer>
   </developers>
   <contributors>
     <contributor>
@@ -573,6 +582,9 @@
     <contributor>
       <name>Stephane Landelle</name>
     </contributor>
+    <contributor>
+      <name>Vladimir Vivien</name>
+    </contributor>
   </contributors>
   <mailingLists>
     <mailingList>
@@ -597,7 +609,7 @@
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy-templates</artifactId>
-      <version>2.4.13</version>
+      <version>2.4.14</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
@@ -609,13 +621,13 @@
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy</artifactId>
-      <version>2.4.13</version>
+      <version>2.4.14</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy-xml</artifactId>
-      <version>2.4.13</version>
+      <version>2.4.14</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
diff --git a/debian/poms/groovy-sql.pom b/debian/poms/groovy-sql.pom
index d03d17e..0bfaf19 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.13</version>
+  <version>2.4.14</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -341,6 +341,15 @@
         <role>Developer</role>
       </roles>
     </developer>
+    <developer>
+      <id>sunlan</id>
+      <name>Daniel Sun</name>
+      <email>realbluesun at hotmail.com</email>
+      <roles>
+        <role>Developer</role>
+        <role>Despot</role>
+      </roles>
+    </developer>
   </developers>
   <contributors>
     <contributor>
@@ -573,6 +582,9 @@
     <contributor>
       <name>Stephane Landelle</name>
     </contributor>
+    <contributor>
+      <name>Vladimir Vivien</name>
+    </contributor>
   </contributors>
   <mailingLists>
     <mailingList>
@@ -597,7 +609,7 @@
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy</artifactId>
-      <version>2.4.13</version>
+      <version>2.4.14</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>
diff --git a/debian/poms/groovy-swing.pom b/debian/poms/groovy-swing.pom
index 07ef4a4..ccd93cf 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.13</version>
+  <version>2.4.14</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -341,6 +341,15 @@
         <role>Developer</role>
       </roles>
     </developer>
+    <developer>
+      <id>sunlan</id>
+      <name>Daniel Sun</name>
+      <email>realbluesun at hotmail.com</email>
+      <roles>
+        <role>Developer</role>
+        <role>Despot</role>
+      </roles>
+    </developer>
   </developers>
   <contributors>
     <contributor>
@@ -573,6 +582,9 @@
     <contributor>
       <name>Stephane Landelle</name>
     </contributor>
+    <contributor>
+      <name>Vladimir Vivien</name>
+    </contributor>
   </contributors>
   <mailingLists>
     <mailingList>
@@ -597,7 +609,7 @@
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy</artifactId>
-      <version>2.4.13</version>
+      <version>2.4.14</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>
diff --git a/debian/poms/groovy-templates.pom b/debian/poms/groovy-templates.pom
index 5026dd4..499dfab 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.13</version>
+  <version>2.4.14</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -341,6 +341,15 @@
         <role>Developer</role>
       </roles>
     </developer>
+    <developer>
+      <id>sunlan</id>
+      <name>Daniel Sun</name>
+      <email>realbluesun at hotmail.com</email>
+      <roles>
+        <role>Developer</role>
+        <role>Despot</role>
+      </roles>
+    </developer>
   </developers>
   <contributors>
     <contributor>
@@ -573,6 +582,9 @@
     <contributor>
       <name>Stephane Landelle</name>
     </contributor>
+    <contributor>
+      <name>Vladimir Vivien</name>
+    </contributor>
   </contributors>
   <mailingLists>
     <mailingList>
@@ -597,13 +609,13 @@
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy</artifactId>
-      <version>2.4.13</version>
+      <version>2.4.14</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy-xml</artifactId>
-      <version>2.4.13</version>
+      <version>2.4.14</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>
diff --git a/debian/poms/groovy-test.pom b/debian/poms/groovy-test.pom
index 77ed5d6..b474be1 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.13</version>
+  <version>2.4.14</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -341,6 +341,15 @@
         <role>Developer</role>
       </roles>
     </developer>
+    <developer>
+      <id>sunlan</id>
+      <name>Daniel Sun</name>
+      <email>realbluesun at hotmail.com</email>
+      <roles>
+        <role>Developer</role>
+        <role>Despot</role>
+      </roles>
+    </developer>
   </developers>
   <contributors>
     <contributor>
@@ -573,6 +582,9 @@
     <contributor>
       <name>Stephane Landelle</name>
     </contributor>
+    <contributor>
+      <name>Vladimir Vivien</name>
+    </contributor>
   </contributors>
   <mailingLists>
     <mailingList>
@@ -597,7 +609,7 @@
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy</artifactId>
-      <version>2.4.13</version>
+      <version>2.4.14</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
diff --git a/debian/poms/groovy-testng.pom b/debian/poms/groovy-testng.pom
index 55d21e6..aa85148 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.13</version>
+  <version>2.4.14</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -341,6 +341,15 @@
         <role>Developer</role>
       </roles>
     </developer>
+    <developer>
+      <id>sunlan</id>
+      <name>Daniel Sun</name>
+      <email>realbluesun at hotmail.com</email>
+      <roles>
+        <role>Developer</role>
+        <role>Despot</role>
+      </roles>
+    </developer>
   </developers>
   <contributors>
     <contributor>
@@ -573,6 +582,9 @@
     <contributor>
       <name>Stephane Landelle</name>
     </contributor>
+    <contributor>
+      <name>Vladimir Vivien</name>
+    </contributor>
   </contributors>
   <mailingLists>
     <mailingList>
@@ -597,7 +609,7 @@
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy</artifactId>
-      <version>2.4.13</version>
+      <version>2.4.14</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
diff --git a/debian/poms/groovy-xml.pom b/debian/poms/groovy-xml.pom
index 09de0bd..f258ed5 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.13</version>
+  <version>2.4.14</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -341,6 +341,15 @@
         <role>Developer</role>
       </roles>
     </developer>
+    <developer>
+      <id>sunlan</id>
+      <name>Daniel Sun</name>
+      <email>realbluesun at hotmail.com</email>
+      <roles>
+        <role>Developer</role>
+        <role>Despot</role>
+      </roles>
+    </developer>
   </developers>
   <contributors>
     <contributor>
@@ -573,6 +582,9 @@
     <contributor>
       <name>Stephane Landelle</name>
     </contributor>
+    <contributor>
+      <name>Vladimir Vivien</name>
+    </contributor>
   </contributors>
   <mailingLists>
     <mailingList>
@@ -597,7 +609,7 @@
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy</artifactId>
-      <version>2.4.13</version>
+      <version>2.4.14</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>
diff --git a/debian/poms/groovy.pom b/debian/poms/groovy.pom
index 96d885c..ddb26b2 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.13</version>
+  <version>2.4.14</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -341,6 +341,15 @@
         <role>Developer</role>
       </roles>
     </developer>
+    <developer>
+      <id>sunlan</id>
+      <name>Daniel Sun</name>
+      <email>realbluesun at hotmail.com</email>
+      <roles>
+        <role>Developer</role>
+        <role>Despot</role>
+      </roles>
+    </developer>
   </developers>
   <contributors>
     <contributor>
@@ -573,6 +582,9 @@
     <contributor>
       <name>Stephane Landelle</name>
     </contributor>
+    <contributor>
+      <name>Vladimir Vivien</name>
+    </contributor>
   </contributors>
   <mailingLists>
     <mailingList>

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



More information about the pkg-java-commits mailing list