Skip to content

Commit e3a752d

Browse files
committed
Release Spock 2.4-M3
1 parent 12f6586 commit e3a752d

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-M2
2-
:spock-release-date: 2024-02-26
1+
:spock-release-version: 2.4-M3
2+
:spock-release-date: 2024-03-21
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
@@ -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 = 3
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-M3 (tbd)
6+
== 2.4-M3 (2024-03-21)
77

88
=== Breaking Changes
99

0 commit comments

Comments
 (0)