Skip to content

Commit

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

https://github.com/spockframework/spock/blob/master/LICENSE[image:https://img.shields.io/badge/License-Apache%202.0-blue.svg[License]]
Expand Down
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 = true
milestone = 0
snapshotVersion = false
milestone = 5
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: 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 (tbd)
== 2.4-M5 (2024-12-29)

=== Highlights

Expand Down

0 comments on commit 8795624

Please sign in to comment.