From e75f874e3187ef6040580ec9c35a396e9cadb13b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonard=20Br=C3=BCnings?= Date: Wed, 31 Aug 2022 16:32:24 +0200 Subject: [PATCH] Release Spock 2.2 --- README.adoc | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index 72ea20a34d..428196acf1 100644 --- a/README.adoc +++ b/README.adoc @@ -1,4 +1,4 @@ -:spock-release-version: 2.2-M3 +:spock-release-version: 2.2 :spock-release-date: 2022-07-15 :spock-snapshot-version: 2.2 diff --git a/build.gradle b/build.gradle index 4cbda01b33..b3dfb7ad8a 100755 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ description = "Spock Framework" ext { baseVersion = "2.2" - snapshotVersion = true + snapshotVersion = false milestone = 0 javaVersions = [8, 11, 17] // ensure that latest version is actually build on travis, otherwise no docs get published javaVersion = (System.getProperty("javaVersion") ?: 8) as int