From 163b25a85093f094606c40864835f0fb60404133 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonard=20Br=C3=BCnings?= Date: Tue, 15 Feb 2022 23:00:11 +0100 Subject: [PATCH] Release Spock 2.1 --- README.md | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1fd528d0ba..93951d7d2e 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@ https://meetspock.appspot.com/. Latest Versions --------------- -* The latest 2.x release version is **2.1-M2** (2.1-M2-groovy-2.5, 2.1-M2-groovy-3.0), released on 2021-11-12. -* The current development version is **2.1-SNAPSHOT** (2.1-groovy-2.5-SNAPSHOT, 2.1-groovy-3.0-SNAPSHOT). +* The latest 2.x release version is **2.1** (2.1-M2-groovy-2.5, 2.1-M2-groovy-3.0), released on 2022-02-15. +* The current development version is **2.2-SNAPSHOT** (2.2-groovy-2.5-SNAPSHOT, 2.2-groovy-3.0-SNAPSHOT). **NOTE:** Spock 2.0 is based on the JUnit 5 Platform and require Java 8+/groovy-2.5+ (Groovy 3.0 is recommended, especially in projects using Java 12+). diff --git a/build.gradle b/build.gradle index 05456d7779..5563ebc2b5 100755 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ description = "Spock Framework" ext { baseVersion = "2.1" - snapshotVersion = true + snapshotVersion = false milestone = 0 variants = [2.5, 3.0] variant = System.getProperty("variant") as BigDecimal ?: variants.first()