Skip to content

Commit 4b28f26

Browse files
committed
Release Spock 2.2-M2
1 parent 5c6450b commit 4b28f26

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
:spock-release-version: 2.2-M1
2-
:spock-release-date: 2022-02-16
1+
:spock-release-version: 2.2-M2
2+
:spock-release-date: 2022-07-15
33
:spock-snapshot-version: 2.2
44

55
https://github.com/spockframework/spock/blob/master/LICENSE[image:https://img.shields.io/badge/License-Apache%202.0-blue.svg[License]]

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 = 2
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)