Skip to content

Commit

Permalink
Prepare next iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
leonard84 committed Mar 21, 2024
1 parent 8d526f8 commit 9ecb29e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
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 = false
milestone = 4
snapshotVersion = true
milestone = 0
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: 2 additions & 0 deletions docs/release_notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

include::include.adoc[]

== 2.4 (tbd)

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

* Fix nested regex finding in conditions spockPull:1931[]
Expand Down

0 comments on commit 9ecb29e

Please sign in to comment.