[groovy] 04/05: Updated the poms

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Sun Apr 8 22:36:17 UTC 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 6a45266c6350d46ffe5c15e54f570bbc257fe294
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Mon Apr 9 00:16:05 2018 +0200

    Updated the poms
---
 debian/changelog                    |  1 +
 debian/poms/groovy-all.pom          |  2 +-
 debian/poms/groovy-ant.pom          |  6 +++---
 debian/poms/groovy-bsf.pom          |  4 ++--
 debian/poms/groovy-console.pom      |  8 ++++----
 debian/poms/groovy-docgenerator.pom |  6 +++---
 debian/poms/groovy-groovydoc.pom    |  6 +++---
 debian/poms/groovy-groovysh.pom     |  6 +++---
 debian/poms/groovy-jmx.pom          |  4 ++--
 debian/poms/groovy-json.pom         |  4 ++--
 debian/poms/groovy-jsr223.pom       |  4 ++--
 debian/poms/groovy-nio.pom          |  4 ++--
 debian/poms/groovy-servlet.pom      | 12 ++++++------
 debian/poms/groovy-sql.pom          |  4 ++--
 debian/poms/groovy-swing.pom        |  4 ++--
 debian/poms/groovy-templates.pom    |  6 +++---
 debian/poms/groovy-test.pom         |  4 ++--
 debian/poms/groovy-testng.pom       |  4 ++--
 debian/poms/groovy-xml.pom          |  4 ++--
 debian/poms/groovy.pom              |  2 +-
 20 files changed, 48 insertions(+), 47 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5003079..58914f9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ groovy (2.4.15-1) UNRELEASED; urgency=medium
   * Team upload.
   * New upstream release
     - Refreshed the patches
+    - Updated the poms
   * Standards-Version updated to 4.1.4
 
  -- Emmanuel Bourg <ebourg at apache.org>  Mon, 09 Apr 2018 00:00:30 +0200
diff --git a/debian/poms/groovy-all.pom b/debian/poms/groovy-all.pom
index 8012508..b49794a 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.14</version>
+  <version>2.4.15</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 15a64b0..3a21377 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.14</version>
+  <version>2.4.15</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -609,7 +609,7 @@
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy</artifactId>
-      <version>2.4.14</version>
+      <version>2.4.15</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
@@ -621,7 +621,7 @@
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy-groovydoc</artifactId>
-      <version>2.4.14</version>
+      <version>2.4.15</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
diff --git a/debian/poms/groovy-bsf.pom b/debian/poms/groovy-bsf.pom
index 49be6fd..10374dd 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.14</version>
+  <version>2.4.15</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -627,7 +627,7 @@
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy</artifactId>
-      <version>2.4.14</version>
+      <version>2.4.15</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>
diff --git a/debian/poms/groovy-console.pom b/debian/poms/groovy-console.pom
index fd45095..d8eca3a 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.14</version>
+  <version>2.4.15</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -609,19 +609,19 @@
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy</artifactId>
-      <version>2.4.14</version>
+      <version>2.4.15</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy-swing</artifactId>
-      <version>2.4.14</version>
+      <version>2.4.15</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy-templates</artifactId>
-      <version>2.4.14</version>
+      <version>2.4.15</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>
diff --git a/debian/poms/groovy-docgenerator.pom b/debian/poms/groovy-docgenerator.pom
index 0458455..1f0c3ef 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.14</version>
+  <version>2.4.15</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -609,13 +609,13 @@
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy</artifactId>
-      <version>2.4.14</version>
+      <version>2.4.15</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy-templates</artifactId>
-      <version>2.4.14</version>
+      <version>2.4.15</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
diff --git a/debian/poms/groovy-groovydoc.pom b/debian/poms/groovy-groovydoc.pom
index 4a7f09b..72d186f 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.14</version>
+  <version>2.4.15</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -609,13 +609,13 @@
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy</artifactId>
-      <version>2.4.14</version>
+      <version>2.4.15</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy-templates</artifactId>
-      <version>2.4.14</version>
+      <version>2.4.15</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>
diff --git a/debian/poms/groovy-groovysh.pom b/debian/poms/groovy-groovysh.pom
index 33d84d3..8925445 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.14</version>
+  <version>2.4.15</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -609,13 +609,13 @@
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy</artifactId>
-      <version>2.4.14</version>
+      <version>2.4.15</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy-console</artifactId>
-      <version>2.4.14</version>
+      <version>2.4.15</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
diff --git a/debian/poms/groovy-jmx.pom b/debian/poms/groovy-jmx.pom
index 430f05d..c192572 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.14</version>
+  <version>2.4.15</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -609,7 +609,7 @@
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy</artifactId>
-      <version>2.4.14</version>
+      <version>2.4.15</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>
diff --git a/debian/poms/groovy-json.pom b/debian/poms/groovy-json.pom
index 4e39a6c..93dbd09 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.14</version>
+  <version>2.4.15</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -609,7 +609,7 @@
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy</artifactId>
-      <version>2.4.14</version>
+      <version>2.4.15</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>
diff --git a/debian/poms/groovy-jsr223.pom b/debian/poms/groovy-jsr223.pom
index cb9c4c4..44c686c 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.14</version>
+  <version>2.4.15</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -609,7 +609,7 @@
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy</artifactId>
-      <version>2.4.14</version>
+      <version>2.4.15</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>
diff --git a/debian/poms/groovy-nio.pom b/debian/poms/groovy-nio.pom
index 7677a6b..f473261 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.14</version>
+  <version>2.4.15</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -609,7 +609,7 @@
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy</artifactId>
-      <version>2.4.14</version>
+      <version>2.4.15</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>
diff --git a/debian/poms/groovy-servlet.pom b/debian/poms/groovy-servlet.pom
index 6000f7a..1cc7781 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.14</version>
+  <version>2.4.15</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -608,8 +608,8 @@
   <dependencies>
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
-      <artifactId>groovy-templates</artifactId>
-      <version>2.4.14</version>
+      <artifactId>groovy-xml</artifactId>
+      <version>2.4.15</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
@@ -621,13 +621,13 @@
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy</artifactId>
-      <version>2.4.14</version>
+      <version>2.4.15</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
-      <artifactId>groovy-xml</artifactId>
-      <version>2.4.14</version>
+      <artifactId>groovy-templates</artifactId>
+      <version>2.4.15</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
diff --git a/debian/poms/groovy-sql.pom b/debian/poms/groovy-sql.pom
index 0bfaf19..942d07e 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.14</version>
+  <version>2.4.15</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -609,7 +609,7 @@
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy</artifactId>
-      <version>2.4.14</version>
+      <version>2.4.15</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>
diff --git a/debian/poms/groovy-swing.pom b/debian/poms/groovy-swing.pom
index ccd93cf..0137403 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.14</version>
+  <version>2.4.15</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -609,7 +609,7 @@
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy</artifactId>
-      <version>2.4.14</version>
+      <version>2.4.15</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>
diff --git a/debian/poms/groovy-templates.pom b/debian/poms/groovy-templates.pom
index 499dfab..3db1f4d 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.14</version>
+  <version>2.4.15</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -609,13 +609,13 @@
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy</artifactId>
-      <version>2.4.14</version>
+      <version>2.4.15</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy-xml</artifactId>
-      <version>2.4.14</version>
+      <version>2.4.15</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>
diff --git a/debian/poms/groovy-test.pom b/debian/poms/groovy-test.pom
index b474be1..59e359f 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.14</version>
+  <version>2.4.15</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -609,7 +609,7 @@
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy</artifactId>
-      <version>2.4.14</version>
+      <version>2.4.15</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
diff --git a/debian/poms/groovy-testng.pom b/debian/poms/groovy-testng.pom
index aa85148..f468a12 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.14</version>
+  <version>2.4.15</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -609,7 +609,7 @@
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy</artifactId>
-      <version>2.4.14</version>
+      <version>2.4.15</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
diff --git a/debian/poms/groovy-xml.pom b/debian/poms/groovy-xml.pom
index f258ed5..4579186 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.14</version>
+  <version>2.4.15</version>
   <packaging>jar</packaging>
   <name>Apache Groovy</name>
   <description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -609,7 +609,7 @@
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy</artifactId>
-      <version>2.4.14</version>
+      <version>2.4.15</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>
diff --git a/debian/poms/groovy.pom b/debian/poms/groovy.pom
index ddb26b2..7ce0af6 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.14</version>
+  <version>2.4.15</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