Skip to content

Commit

Permalink
Prepare next iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
leonard84 committed Nov 30, 2022
1 parent df979a8 commit 191fdaa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ description = "Spock Framework"

ext {
baseVersion = "2.4"
snapshotVersion = false
milestone = 1
snapshotVersion = true
milestone = 0
javaVersions = [8, 11, 17] // ensure that latest version is actually build on travis, otherwise no docs get published
javaVersion = (System.getProperty("javaVersion") ?: 8) as int
variants = [2.5, 3.0, 4.0]
Expand Down
3 changes: 3 additions & 0 deletions docs/release_notes.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
[[_release_notes]]
= Release Notes

include::include.adoc[]

== 2.4 (tbd)

== 2.4-M1 (2022-11-30)

* Fix issues with Spring 6/Spring Boot 3 spockPull:1541[]
Expand Down

0 comments on commit 191fdaa

Please sign in to comment.