From eb41c64259ab12d8b8b40c28445ffce60f9666b2 Mon Sep 17 00:00:00 2001 From: Peter Thomas Date: Mon, 27 Feb 2017 20:25:24 +0530 Subject: [PATCH] release v0.2.1 - with the '$' support in validation expressions --- README.md | 6 +++--- karate-archetype/pom.xml | 2 +- .../src/main/resources/archetype-resources/pom.xml | 2 +- karate-core/pom.xml | 2 +- karate-junit4/pom.xml | 2 +- karate-testng/pom.xml | 2 +- pom.xml | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 56349d28a..7b411ee49 100755 --- a/README.md +++ b/README.md @@ -166,7 +166,7 @@ This is all that you need within your ``: com.intuit.karate karate-junit4 - 0.2.0 + 0.2.1 test ``` @@ -190,7 +190,7 @@ You can replace the values of 'com.mycompany' and 'myproject' as per your needs. mvn archetype:generate \ -DarchetypeGroupId=com.intuit.karate \ -DarchetypeArtifactId=karate-archetype \ --DarchetypeVersion=0.2.0 \ +-DarchetypeVersion=0.2.1 \ -DgroupId=com.mycompany \ -DartifactId=myproject ``` @@ -1128,7 +1128,7 @@ validate all your domain objects. You can actually refer to any JsonPath on the document via `$` and perform cross-field or conditional validations ! This example uses the [`match contains`](#match-contains) syntax, and situations where -this comes in useful will be apparent when we discuss [`match each`](#match-each) +this comes in useful will be apparent when we discuss [`match each`](#match-each). ```cucumber Given def temperature = { celsius: 100, fahrenheit: 212 } Then match temperature contains { fahrenheit: '#? _ == $.celsius * 1.8 + 32' } diff --git a/karate-archetype/pom.xml b/karate-archetype/pom.xml index c4f7e9182..7c5495bb8 100755 --- a/karate-archetype/pom.xml +++ b/karate-archetype/pom.xml @@ -5,7 +5,7 @@ com.intuit.karate karate-parent - 0.2.0 + 0.2.1 karate-archetype jar diff --git a/karate-archetype/src/main/resources/archetype-resources/pom.xml b/karate-archetype/src/main/resources/archetype-resources/pom.xml index cdf3c2463..36069701f 100755 --- a/karate-archetype/src/main/resources/archetype-resources/pom.xml +++ b/karate-archetype/src/main/resources/archetype-resources/pom.xml @@ -17,7 +17,7 @@ com.intuit.karate karate-junit4 - 0.2.0 + 0.2.1 test diff --git a/karate-core/pom.xml b/karate-core/pom.xml index aaaf75d98..6a22775e0 100755 --- a/karate-core/pom.xml +++ b/karate-core/pom.xml @@ -5,7 +5,7 @@ com.intuit.karate karate-parent - 0.2.0 + 0.2.1 karate-core jar diff --git a/karate-junit4/pom.xml b/karate-junit4/pom.xml index 8a84e2cd9..a9d459f10 100755 --- a/karate-junit4/pom.xml +++ b/karate-junit4/pom.xml @@ -5,7 +5,7 @@ com.intuit.karate karate-parent - 0.2.0 + 0.2.1 karate-junit4 jar diff --git a/karate-testng/pom.xml b/karate-testng/pom.xml index 4f79cbab0..973726220 100755 --- a/karate-testng/pom.xml +++ b/karate-testng/pom.xml @@ -5,7 +5,7 @@ com.intuit.karate karate-parent - 0.2.0 + 0.2.1 karate-testng jar diff --git a/pom.xml b/pom.xml index 97538a07d..4ea5eacbf 100755 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.intuit.karate karate-parent - 0.2.0 + 0.2.1 pom ${project.artifactId}