Skip to content

Commit d3c18ed

Browse files
committed
Release Spock 2.4-M7
1 parent 27675af commit d3c18ed

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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.4-M6
2-
:spock-release-date: 2025-04-15
1+
:spock-release-version: 2.4-M7
2+
:spock-release-date: 2025-11-23
33
:spock-snapshot-version: 2.4
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
@@ -19,8 +19,8 @@ description = "Spock Framework"
1919

2020
ext {
2121
baseVersion = "2.4"
22-
snapshotVersion = true
23-
milestone = 0
22+
snapshotVersion = false
23+
milestone = 7
2424
javaVersions = javaVersionsList.trim().split(/\s*+,\s*+/).collect { it as int }
2525
javaVersion = (System.getProperty("javaVersion") ?: 8) as int
2626
variants = variantsList.trim().split(/\s*+,\s*+/).collect { it as BigDecimal }

docs/release_notes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ will now require that the spec is annotated with <<parallel_execution.adoc#isola
6262
6363
////
6464

65-
== 2.4-M7 (tbd)
65+
== 2.4-M7 (2025-11-23)
6666

6767
=== Highlights
6868

0 commit comments

Comments
 (0)