Skip to content

Commit 05b7c29

Browse files
committed
Prepared 0.6.0 release
1 parent 1f8b1bd commit 05b7c29

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
= Lambda Test
22
:toc:
33
:toc-placement: preamble
4-
:lambdatestversion: 0.5.0
5-
:documentationversion: 0.6.0-SNAPSHOT
4+
:lambdatestversion: 0.6.0
5+
:documentationversion: 0.6.0
66
:testngversion: 6.11
77
:junitversion: 4.12
88
:lambdatest: LambdaTest
@@ -459,7 +459,7 @@ If you like {lambdatest}, please star it on https://github.com/lefou/LambdaTest[
459459

460460
== Changelog
461461

462-
=== LambdaTest {master} - NOT RELEASED
462+
=== LambdaTest 0.6.0 - 2018-06-22
463463

464464
* Added `Expect.expectCollection` and `ExpectCollection` class to assert properties of collection with a fluent API.
465465
* `TestProxy` now properly passes exceptions thrown by delegate objects.

pom.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import org.sonatype.maven.polyglot.scala.model._
22
import scala.collection.immutable.Seq
33

44
val namespace = "de.tobiasroeser.lambdatest"
5-
val lambdatest = "de.tototec" % namespace % "0.6.0-SNAPSHOT"
5+
val lambdatest = "de.tototec" % namespace % "0.6.0"
66
val gav = lambdatest
77
val url = "https://github.com/lefou/LambdaTest"
88

0 commit comments

Comments
 (0)