Skip to content

Commit

Permalink
Prepare next iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
leonard84 committed Jan 7, 2025
1 parent 1d8e5e6 commit 52dfc4f
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 @@ -19,8 +19,8 @@ description = "Spock Framework"

ext {
baseVersion = "2.4"
snapshotVersion = false
milestone = 5
snapshotVersion = true
milestone = 0
javaVersions = javaVersionsList.trim().split(/\s*+,\s*+/).collect { it as int }
javaVersion = (System.getProperty("javaVersion") ?: 8) as int
variants = variantsList.trim().split(/\s*+,\s*+/).collect { it as BigDecimal }
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-M5 (2025-01-07)

=== Highlights
Expand Down

0 comments on commit 52dfc4f

Please sign in to comment.