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