[groovy] 15/23: Updated the poms
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon Mar 12 14:40:53 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 930bafac8c59e900d9b1a750506d3f2b245448fd
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Sat Mar 10 23:38:36 2018 +0100
Updated the poms
---
debian/poms/groovy-all.pom | 2 +-
debian/poms/groovy-ant.pom | 6 +++---
debian/poms/groovy-bsf.pom | 4 ++--
debian/poms/groovy-console.pom | 14 +++++++-------
debian/poms/groovy-docgenerator.pom | 16 ++++++++--------
debian/poms/groovy-groovydoc.pom | 10 +++++-----
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 | 10 +++++-----
debian/poms/groovy-test.pom | 4 ++--
debian/poms/groovy-testng.pom | 14 +++++++-------
debian/poms/groovy-xml.pom | 4 ++--
debian/poms/groovy.pom | 2 +-
19 files changed, 64 insertions(+), 64 deletions(-)
diff --git a/debian/poms/groovy-all.pom b/debian/poms/groovy-all.pom
index 41901ea..e2cf801 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.11</version>
+ <version>2.4.12</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 a1d3ef7..70a0ac5 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.11</version>
+ <version>2.4.12</version>
<packaging>jar</packaging>
<name>Apache Groovy</name>
<description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -615,13 +615,13 @@
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-groovydoc</artifactId>
- <version>2.4.11</version>
+ <version>2.4.12</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy</artifactId>
- <version>2.4.11</version>
+ <version>2.4.12</version>
<scope>compile</scope>
</dependency>
<dependency>
diff --git a/debian/poms/groovy-bsf.pom b/debian/poms/groovy-bsf.pom
index 7b687da..ff6e859 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.11</version>
+ <version>2.4.12</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.11</version>
+ <version>2.4.12</version>
<scope>compile</scope>
</dependency>
</dependencies>
diff --git a/debian/poms/groovy-console.pom b/debian/poms/groovy-console.pom
index 6c572ec..20f3c98 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.11</version>
+ <version>2.4.12</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-templates</artifactId>
- <version>2.4.11</version>
+ <artifactId>groovy-swing</artifactId>
+ <version>2.4.12</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
- <artifactId>groovy-swing</artifactId>
- <version>2.4.11</version>
+ <artifactId>groovy</artifactId>
+ <version>2.4.12</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
- <artifactId>groovy</artifactId>
- <version>2.4.11</version>
+ <artifactId>groovy-templates</artifactId>
+ <version>2.4.12</version>
<scope>compile</scope>
</dependency>
</dependencies>
diff --git a/debian/poms/groovy-docgenerator.pom b/debian/poms/groovy-docgenerator.pom
index 9513c2d..8c537c6 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.11</version>
+ <version>2.4.12</version>
<packaging>jar</packaging>
<name>Apache Groovy</name>
<description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -589,12 +589,6 @@
</scm>
<dependencies>
<dependency>
- <groupId>org.codehaus.groovy</groupId>
- <artifactId>groovy-templates</artifactId>
- <version>2.4.11</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
<groupId>com.thoughtworks.qdox</groupId>
<artifactId>qdox</artifactId>
<version>1.12.1</version>
@@ -603,7 +597,13 @@
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy</artifactId>
- <version>2.4.11</version>
+ <version>2.4.12</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.groovy</groupId>
+ <artifactId>groovy-templates</artifactId>
+ <version>2.4.12</version>
<scope>compile</scope>
</dependency>
</dependencies>
diff --git a/debian/poms/groovy-groovydoc.pom b/debian/poms/groovy-groovydoc.pom
index fd1039c..d27630d 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.11</version>
+ <version>2.4.12</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.11</version>
+ <artifactId>groovy</artifactId>
+ <version>2.4.12</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
- <artifactId>groovy</artifactId>
- <version>2.4.11</version>
+ <artifactId>groovy-templates</artifactId>
+ <version>2.4.12</version>
<scope>compile</scope>
</dependency>
</dependencies>
diff --git a/debian/poms/groovy-groovysh.pom b/debian/poms/groovy-groovysh.pom
index 0798c5c..6681e10 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.11</version>
+ <version>2.4.12</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-console</artifactId>
- <version>2.4.11</version>
+ <version>2.4.12</version>
<scope>compile</scope>
</dependency>
<dependency>
@@ -609,7 +609,7 @@
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy</artifactId>
- <version>2.4.11</version>
+ <version>2.4.12</version>
<scope>compile</scope>
</dependency>
</dependencies>
diff --git a/debian/poms/groovy-jmx.pom b/debian/poms/groovy-jmx.pom
index 6155ea3..dba4ff8 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.11</version>
+ <version>2.4.12</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.11</version>
+ <version>2.4.12</version>
<scope>compile</scope>
</dependency>
</dependencies>
diff --git a/debian/poms/groovy-json.pom b/debian/poms/groovy-json.pom
index 454fb91..36bfeb2 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.11</version>
+ <version>2.4.12</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.11</version>
+ <version>2.4.12</version>
<scope>compile</scope>
</dependency>
</dependencies>
diff --git a/debian/poms/groovy-jsr223.pom b/debian/poms/groovy-jsr223.pom
index 867cb35..af50f3e 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.11</version>
+ <version>2.4.12</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.11</version>
+ <version>2.4.12</version>
<scope>compile</scope>
</dependency>
</dependencies>
diff --git a/debian/poms/groovy-nio.pom b/debian/poms/groovy-nio.pom
index b962947..82384e4 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.11</version>
+ <version>2.4.12</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.11</version>
+ <version>2.4.12</version>
<scope>compile</scope>
</dependency>
</dependencies>
diff --git a/debian/poms/groovy-servlet.pom b/debian/poms/groovy-servlet.pom
index 24acccf..679f368 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.11</version>
+ <version>2.4.12</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-templates</artifactId>
- <version>2.4.11</version>
+ <version>2.4.12</version>
<scope>compile</scope>
</dependency>
<dependency>
@@ -602,14 +602,14 @@
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
- <artifactId>groovy-xml</artifactId>
- <version>2.4.11</version>
+ <artifactId>groovy</artifactId>
+ <version>2.4.12</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
- <artifactId>groovy</artifactId>
- <version>2.4.11</version>
+ <artifactId>groovy-xml</artifactId>
+ <version>2.4.12</version>
<scope>compile</scope>
</dependency>
<dependency>
diff --git a/debian/poms/groovy-sql.pom b/debian/poms/groovy-sql.pom
index d504670..a32883f 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.11</version>
+ <version>2.4.12</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.11</version>
+ <version>2.4.12</version>
<scope>compile</scope>
</dependency>
</dependencies>
diff --git a/debian/poms/groovy-swing.pom b/debian/poms/groovy-swing.pom
index e6d2790..69cce19 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.11</version>
+ <version>2.4.12</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.11</version>
+ <version>2.4.12</version>
<scope>compile</scope>
</dependency>
</dependencies>
diff --git a/debian/poms/groovy-templates.pom b/debian/poms/groovy-templates.pom
index 883c2dd..19de581 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.11</version>
+ <version>2.4.12</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-xml</artifactId>
- <version>2.4.11</version>
+ <artifactId>groovy</artifactId>
+ <version>2.4.12</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
- <artifactId>groovy</artifactId>
- <version>2.4.11</version>
+ <artifactId>groovy-xml</artifactId>
+ <version>2.4.12</version>
<scope>compile</scope>
</dependency>
</dependencies>
diff --git a/debian/poms/groovy-test.pom b/debian/poms/groovy-test.pom
index f25a293..4133d3c 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.11</version>
+ <version>2.4.12</version>
<packaging>jar</packaging>
<name>Apache Groovy</name>
<description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -597,7 +597,7 @@
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy</artifactId>
- <version>2.4.11</version>
+ <version>2.4.12</version>
<scope>compile</scope>
</dependency>
</dependencies>
diff --git a/debian/poms/groovy-testng.pom b/debian/poms/groovy-testng.pom
index d1e04ba..e51a322 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.11</version>
+ <version>2.4.12</version>
<packaging>jar</packaging>
<name>Apache Groovy</name>
<description>Groovy: A powerful, dynamic language for the JVM</description>
@@ -595,12 +595,6 @@
<scope>compile</scope>
</dependency>
<dependency>
- <groupId>org.codehaus.groovy</groupId>
- <artifactId>groovy</artifactId>
- <version>2.4.11</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>6.8.13</version>
@@ -616,5 +610,11 @@
</exclusion>
</exclusions>
</dependency>
+ <dependency>
+ <groupId>org.codehaus.groovy</groupId>
+ <artifactId>groovy</artifactId>
+ <version>2.4.12</version>
+ <scope>compile</scope>
+ </dependency>
</dependencies>
</project>
diff --git a/debian/poms/groovy-xml.pom b/debian/poms/groovy-xml.pom
index fa15a4b..4f58b58 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.11</version>
+ <version>2.4.12</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.11</version>
+ <version>2.4.12</version>
<scope>compile</scope>
</dependency>
</dependencies>
diff --git a/debian/poms/groovy.pom b/debian/poms/groovy.pom
index 4cc00fd..7540919 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.11</version>
+ <version>2.4.12</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