[groovy] 02/23: Updated the poms
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon Mar 12 14:40:52 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 09b4d73e179c75f5daa81bbd3cc617b15e55ee5b
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Sat Mar 10 21:21:05 2018 +0100
Updated the poms
---
debian/changelog | 7 +++++++
debian/poms/groovy-all.pom | 5 ++++-
debian/poms/groovy-ant.pom | 19 +++++++++++--------
debian/poms/groovy-bsf.pom | 17 ++++++++++-------
debian/poms/groovy-console.pom | 15 +++++++++------
debian/poms/groovy-docgenerator.pom | 13 ++++++++-----
debian/poms/groovy-groovydoc.pom | 13 ++++++++-----
debian/poms/groovy-groovysh.pom | 13 ++++++++-----
debian/poms/groovy-jmx.pom | 7 +++++--
debian/poms/groovy-json.pom | 7 +++++--
debian/poms/groovy-jsr223.pom | 7 +++++--
debian/poms/groovy-servlet.pom | 29 ++++++++++++++++-------------
debian/poms/groovy-sql.pom | 7 +++++--
debian/poms/groovy-swing.pom | 7 +++++--
debian/poms/groovy-templates.pom | 9 ++++++---
debian/poms/groovy-test.pom | 7 +++++--
debian/poms/groovy-testng.pom | 17 ++++++++++-------
debian/poms/groovy-xml.pom | 7 +++++--
debian/poms/groovy.pom | 5 ++++-
19 files changed, 136 insertions(+), 75 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index d5e2bbe..89344b6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+groovy (2.4.9-1) UNRELEASED; urgency=medium
+
+ * New upstream release
+ - Updated the poms
+
+ -- Emmanuel Bourg <ebourg at apache.org> Sat, 10 Mar 2018 17:17:15 +0100
+
groovy (2.4.8-3) unstable; urgency=medium
* Team upload.
diff --git a/debian/poms/groovy-all.pom b/debian/poms/groovy-all.pom
index fb6a636..8f6d3c9 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.8</version>
+ <version>2.4.9</version>
<packaging>jar</packaging>
<name>Apache Groovy</name>
<description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -574,6 +574,9 @@
<contributor>
<name>Alan Green</name>
</contributor>
+ <contributor>
+ <name>Alex Popescu</name>
+ </contributor>
</contributors>
<issueManagement>
<system>jira</system>
diff --git a/debian/poms/groovy-ant.pom b/debian/poms/groovy-ant.pom
index 60ea914..ca99811 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.8</version>
+ <version>2.4.9</version>
<packaging>jar</packaging>
<name>Apache Groovy</name>
<description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -574,6 +574,9 @@
<contributor>
<name>Alan Green</name>
</contributor>
+ <contributor>
+ <name>Alex Popescu</name>
+ </contributor>
</contributors>
<issueManagement>
<system>jira</system>
@@ -598,12 +601,6 @@
<scope>runtime</scope>
</dependency>
<dependency>
- <groupId>org.codehaus.groovy</groupId>
- <artifactId>groovy</artifactId>
- <version>2.4.8</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant-junit</artifactId>
<version>1.9.4</version>
@@ -617,8 +614,14 @@
</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.8</version>
+ <version>2.4.9</version>
<scope>compile</scope>
</dependency>
<dependency>
diff --git a/debian/poms/groovy-bsf.pom b/debian/poms/groovy-bsf.pom
index 3a29e4e..dd0be5d 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.8</version>
+ <version>2.4.9</version>
<packaging>jar</packaging>
<name>Apache Groovy</name>
<description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -574,6 +574,9 @@
<contributor>
<name>Alan Green</name>
</contributor>
+ <contributor>
+ <name>Alex Popescu</name>
+ </contributor>
</contributors>
<issueManagement>
<system>jira</system>
@@ -586,12 +589,6 @@
</scm>
<dependencies>
<dependency>
- <groupId>org.codehaus.groovy</groupId>
- <artifactId>groovy</artifactId>
- <version>2.4.8</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
<groupId>bsf</groupId>
<artifactId>bsf</artifactId>
<version>2.4.0</version>
@@ -609,5 +606,11 @@
<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 cfc3774..4236f42 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.8</version>
+ <version>2.4.9</version>
<packaging>jar</packaging>
<name>Apache Groovy</name>
<description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -574,6 +574,9 @@
<contributor>
<name>Alan Green</name>
</contributor>
+ <contributor>
+ <name>Alex Popescu</name>
+ </contributor>
</contributors>
<issueManagement>
<system>jira</system>
@@ -587,20 +590,20 @@
<dependencies>
<dependency>
<groupId>org.codehaus.groovy</groupId>
- <artifactId>groovy</artifactId>
- <version>2.4.8</version>
+ <artifactId>groovy-swing</artifactId>
+ <version>2.4.9</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-templates</artifactId>
- <version>2.4.8</version>
+ <version>2.4.9</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
- <artifactId>groovy-swing</artifactId>
- <version>2.4.8</version>
+ <artifactId>groovy</artifactId>
+ <version>2.4.9</version>
<scope>compile</scope>
</dependency>
</dependencies>
diff --git a/debian/poms/groovy-docgenerator.pom b/debian/poms/groovy-docgenerator.pom
index 83ccae4..fcf8d0c 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.8</version>
+ <version>2.4.9</version>
<packaging>jar</packaging>
<name>Apache Groovy</name>
<description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -574,6 +574,9 @@
<contributor>
<name>Alan Green</name>
</contributor>
+ <contributor>
+ <name>Alex Popescu</name>
+ </contributor>
</contributors>
<issueManagement>
<system>jira</system>
@@ -593,14 +596,14 @@
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
- <artifactId>groovy</artifactId>
- <version>2.4.8</version>
+ <artifactId>groovy-templates</artifactId>
+ <version>2.4.9</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
- <artifactId>groovy-templates</artifactId>
- <version>2.4.8</version>
+ <artifactId>groovy</artifactId>
+ <version>2.4.9</version>
<scope>compile</scope>
</dependency>
</dependencies>
diff --git a/debian/poms/groovy-groovydoc.pom b/debian/poms/groovy-groovydoc.pom
index 0b03a5e..eb57bab 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.8</version>
+ <version>2.4.9</version>
<packaging>jar</packaging>
<name>Apache Groovy</name>
<description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -574,6 +574,9 @@
<contributor>
<name>Alan Green</name>
</contributor>
+ <contributor>
+ <name>Alex Popescu</name>
+ </contributor>
</contributors>
<issueManagement>
<system>jira</system>
@@ -587,14 +590,14 @@
<dependencies>
<dependency>
<groupId>org.codehaus.groovy</groupId>
- <artifactId>groovy</artifactId>
- <version>2.4.8</version>
+ <artifactId>groovy-templates</artifactId>
+ <version>2.4.9</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
- <artifactId>groovy-templates</artifactId>
- <version>2.4.8</version>
+ <artifactId>groovy</artifactId>
+ <version>2.4.9</version>
<scope>compile</scope>
</dependency>
</dependencies>
diff --git a/debian/poms/groovy-groovysh.pom b/debian/poms/groovy-groovysh.pom
index c1894c4..8a4b6fb 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.8</version>
+ <version>2.4.9</version>
<packaging>jar</packaging>
<name>Apache Groovy</name>
<description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -574,6 +574,9 @@
<contributor>
<name>Alan Green</name>
</contributor>
+ <contributor>
+ <name>Alex Popescu</name>
+ </contributor>
</contributors>
<issueManagement>
<system>jira</system>
@@ -587,14 +590,14 @@
<dependencies>
<dependency>
<groupId>org.codehaus.groovy</groupId>
- <artifactId>groovy</artifactId>
- <version>2.4.8</version>
+ <artifactId>groovy-console</artifactId>
+ <version>2.4.9</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
- <artifactId>groovy-console</artifactId>
- <version>2.4.8</version>
+ <artifactId>groovy</artifactId>
+ <version>2.4.9</version>
<scope>compile</scope>
</dependency>
<dependency>
diff --git a/debian/poms/groovy-jmx.pom b/debian/poms/groovy-jmx.pom
index 08e98b0..ed3bbac 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.8</version>
+ <version>2.4.9</version>
<packaging>jar</packaging>
<name>Apache Groovy</name>
<description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -574,6 +574,9 @@
<contributor>
<name>Alan Green</name>
</contributor>
+ <contributor>
+ <name>Alex Popescu</name>
+ </contributor>
</contributors>
<issueManagement>
<system>jira</system>
@@ -588,7 +591,7 @@
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy</artifactId>
- <version>2.4.8</version>
+ <version>2.4.9</version>
<scope>compile</scope>
</dependency>
</dependencies>
diff --git a/debian/poms/groovy-json.pom b/debian/poms/groovy-json.pom
index 62ac1bb..ce8bd68 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.8</version>
+ <version>2.4.9</version>
<packaging>jar</packaging>
<name>Apache Groovy</name>
<description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -574,6 +574,9 @@
<contributor>
<name>Alan Green</name>
</contributor>
+ <contributor>
+ <name>Alex Popescu</name>
+ </contributor>
</contributors>
<issueManagement>
<system>jira</system>
@@ -588,7 +591,7 @@
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy</artifactId>
- <version>2.4.8</version>
+ <version>2.4.9</version>
<scope>compile</scope>
</dependency>
</dependencies>
diff --git a/debian/poms/groovy-jsr223.pom b/debian/poms/groovy-jsr223.pom
index 19b3039..b328ed5 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.8</version>
+ <version>2.4.9</version>
<packaging>jar</packaging>
<name>Apache Groovy</name>
<description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -574,6 +574,9 @@
<contributor>
<name>Alan Green</name>
</contributor>
+ <contributor>
+ <name>Alex Popescu</name>
+ </contributor>
</contributors>
<issueManagement>
<system>jira</system>
@@ -588,7 +591,7 @@
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy</artifactId>
- <version>2.4.8</version>
+ <version>2.4.9</version>
<scope>compile</scope>
</dependency>
</dependencies>
diff --git a/debian/poms/groovy-servlet.pom b/debian/poms/groovy-servlet.pom
index a12dc54..275e0c8 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.8</version>
+ <version>2.4.9</version>
<packaging>jar</packaging>
<name>Apache Groovy</name>
<description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -574,6 +574,9 @@
<contributor>
<name>Alan Green</name>
</contributor>
+ <contributor>
+ <name>Alex Popescu</name>
+ </contributor>
</contributors>
<issueManagement>
<system>jira</system>
@@ -587,14 +590,8 @@
<dependencies>
<dependency>
<groupId>org.codehaus.groovy</groupId>
- <artifactId>groovy</artifactId>
- <version>2.4.8</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-templates</artifactId>
- <version>2.4.8</version>
+ <version>2.4.9</version>
<scope>compile</scope>
</dependency>
<dependency>
@@ -604,16 +601,22 @@
<scope>provided</scope>
</dependency>
<dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>javax.servlet-api</artifactId>
- <version>3.1</version>
- <scope>provided</scope>
+ <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-xml</artifactId>
- <version>2.4.8</version>
+ <version>2.4.9</version>
<scope>compile</scope>
</dependency>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>javax.servlet-api</artifactId>
+ <version>3.1</version>
+ <scope>provided</scope>
+ </dependency>
</dependencies>
</project>
diff --git a/debian/poms/groovy-sql.pom b/debian/poms/groovy-sql.pom
index 5028c10..720077a 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.8</version>
+ <version>2.4.9</version>
<packaging>jar</packaging>
<name>Apache Groovy</name>
<description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -574,6 +574,9 @@
<contributor>
<name>Alan Green</name>
</contributor>
+ <contributor>
+ <name>Alex Popescu</name>
+ </contributor>
</contributors>
<issueManagement>
<system>jira</system>
@@ -588,7 +591,7 @@
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy</artifactId>
- <version>2.4.8</version>
+ <version>2.4.9</version>
<scope>compile</scope>
</dependency>
</dependencies>
diff --git a/debian/poms/groovy-swing.pom b/debian/poms/groovy-swing.pom
index abe32a5..98be02a 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.8</version>
+ <version>2.4.9</version>
<packaging>jar</packaging>
<name>Apache Groovy</name>
<description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -574,6 +574,9 @@
<contributor>
<name>Alan Green</name>
</contributor>
+ <contributor>
+ <name>Alex Popescu</name>
+ </contributor>
</contributors>
<issueManagement>
<system>jira</system>
@@ -588,7 +591,7 @@
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy</artifactId>
- <version>2.4.8</version>
+ <version>2.4.9</version>
<scope>compile</scope>
</dependency>
</dependencies>
diff --git a/debian/poms/groovy-templates.pom b/debian/poms/groovy-templates.pom
index 41e553c..f74e11c 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.8</version>
+ <version>2.4.9</version>
<packaging>jar</packaging>
<name>Apache Groovy</name>
<description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -574,6 +574,9 @@
<contributor>
<name>Alan Green</name>
</contributor>
+ <contributor>
+ <name>Alex Popescu</name>
+ </contributor>
</contributors>
<issueManagement>
<system>jira</system>
@@ -588,13 +591,13 @@
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy</artifactId>
- <version>2.4.8</version>
+ <version>2.4.9</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-xml</artifactId>
- <version>2.4.8</version>
+ <version>2.4.9</version>
<scope>compile</scope>
</dependency>
</dependencies>
diff --git a/debian/poms/groovy-test.pom b/debian/poms/groovy-test.pom
index 33094a5..462e0f1 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.8</version>
+ <version>2.4.9</version>
<packaging>jar</packaging>
<name>Apache Groovy</name>
<description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -574,6 +574,9 @@
<contributor>
<name>Alan Green</name>
</contributor>
+ <contributor>
+ <name>Alex Popescu</name>
+ </contributor>
</contributors>
<issueManagement>
<system>jira</system>
@@ -594,7 +597,7 @@
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy</artifactId>
- <version>2.4.8</version>
+ <version>2.4.9</version>
<scope>compile</scope>
</dependency>
</dependencies>
diff --git a/debian/poms/groovy-testng.pom b/debian/poms/groovy-testng.pom
index a531c78..0f64f34 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.8</version>
+ <version>2.4.9</version>
<packaging>jar</packaging>
<name>Apache Groovy</name>
<description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -574,6 +574,9 @@
<contributor>
<name>Alan Green</name>
</contributor>
+ <contributor>
+ <name>Alex Popescu</name>
+ </contributor>
</contributors>
<issueManagement>
<system>jira</system>
@@ -586,18 +589,18 @@
</scm>
<dependencies>
<dependency>
- <groupId>org.codehaus.groovy</groupId>
- <artifactId>groovy</artifactId>
- <version>2.4.8</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
<groupId>com.beust</groupId>
<artifactId>jcommander</artifactId>
<version>1.47</version>
<scope>compile</scope>
</dependency>
<dependency>
+ <groupId>org.codehaus.groovy</groupId>
+ <artifactId>groovy</artifactId>
+ <version>2.4.9</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>6.8.13</version>
diff --git a/debian/poms/groovy-xml.pom b/debian/poms/groovy-xml.pom
index 83cb2a3..c63846b 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.8</version>
+ <version>2.4.9</version>
<packaging>jar</packaging>
<name>Apache Groovy</name>
<description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -574,6 +574,9 @@
<contributor>
<name>Alan Green</name>
</contributor>
+ <contributor>
+ <name>Alex Popescu</name>
+ </contributor>
</contributors>
<issueManagement>
<system>jira</system>
@@ -588,7 +591,7 @@
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy</artifactId>
- <version>2.4.8</version>
+ <version>2.4.9</version>
<scope>compile</scope>
</dependency>
</dependencies>
diff --git a/debian/poms/groovy.pom b/debian/poms/groovy.pom
index 85abb16..5ffa785 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.8</version>
+ <version>2.4.9</version>
<packaging>jar</packaging>
<name>Apache Groovy</name>
<description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -574,6 +574,9 @@
<contributor>
<name>Alan Green</name>
</contributor>
+ <contributor>
+ <name>Alex Popescu</name>
+ </contributor>
</contributors>
<issueManagement>
<system>jira</system>
--
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