File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ description = "Spock Framework"
1212
1313ext {
1414 baseVersion = " 1.3"
15- snapshotVersion = true
15+ snapshotVersion = false
1616 releaseCandidate = 0
1717 variants = [2.4 , 2.5 ]
1818 variant = System . getProperty(" variant" ) as BigDecimal ?: variants. first()
Original file line number Diff line number Diff line change 22include::include.adoc[]
33
44
5- == 1.3 (tbd)
5+ == 1.3 (2019-03-05)
6+
7+ No functional changes
68
79== 1.3-RC1 (2019-01-22)
810
Original file line number Diff line number Diff line change @@ -57,6 +57,11 @@ publishing {
5757 name = " Luke Daley"
5858 email = " ld@ldaley.com"
5959 }
60+ developer {
61+ id = " leonard84"
62+ name = " Leonard Brünings"
63+ email = " lord_damokles@gmx.net"
64+ }
6065 }
6166 }
6267 }
You can’t perform that action at this time.
0 commit comments