Skip to content

Commit e75f874

Browse files
committed
Release Spock 2.2
1 parent 61ad647 commit e75f874

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
:spock-release-version: 2.2-M3
1+
:spock-release-version: 2.2
22
:spock-release-date: 2022-07-15
33
:spock-snapshot-version: 2.2
44

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ description = "Spock Framework"
1414

1515
ext {
1616
baseVersion = "2.2"
17-
snapshotVersion = true
17+
snapshotVersion = false
1818
milestone = 0
1919
javaVersions = [8, 11, 17] // ensure that latest version is actually build on travis, otherwise no docs get published
2020
javaVersion = (System.getProperty("javaVersion") ?: 8) as int

0 commit comments

Comments
 (0)