Skip to content

Commit 8c3a790

Browse files
committed
Release Spock 2.4-M2
1 parent b2433e8 commit 8c3a790

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-M1
2-
:spock-release-date: 2022-11-30
1+
:spock-release-version: 2.4-M2
2+
:spock-release-date: 2024-02-26
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
@@ -14,8 +14,8 @@ description = "Spock Framework"
1414

1515
ext {
1616
baseVersion = "2.4"
17-
snapshotVersion = true
18-
milestone = 0
17+
snapshotVersion = false
18+
milestone = 2
1919
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
2020
javaVersion = (System.getProperty("javaVersion") ?: 8) as int
2121
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-M2 (tbd)
6+
== 2.4-M2 (2024-02-26)
77

88
=== Highlights
99

0 commit comments

Comments
 (0)