Skip to content

Commit bda87a4

Browse files
committed
Release Spock 2.2-M3
1 parent c4a1667 commit bda87a4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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-M2
1+
:spock-release-version: 2.2-M3
22
:spock-release-date: 2022-07-15
33
:spock-snapshot-version: 2.2
44

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ description = "Spock Framework"
1414

1515
ext {
1616
baseVersion = "2.2"
17-
snapshotVersion = true
18-
milestone = 0
17+
snapshotVersion = false
18+
milestone = 3
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
2121
variants = [2.5, 3.0, 4.0]

0 commit comments

Comments
 (0)