[groovy] 02/03: Updated the poms

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue Jun 21 09:43:11 UTC 2016


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

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

commit f10e1bcfdfe62cf2c7dcf6b37887523eb50e7e74
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Tue Jun 21 11:18:12 2016 +0200

    Updated the poms
---
 debian/changelog                    |  4 +++-
 debian/poms/groovy-all.pom          |  2 +-
 debian/poms/groovy-ant.pom          | 16 ++++++++--------
 debian/poms/groovy-bsf.pom          | 14 +++++++-------
 debian/poms/groovy-console.pom      | 12 ++++++------
 debian/poms/groovy-docgenerator.pom | 16 ++++++++--------
 debian/poms/groovy-groovydoc.pom    | 10 +++++-----
 debian/poms/groovy-groovysh.pom     | 10 +++++-----
 debian/poms/groovy-jmx.pom          |  4 ++--
 debian/poms/groovy-json.pom         |  4 ++--
 debian/poms/groovy-jsr223.pom       |  4 ++--
 debian/poms/groovy-servlet.pom      | 18 +++++++++---------
 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 +-
 19 files changed, 82 insertions(+), 80 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1b0560c..a415288 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
-groovy (2.4.6-3) UNRELEASED; urgency=medium
+groovy (2.4.7-1) UNRELEASED; urgency=medium
 
   * Team upload.
+  * New upstream release
+    - Updated the poms
   * Transition to the Servlet API 3.1 (Closes: #801018, #801031)
 
  -- Emmanuel Bourg <ebourg at apache.org>  Mon, 20 Jun 2016 23:44:02 +0200
diff --git a/debian/poms/groovy-all.pom b/debian/poms/groovy-all.pom
index 1609df1..989f3a6 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.6</version>
+  <version>2.4.7</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 d48b690..5ceecf3 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.6</version>
+  <version>2.4.7</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -586,6 +586,12 @@
       <scope>runtime</scope>
     </dependency>
     <dependency>
+      <groupId>org.codehaus.groovy</groupId>
+      <artifactId>groovy</artifactId>
+      <version>2.4.7</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
       <groupId>org.apache.ant</groupId>
       <artifactId>ant-launcher</artifactId>
       <version>1.9.4</version>
@@ -593,14 +599,8 @@
     </dependency>
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
-      <artifactId>groovy</artifactId>
-      <version>2.4.6</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy-groovydoc</artifactId>
-      <version>2.4.6</version>
+      <version>2.4.7</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
diff --git a/debian/poms/groovy-bsf.pom b/debian/poms/groovy-bsf.pom
index 82c8fc9..194d804 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.6</version>
+  <version>2.4.7</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -574,6 +574,12 @@
   </scm>
   <dependencies>
     <dependency>
+      <groupId>org.codehaus.groovy</groupId>
+      <artifactId>groovy</artifactId>
+      <version>2.4.7</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
       <groupId>commons-logging</groupId>
       <artifactId>commons-logging</artifactId>
       <version>1.2</version>
@@ -591,11 +597,5 @@
         </exclusion>
       </exclusions>
     </dependency>
-    <dependency>
-      <groupId>org.codehaus.groovy</groupId>
-      <artifactId>groovy</artifactId>
-      <version>2.4.6</version>
-      <scope>compile</scope>
-    </dependency>
   </dependencies>
 </project>
diff --git a/debian/poms/groovy-console.pom b/debian/poms/groovy-console.pom
index 13435e9..fb7de5f 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.6</version>
+  <version>2.4.7</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -576,19 +576,19 @@
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy-swing</artifactId>
-      <version>2.4.6</version>
+      <version>2.4.7</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
-      <artifactId>groovy-templates</artifactId>
-      <version>2.4.6</version>
+      <artifactId>groovy</artifactId>
+      <version>2.4.7</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
-      <artifactId>groovy</artifactId>
-      <version>2.4.6</version>
+      <artifactId>groovy-templates</artifactId>
+      <version>2.4.7</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>
diff --git a/debian/poms/groovy-docgenerator.pom b/debian/poms/groovy-docgenerator.pom
index 54e8959..0a32923 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.6</version>
+  <version>2.4.7</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -575,8 +575,14 @@
   <dependencies>
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
+      <artifactId>groovy</artifactId>
+      <version>2.4.7</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy-templates</artifactId>
-      <version>2.4.6</version>
+      <version>2.4.7</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
@@ -585,11 +591,5 @@
       <version>1.12.1</version>
       <scope>compile</scope>
     </dependency>
-    <dependency>
-      <groupId>org.codehaus.groovy</groupId>
-      <artifactId>groovy</artifactId>
-      <version>2.4.6</version>
-      <scope>compile</scope>
-    </dependency>
   </dependencies>
 </project>
diff --git a/debian/poms/groovy-groovydoc.pom b/debian/poms/groovy-groovydoc.pom
index cdeb637..1470878 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.6</version>
+  <version>2.4.7</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -575,14 +575,14 @@
   <dependencies>
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
-      <artifactId>groovy-templates</artifactId>
-      <version>2.4.6</version>
+      <artifactId>groovy</artifactId>
+      <version>2.4.7</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
-      <artifactId>groovy</artifactId>
-      <version>2.4.6</version>
+      <artifactId>groovy-templates</artifactId>
+      <version>2.4.7</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>
diff --git a/debian/poms/groovy-groovysh.pom b/debian/poms/groovy-groovysh.pom
index 2c21dab..13da87b 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.6</version>
+  <version>2.4.7</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -575,8 +575,8 @@
   <dependencies>
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
-      <artifactId>groovy-console</artifactId>
-      <version>2.4.6</version>
+      <artifactId>groovy</artifactId>
+      <version>2.4.7</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
@@ -593,8 +593,8 @@
     </dependency>
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
-      <artifactId>groovy</artifactId>
-      <version>2.4.6</version>
+      <artifactId>groovy-console</artifactId>
+      <version>2.4.7</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>
diff --git a/debian/poms/groovy-jmx.pom b/debian/poms/groovy-jmx.pom
index 7c6f887..18b16f2 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.6</version>
+  <version>2.4.7</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -576,7 +576,7 @@
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy</artifactId>
-      <version>2.4.6</version>
+      <version>2.4.7</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>
diff --git a/debian/poms/groovy-json.pom b/debian/poms/groovy-json.pom
index 5047dc2..85fbc9c 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.6</version>
+  <version>2.4.7</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -576,7 +576,7 @@
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy</artifactId>
-      <version>2.4.6</version>
+      <version>2.4.7</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>
diff --git a/debian/poms/groovy-jsr223.pom b/debian/poms/groovy-jsr223.pom
index a097890..743f5c7 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.6</version>
+  <version>2.4.7</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -576,7 +576,7 @@
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy</artifactId>
-      <version>2.4.6</version>
+      <version>2.4.7</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>
diff --git a/debian/poms/groovy-servlet.pom b/debian/poms/groovy-servlet.pom
index f032af2..f1bee42 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.6</version>
+  <version>2.4.7</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -576,13 +576,19 @@
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy-xml</artifactId>
-      <version>2.4.6</version>
+      <version>2.4.7</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.groovy</groupId>
+      <artifactId>groovy</artifactId>
+      <version>2.4.7</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy-templates</artifactId>
-      <version>2.4.6</version>
+      <version>2.4.7</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
@@ -597,11 +603,5 @@
       <version>3.1</version>
       <scope>provided</scope>
     </dependency>
-    <dependency>
-      <groupId>org.codehaus.groovy</groupId>
-      <artifactId>groovy</artifactId>
-      <version>2.4.6</version>
-      <scope>compile</scope>
-    </dependency>
   </dependencies>
 </project>
diff --git a/debian/poms/groovy-sql.pom b/debian/poms/groovy-sql.pom
index 2a8093e..28eda7d 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.6</version>
+  <version>2.4.7</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -576,7 +576,7 @@
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy</artifactId>
-      <version>2.4.6</version>
+      <version>2.4.7</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>
diff --git a/debian/poms/groovy-swing.pom b/debian/poms/groovy-swing.pom
index 7dda4d9..8602117 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.6</version>
+  <version>2.4.7</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -576,7 +576,7 @@
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy</artifactId>
-      <version>2.4.6</version>
+      <version>2.4.7</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>
diff --git a/debian/poms/groovy-templates.pom b/debian/poms/groovy-templates.pom
index 386ec43..01058e6 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.6</version>
+  <version>2.4.7</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -576,13 +576,13 @@
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy-xml</artifactId>
-      <version>2.4.6</version>
+      <version>2.4.7</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy</artifactId>
-      <version>2.4.6</version>
+      <version>2.4.7</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>
diff --git a/debian/poms/groovy-test.pom b/debian/poms/groovy-test.pom
index 007c3b1..43dc8ad 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.6</version>
+  <version>2.4.7</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -574,15 +574,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.7</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
-      <groupId>org.codehaus.groovy</groupId>
-      <artifactId>groovy</artifactId>
-      <version>2.4.6</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 f0e834e..b7f99d1 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.6</version>
+  <version>2.4.7</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -590,15 +590,15 @@
       </exclusions>
     </dependency>
     <dependency>
-      <groupId>com.beust</groupId>
-      <artifactId>jcommander</artifactId>
-      <version>1.47</version>
+      <groupId>org.codehaus.groovy</groupId>
+      <artifactId>groovy</artifactId>
+      <version>2.4.7</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
-      <groupId>org.codehaus.groovy</groupId>
-      <artifactId>groovy</artifactId>
-      <version>2.4.6</version>
+      <groupId>com.beust</groupId>
+      <artifactId>jcommander</artifactId>
+      <version>1.47</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>
diff --git a/debian/poms/groovy-xml.pom b/debian/poms/groovy-xml.pom
index 8670cf4..7114891 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.6</version>
+  <version>2.4.7</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -576,7 +576,7 @@
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy</artifactId>
-      <version>2.4.6</version>
+      <version>2.4.7</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>
diff --git a/debian/poms/groovy.pom b/debian/poms/groovy.pom
index 27eb12d..eebd54f 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.6</version>
+  <version>2.4.7</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



More information about the pkg-java-commits mailing list