Skip to content

Commit

Permalink
Release Spock 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
leonard84 committed Sep 29, 2022
1 parent 6d80678 commit aecc03e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.2
:spock-release-date: 2022-08-31
:spock-release-version: 2.3
:spock-release-date: 2022-09-29
:spock-snapshot-version: 2.3

https://github.com/spockframework/spock/blob/master/LICENSE[image:https://img.shields.io/badge/License-Apache%202.0-blue.svg[License]]
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ description = "Spock Framework"

ext {
baseVersion = "2.3"
snapshotVersion = true
snapshotVersion = false
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
Expand Down

0 comments on commit aecc03e

Please sign in to comment.