Skip to content

Commit

Permalink
Release Spock 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
leonard84 committed Mar 4, 2019
1 parent 7563066 commit e85e79c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -12,7 +12,7 @@ description = "Spock Framework"

ext {
baseVersion = "1.3"
snapshotVersion = true
snapshotVersion = false
releaseCandidate = 0
variants = [2.4, 2.5]
variant = System.getProperty("variant") as BigDecimal ?: variants.first()
Expand Down
4 changes: 3 additions & 1 deletion docs/release_notes.adoc
Expand Up @@ -2,7 +2,9 @@
include::include.adoc[]


== 1.3 (tbd)
== 1.3 (2019-03-05)

No functional changes

== 1.3-RC1 (2019-01-22)

Expand Down
5 changes: 5 additions & 0 deletions gradle/publishMaven.gradle
Expand Up @@ -57,6 +57,11 @@ publishing {
name = "Luke Daley"
email = "ld@ldaley.com"
}
developer {
id = "leonard84"
name = "Leonard Brünings"
email = "lord_damokles@gmx.net"
}
}
}
}
Expand Down

0 comments on commit e85e79c

Please sign in to comment.