Skip to content

Commit aecc03e

Browse files
committed
Release Spock 2.3
1 parent 6d80678 commit aecc03e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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
2-
:spock-release-date: 2022-08-31
1+
:spock-release-version: 2.3
2+
:spock-release-date: 2022-09-29
33
:spock-snapshot-version: 2.3
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: 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.3"
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)