[spock] 11/14: Refreshed spock-core.pom and spock-guice.pom

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu Oct 1 10:11:17 UTC 2015


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

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

commit 6b5eeefdc70dd30766d3e8fe29406cf744eb3fc0
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Thu Oct 1 11:35:15 2015 +0200

    Refreshed spock-core.pom and spock-guice.pom
---
 debian/changelog       |  1 +
 debian/spock-core.pom  | 36 ++++++++++++++++++------------------
 debian/spock-guice.pom |  6 +++---
 3 files changed, 22 insertions(+), 21 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d37c8cf..4e89544 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ spock (0.7-groovy-2.0-1) UNRELEASED; urgency=medium
   * New upstream release:
     - Refreshed the patch
     - Depend on groovy2 instead of groovy
+    - Refreshed spock-core.pom and spock-guice.pom
   * Improved the reproducibility:
     - Use an english locale when generating the javadoc
   * Removed the gradle wrapper from the upstream tarball
diff --git a/debian/spock-core.pom b/debian/spock-core.pom
index df6bfe6..3da2848 100644
--- a/debian/spock-core.pom
+++ b/debian/spock-core.pom
@@ -4,7 +4,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.spockframework</groupId>
   <artifactId>spock-core</artifactId>
-  <version>0.6-groovy-1.8</version>
+  <version>0.7-groovy-2.0</version>
   <name>Spock Framework - Core Module</name>
   <description>Spock is a testing and specification framework for Java and Groovy applications. What makes it stand out from the crowd is its beautiful and highly expressive specification language. Thanks to its JUnit runner, Spock is compatible with most IDEs, build tools, and continuous integration servers. Spock is inspired from JUnit, jMock, RSpec, Groovy, Scala, Vulcans, and other fascinating life forms.</description>
   <url>http://spockframework.org</url>
@@ -34,6 +34,13 @@
   </scm>
   <dependencies>
     <dependency>
+      <groupId>org.ow2.asm</groupId>
+      <artifactId>asm</artifactId>
+      <version>5.0.3</version>
+      <scope>compile</scope>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
       <groupId>org.objenesis</groupId>
       <artifactId>objenesis</artifactId>
       <version>1.2</version>
@@ -41,32 +48,25 @@
       <optional>true</optional>
     </dependency>
     <dependency>
+      <groupId>org.apache.ant</groupId>
+      <artifactId>ant</artifactId>
+      <version>1.8.4</version>
+      <scope>compile</scope>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit-dep</artifactId>
-      <version>4.9</version>
+      <version>4.10</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy-all</artifactId>
-      <version>1.8.5</version>
+      <version>2.0.5</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
-      <groupId>org.apache.ant</groupId>
-      <artifactId>ant</artifactId>
-      <version>1.8.2</version>
-      <scope>compile</scope>
-      <optional>true</optional>
-    </dependency>
-    <dependency>
-      <groupId>org.ow2.asm</groupId>
-      <artifactId>asm</artifactId>
-      <version>5.0.3</version>
-      <scope>compile</scope>
-      <optional>true</optional>
-    </dependency>
-    <dependency>
       <groupId>cglib</groupId>
       <artifactId>cglib-nodep</artifactId>
       <version>3.1</version>
@@ -76,7 +76,7 @@
     <dependency>
       <groupId>org.hamcrest</groupId>
       <artifactId>hamcrest-core</artifactId>
-      <version>1.2</version>
+      <version>1.3</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>
diff --git a/debian/spock-guice.pom b/debian/spock-guice.pom
index 3585ba6..ae6b4fa 100644
--- a/debian/spock-guice.pom
+++ b/debian/spock-guice.pom
@@ -4,7 +4,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.spockframework</groupId>
   <artifactId>spock-guice</artifactId>
-  <version>0.6-groovy-1.8</version>
+  <version>0.7-groovy-2.0</version>
   <name>Spock Framework - Guice Module</name>
   <description>Spock's Guice Module provides support for testing Guice 2/3 based applications.</description>
   <url>http://spockframework.org</url>
@@ -36,7 +36,7 @@
     <dependency>
       <groupId>org.spockframework</groupId>
       <artifactId>spock-core</artifactId>
-      <version>0.6-groovy-1.8</version>
+      <version>0.7-groovy-2.0</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
@@ -46,4 +46,4 @@
       <scope>provided</scope>
     </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/spock.git



More information about the pkg-java-commits mailing list