Skip to content

Commit 4aaa7a8

Browse files
committed
Release 1.2.3
1 parent 362235e commit 4aaa7a8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

History.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## [1.2.3-SNAPSHOT](https://github.com/cucumber/cucumber-jvm/compare/v1.2.2...master) (In Git)
1+
## [1.2.3](https://github.com/cucumber/cucumber-jvm/compare/v1.2.2...v1.2.3) (2015-07-07)
22

33
* [Core] Make the Rerun Formatter consistent with the exit code ([#871](https://github.com/cucumber/cucumber-jvm/pull/871) Björn Rasmusson)
44
* [OSGi] Cucumber is ready to run in OSGi containers ([#873](https://github.com/cucumber/cucumber-jvm/pull/873), [#799](https://github.com/cucumber/cucumber-jvm/pull/799) @HendrikSP)

examples/java-gradle/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ task cucumber() {
1818
}
1919

2020
dependencies {
21-
testCompile 'info.cukes:cucumber-java:1.2.2'
22-
testCompile 'info.cukes:cucumber-junit:1.2.2'
21+
testCompile 'info.cukes:cucumber-java:1.2.3'
22+
testCompile 'info.cukes:cucumber-junit:1.2.3'
2323

2424
testCompile 'junit:junit:4.11'
2525
}

0 commit comments

Comments
 (0)