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

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

commit 2da87c14fb57eb138c51f55920a96bae29c2951c
Author: Emmanuel Bourg <ebo...@apache.org>
Date:   Sat Mar 10 22:10:22 2018 +0100

    Updated the poms
---
 debian/poms/groovy-all.pom          |  2 +-
 debian/poms/groovy-ant.pom          | 26 +++++++++++++-------------
 debian/poms/groovy-bsf.pom          | 14 +++++++-------
 debian/poms/groovy-console.pom      | 14 +++++++-------
 debian/poms/groovy-docgenerator.pom | 10 +++++-----
 debian/poms/groovy-groovydoc.pom    | 10 +++++-----
 debian/poms/groovy-groovysh.pom     | 12 ++++++------
 debian/poms/groovy-jmx.pom          |  4 ++--
 debian/poms/groovy-json.pom         |  4 ++--
 debian/poms/groovy-jsr223.pom       |  4 ++--
 debian/poms/groovy-servlet.pom      | 30 +++++++++++++++---------------
 debian/poms/groovy-sql.pom          |  4 ++--
 debian/poms/groovy-swing.pom        |  4 ++--
 debian/poms/groovy-templates.pom    |  6 +++---
 debian/poms/groovy-test.pom         | 14 +++++++-------
 debian/poms/groovy-testng.pom       | 14 +++++++-------
 debian/poms/groovy-xml.pom          |  4 ++--
 debian/poms/groovy.pom              |  2 +-
 18 files changed, 89 insertions(+), 89 deletions(-)

diff --git a/debian/poms/groovy-all.pom b/debian/poms/groovy-all.pom
index 8f6d3c9..65ef733 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.9</version>
+  <version>2.4.10</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
diff --git a/debian/poms/groovy-ant.pom b/debian/poms/groovy-ant.pom
index ca99811..1cbb242 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.9</version>
+  <version>2.4.10</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -601,6 +601,18 @@
       <scope>runtime</scope>
     </dependency>
     <dependency>
+      <groupId>org.codehaus.groovy</groupId>
+      <artifactId>groovy</artifactId>
+      <version>2.4.10</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.groovy</groupId>
+      <artifactId>groovy-groovydoc</artifactId>
+      <version>2.4.10</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
       <groupId>org.apache.ant</groupId>
       <artifactId>ant-junit</artifactId>
       <version>1.9.4</version>
@@ -613,18 +625,6 @@
       </exclusions>
     </dependency>
     <dependency>
-      <groupId>org.codehaus.groovy</groupId>
-      <artifactId>groovy</artifactId>
-      <version>2.4.9</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.codehaus.groovy</groupId>
-      <artifactId>groovy-groovydoc</artifactId>
-      <version>2.4.9</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
       <groupId>org.apache.ant</groupId>
       <artifactId>ant</artifactId>
       <version>1.9.4</version>
diff --git a/debian/poms/groovy-bsf.pom b/debian/poms/groovy-bsf.pom
index dd0be5d..d351909 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.9</version>
+  <version>2.4.10</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -589,6 +589,12 @@
   </scm>
   <dependencies>
     <dependency>
+      <groupId>org.codehaus.groovy</groupId>
+      <artifactId>groovy</artifactId>
+      <version>2.4.10</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
       <groupId>bsf</groupId>
       <artifactId>bsf</artifactId>
       <version>2.4.0</version>
@@ -606,11 +612,5 @@
       <version>1.2</version>
       <scope>compile</scope>
     </dependency>
-    <dependency>
-      <groupId>org.codehaus.groovy</groupId>
-      <artifactId>groovy</artifactId>
-      <version>2.4.9</version>
-      <scope>compile</scope>
-    </dependency>
   </dependencies>
 </project>
diff --git a/debian/poms/groovy-console.pom b/debian/poms/groovy-console.pom
index 4236f42..2bf7907 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.9</version>
+  <version>2.4.10</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -590,20 +590,20 @@
   <dependencies>
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
-      <artifactId>groovy-swing</artifactId>
-      <version>2.4.9</version>
+      <artifactId>groovy</artifactId>
+      <version>2.4.10</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
-      <artifactId>groovy-templates</artifactId>
-      <version>2.4.9</version>
+      <artifactId>groovy-swing</artifactId>
+      <version>2.4.10</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
-      <artifactId>groovy</artifactId>
-      <version>2.4.9</version>
+      <artifactId>groovy-templates</artifactId>
+      <version>2.4.10</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>
diff --git a/debian/poms/groovy-docgenerator.pom 
b/debian/poms/groovy-docgenerator.pom
index fcf8d0c..9169f3e 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.9</version>
+  <version>2.4.10</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -596,14 +596,14 @@
     </dependency>
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
-      <artifactId>groovy-templates</artifactId>
-      <version>2.4.9</version>
+      <artifactId>groovy</artifactId>
+      <version>2.4.10</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
-      <artifactId>groovy</artifactId>
-      <version>2.4.9</version>
+      <artifactId>groovy-templates</artifactId>
+      <version>2.4.10</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>
diff --git a/debian/poms/groovy-groovydoc.pom b/debian/poms/groovy-groovydoc.pom
index eb57bab..214acd2 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.9</version>
+  <version>2.4.10</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -590,14 +590,14 @@
   <dependencies>
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
-      <artifactId>groovy-templates</artifactId>
-      <version>2.4.9</version>
+      <artifactId>groovy</artifactId>
+      <version>2.4.10</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
-      <artifactId>groovy</artifactId>
-      <version>2.4.9</version>
+      <artifactId>groovy-templates</artifactId>
+      <version>2.4.10</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>
diff --git a/debian/poms/groovy-groovysh.pom b/debian/poms/groovy-groovysh.pom
index 8a4b6fb..120175c 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.9</version>
+  <version>2.4.10</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -244,7 +244,7 @@
       <id>paulk</id>
       <name>Paul King</name>
       <email>pa...@asert.com.au</email>
-      <organization>org.apache.maven.model.Organization@264b9ab1</organization>
+      
<organization>org.apache.maven.model.Organization@2.4.10ab1</organization>
       <roles>
         <role>Developer</role>
         <role>Despot</role>
@@ -590,14 +590,14 @@
   <dependencies>
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
-      <artifactId>groovy-console</artifactId>
-      <version>2.4.9</version>
+      <artifactId>groovy</artifactId>
+      <version>2.4.10</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
-      <artifactId>groovy</artifactId>
-      <version>2.4.9</version>
+      <artifactId>groovy-console</artifactId>
+      <version>2.4.10</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
diff --git a/debian/poms/groovy-jmx.pom b/debian/poms/groovy-jmx.pom
index ed3bbac..79cf6fe 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.9</version>
+  <version>2.4.10</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -591,7 +591,7 @@
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy</artifactId>
-      <version>2.4.9</version>
+      <version>2.4.10</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>
diff --git a/debian/poms/groovy-json.pom b/debian/poms/groovy-json.pom
index ce8bd68..afafddd 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.9</version>
+  <version>2.4.10</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -591,7 +591,7 @@
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy</artifactId>
-      <version>2.4.9</version>
+      <version>2.4.10</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>
diff --git a/debian/poms/groovy-jsr223.pom b/debian/poms/groovy-jsr223.pom
index b328ed5..9462113 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.9</version>
+  <version>2.4.10</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -591,7 +591,7 @@
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy</artifactId>
-      <version>2.4.9</version>
+      <version>2.4.10</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>
diff --git a/debian/poms/groovy-servlet.pom b/debian/poms/groovy-servlet.pom
index 275e0c8..92f9344 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.9</version>
+  <version>2.4.10</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -590,33 +590,33 @@
   <dependencies>
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
-      <artifactId>groovy-templates</artifactId>
-      <version>2.4.9</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>javax.servlet</groupId>
-      <artifactId>javax.servlet.jsp-api</artifactId>
-      <version>2.3</version>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy</artifactId>
-      <version>2.4.9</version>
+      <version>2.4.10</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy-xml</artifactId>
-      <version>2.4.9</version>
+      <version>2.4.10</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>javax.servlet</groupId>
+      <artifactId>javax.servlet.jsp-api</artifactId>
+      <version>2.3</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>javax.servlet</groupId>
       <artifactId>javax.servlet-api</artifactId>
       <version>3.1</version>
       <scope>provided</scope>
     </dependency>
+    <dependency>
+      <groupId>org.codehaus.groovy</groupId>
+      <artifactId>groovy-templates</artifactId>
+      <version>2.4.10</version>
+      <scope>compile</scope>
+    </dependency>
   </dependencies>
 </project>
diff --git a/debian/poms/groovy-sql.pom b/debian/poms/groovy-sql.pom
index 720077a..6ad20bf 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.9</version>
+  <version>2.4.10</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -591,7 +591,7 @@
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy</artifactId>
-      <version>2.4.9</version>
+      <version>2.4.10</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>
diff --git a/debian/poms/groovy-swing.pom b/debian/poms/groovy-swing.pom
index 98be02a..c2e5784 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.9</version>
+  <version>2.4.10</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -591,7 +591,7 @@
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy</artifactId>
-      <version>2.4.9</version>
+      <version>2.4.10</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>
diff --git a/debian/poms/groovy-templates.pom b/debian/poms/groovy-templates.pom
index f74e11c..0551ee2 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.9</version>
+  <version>2.4.10</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -591,13 +591,13 @@
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy</artifactId>
-      <version>2.4.9</version>
+      <version>2.4.10</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy-xml</artifactId>
-      <version>2.4.9</version>
+      <version>2.4.10</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>
diff --git a/debian/poms/groovy-test.pom b/debian/poms/groovy-test.pom
index 462e0f1..cd904b3 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.9</version>
+  <version>2.4.10</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -589,15 +589,15 @@
   </scm>
   <dependencies>
     <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>4.12</version>
+      <groupId>org.codehaus.groovy</groupId>
+      <artifactId>groovy</artifactId>
+      <version>2.4.10</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
-      <groupId>org.codehaus.groovy</groupId>
-      <artifactId>groovy</artifactId>
-      <version>2.4.9</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 0f64f34..684527f 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.9</version>
+  <version>2.4.10</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -589,15 +589,15 @@
   </scm>
   <dependencies>
     <dependency>
-      <groupId>com.beust</groupId>
-      <artifactId>jcommander</artifactId>
-      <version>1.47</version>
+      <groupId>org.codehaus.groovy</groupId>
+      <artifactId>groovy</artifactId>
+      <version>2.4.10</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
-      <groupId>org.codehaus.groovy</groupId>
-      <artifactId>groovy</artifactId>
-      <version>2.4.9</version>
+      <groupId>com.beust</groupId>
+      <artifactId>jcommander</artifactId>
+      <version>1.47</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
diff --git a/debian/poms/groovy-xml.pom b/debian/poms/groovy-xml.pom
index c63846b..ad7a30c 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.9</version>
+  <version>2.4.10</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -591,7 +591,7 @@
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy</artifactId>
-      <version>2.4.9</version>
+      <version>2.4.10</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>
diff --git a/debian/poms/groovy.pom b/debian/poms/groovy.pom
index 5ffa785..b4e38c4 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.9</version>
+  <version>2.4.10</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>

-- 
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