Skip to content

Commit

Permalink
Release Spock 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
leonard84 committed Aug 31, 2022
1 parent 61ad647 commit e75f874
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
:spock-release-version: 2.2-M3
:spock-release-version: 2.2
:spock-release-date: 2022-07-15
:spock-snapshot-version: 2.2

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.2"
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 e75f874

Please sign in to comment.