Skip to content

Commit 8d526f8

Browse files
committed
Release Spock 2.4-M4
1 parent afd4f27 commit 8d526f8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.4-M3
1+
:spock-release-version: 2.4-M4
22
:spock-release-date: 2024-03-21
33
:spock-snapshot-version: 2.4
44

build.gradle

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

1717
ext {
1818
baseVersion = "2.4"
19-
snapshotVersion = true
20-
milestone = 0
19+
snapshotVersion = false
20+
milestone = 4
2121
javaVersions = [8, 11, 17, 21] // ensure that latest version is actually build on GH actions and added to gradle.properties, otherwise no docs get published
2222
javaVersion = (System.getProperty("javaVersion") ?: 8) as int
2323
variants = [2.5, 3.0, 4.0]

docs/release_notes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
include::include.adoc[]
55

6-
== 2.4-M4 (tbd)
6+
== 2.4-M4 (2024-03-21)
77

88
* Fix nested regex finding in conditions spockPull:1931[]
99
** Fixes spockIssue:1930[] a regression introduced in M2 by spockPull:1921[]

0 commit comments

Comments
 (0)