Skip to content

Commit

Permalink
Release Spock 2.4-M4
Browse files Browse the repository at this point in the history
  • Loading branch information
leonard84 committed Mar 21, 2024
1 parent afd4f27 commit 8d526f8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
:spock-release-version: 2.4-M3
:spock-release-version: 2.4-M4
:spock-release-date: 2024-03-21
:spock-snapshot-version: 2.4

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ description = "Spock Framework"

ext {
baseVersion = "2.4"
snapshotVersion = true
milestone = 0
snapshotVersion = false
milestone = 4
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
javaVersion = (System.getProperty("javaVersion") ?: 8) as int
variants = [2.5, 3.0, 4.0]
Expand Down
2 changes: 1 addition & 1 deletion docs/release_notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

include::include.adoc[]

== 2.4-M4 (tbd)
== 2.4-M4 (2024-03-21)

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

0 comments on commit 8d526f8

Please sign in to comment.