Skip to content

Commit

Permalink
Release Spock 2.4-M2
Browse files Browse the repository at this point in the history
  • Loading branch information
leonard84 committed Feb 26, 2024
1 parent b2433e8 commit 8c3a790
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-M1
:spock-release-date: 2022-11-30
:spock-release-version: 2.4-M2
:spock-release-date: 2024-02-26
: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 @@ -14,8 +14,8 @@ description = "Spock Framework"

ext {
baseVersion = "2.4"
snapshotVersion = true
milestone = 0
snapshotVersion = false
milestone = 2
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-M2 (tbd)
== 2.4-M2 (2024-02-26)

=== Highlights

Expand Down

0 comments on commit 8c3a790

Please sign in to comment.