You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2020/06/15 14:13:59 UTC

[groovy] branch GROOVY_3_0_X updated: GROOVY-9593: Bump Spock to 2.0-M3-groovy-3.0

This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch GROOVY_3_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git


The following commit(s) were added to refs/heads/GROOVY_3_0_X by this push:
     new 5f9323c   GROOVY-9593: Bump Spock to 2.0-M3-groovy-3.0
5f9323c is described below

commit 5f9323ca87cf699efae18eccd9db03dc0bfb61e8
Author: Paul King <pa...@asert.com.au>
AuthorDate: Tue Jun 16 00:13:49 2020 +1000

     GROOVY-9593: Bump Spock to 2.0-M3-groovy-3.0
---
 build.gradle                              | 2 +-
 subprojects/groovy-nio/build.gradle       | 6 ------
 subprojects/groovy-templates/build.gradle | 6 ------
 3 files changed, 1 insertion(+), 13 deletions(-)

diff --git a/build.gradle b/build.gradle
index 5b9fc06..33d4bf5 100644
--- a/build.gradle
+++ b/build.gradle
@@ -151,7 +151,7 @@ ext {
     slf4jVersion = '1.7.25'
     xmlunitVersion = '1.6'
     xstreamVersion = '1.4.12'
-    spockVersion = '2.0-M2-groovy-3.0'
+    spockVersion = '2.0-M3-groovy-3.0'
     spotbugsVersion = '4.0.3'
     spotbugsAnnotationsVersion = '4.0.3'
     checkstyleVersion = '8.32'
diff --git a/subprojects/groovy-nio/build.gradle b/subprojects/groovy-nio/build.gradle
index afb4812..61db125 100644
--- a/subprojects/groovy-nio/build.gradle
+++ b/subprojects/groovy-nio/build.gradle
@@ -16,12 +16,6 @@
  *  specific language governing permissions and limitations
  *  under the License.
  */
-repositories {
-    maven {
-        url 'https://oss.sonatype.org/content/repositories/snapshots'
-    }
-}
-
 dependencies {
     api rootProject  // NioExtensions uses Closure...
     testImplementation project(':groovy-test')
diff --git a/subprojects/groovy-templates/build.gradle b/subprojects/groovy-templates/build.gradle
index 45bd316..a6f584f 100644
--- a/subprojects/groovy-templates/build.gradle
+++ b/subprojects/groovy-templates/build.gradle
@@ -16,12 +16,6 @@
  *  specific language governing permissions and limitations
  *  under the License.
  */
-repositories {
-    maven {
-        url 'https://oss.sonatype.org/content/repositories/snapshots'
-    }
-}
-
 dependencies {
     api rootProject // Template uses Writable...
     implementation project(':groovy-xml')