From 905cee2495d9eb2caa711ed823257c0e41da1c52 Mon Sep 17 00:00:00 2001 From: Peter Thomas Date: Mon, 6 Jan 2025 23:29:35 +0530 Subject: [PATCH] prep release 1.5.1 --- README.md | 6 +++--- examples/consumer-driven-contracts/pom.xml | 2 +- examples/gatling/build.gradle | 2 +- examples/gatling/pom.xml | 2 +- examples/image-comparison/pom.xml | 2 +- examples/mobile-test/pom.xml | 2 +- examples/profiling-test/pom.xml | 2 +- examples/robot-test/pom.xml | 2 +- examples/ui-test/pom.xml | 2 +- karate-archetype/pom.xml | 2 +- .../src/main/resources/archetype-resources/pom.xml | 2 +- karate-core/pom.xml | 2 +- karate-demo/pom.xml | 2 +- karate-e2e-tests/pom.xml | 2 +- karate-gatling/pom.xml | 2 +- karate-junit5/pom.xml | 2 +- karate-playwright/pom.xml | 2 +- karate-robot/pom.xml | 2 +- pom.xml | 2 +- 19 files changed, 21 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index f3a2e32d1..e96fd6082 100755 --- a/README.md +++ b/README.md @@ -349,7 +349,7 @@ All you need is available in the [`karate-core`](https://search.maven.org/artifa io.karatelabs karate-junit5 - 1.5.0 + 1.5.1 test ``` @@ -358,7 +358,7 @@ All you need is available in the [`karate-core`](https://search.maven.org/artifa Alternatively for [Gradle](https://gradle.org): ```yml - testImplementation 'io.karatelabs:karate-junit5:1.5.0' + testImplementation 'io.karatelabs:karate-junit5:1.5.1' ``` Also refer to the wiki for using [Karate with Gradle](https://github.com/karatelabs/karate/wiki/Gradle). @@ -393,7 +393,7 @@ You can replace the values of `com.mycompany` and `myproject` as per your needs. mvn archetype:generate \ -DarchetypeGroupId=io.karatelabs \ -DarchetypeArtifactId=karate-archetype \ --DarchetypeVersion=1.5.0 \ +-DarchetypeVersion=1.5.1 \ -DgroupId=com.mycompany \ -DartifactId=myproject ``` diff --git a/examples/consumer-driven-contracts/pom.xml b/examples/consumer-driven-contracts/pom.xml index 90b3c3782..bfc858de5 100755 --- a/examples/consumer-driven-contracts/pom.xml +++ b/examples/consumer-driven-contracts/pom.xml @@ -19,7 +19,7 @@ 3.2.2 5.7.0 17 - 1.5.0 + 1.5.1 diff --git a/examples/gatling/build.gradle b/examples/gatling/build.gradle index bcd616dcf..fd36053b2 100644 --- a/examples/gatling/build.gradle +++ b/examples/gatling/build.gradle @@ -3,7 +3,7 @@ plugins { } ext { - karateVersion = '1.5.0' + karateVersion = '1.5.1' } dependencies { diff --git a/examples/gatling/pom.xml b/examples/gatling/pom.xml index 156a638c6..2d0646337 100755 --- a/examples/gatling/pom.xml +++ b/examples/gatling/pom.xml @@ -4,7 +4,7 @@ io.karatelabs.examples examples-gatling - 1.5.0-SNAPSHOT + 1.0-SNAPSHOT jar diff --git a/examples/image-comparison/pom.xml b/examples/image-comparison/pom.xml index 2aebc1529..baa7c7c08 100644 --- a/examples/image-comparison/pom.xml +++ b/examples/image-comparison/pom.xml @@ -11,7 +11,7 @@ UTF-8 17 3.8.1 - 1.5.0 + 1.5.1 diff --git a/examples/mobile-test/pom.xml b/examples/mobile-test/pom.xml index 002ae7911..8095ec58b 100644 --- a/examples/mobile-test/pom.xml +++ b/examples/mobile-test/pom.xml @@ -12,7 +12,7 @@ 17 3.8.1 2.22.2 - 1.4.1 + 1.5.1 diff --git a/examples/profiling-test/pom.xml b/examples/profiling-test/pom.xml index a8bb86807..98bd8d143 100755 --- a/examples/profiling-test/pom.xml +++ b/examples/profiling-test/pom.xml @@ -11,7 +11,7 @@ UTF-8 17 3.6.0 - 1.5.0 + 1.5.1 4.1.1 diff --git a/examples/robot-test/pom.xml b/examples/robot-test/pom.xml index 3dce3549d..29db9ecd3 100644 --- a/examples/robot-test/pom.xml +++ b/examples/robot-test/pom.xml @@ -12,7 +12,7 @@ 17 3.8.1 2.22.2 - 1.5.0 + 1.5.1 diff --git a/examples/ui-test/pom.xml b/examples/ui-test/pom.xml index e93ecfb0c..771291364 100644 --- a/examples/ui-test/pom.xml +++ b/examples/ui-test/pom.xml @@ -11,7 +11,7 @@ UTF-8 17 3.6.0 - 1.5.0 + 1.5.1 diff --git a/karate-archetype/pom.xml b/karate-archetype/pom.xml index b70009c84..90942dc53 100755 --- a/karate-archetype/pom.xml +++ b/karate-archetype/pom.xml @@ -5,7 +5,7 @@ io.karatelabs karate-parent - 1.6.0-SNAPSHOT + 1.5.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 69882e42a..310c3e8ca 100755 --- a/karate-archetype/src/main/resources/archetype-resources/pom.xml +++ b/karate-archetype/src/main/resources/archetype-resources/pom.xml @@ -12,7 +12,7 @@ 17 3.11.0 3.0.0 - 1.5.0 + 1.5.1 diff --git a/karate-core/pom.xml b/karate-core/pom.xml index dd16903b1..6172fb571 100644 --- a/karate-core/pom.xml +++ b/karate-core/pom.xml @@ -5,7 +5,7 @@ io.karatelabs karate-parent - 1.6.0-SNAPSHOT + 1.5.1 karate-core jar diff --git a/karate-demo/pom.xml b/karate-demo/pom.xml index 11e0e60eb..f60790366 100644 --- a/karate-demo/pom.xml +++ b/karate-demo/pom.xml @@ -5,7 +5,7 @@ io.karatelabs karate-parent - 1.6.0-SNAPSHOT + 1.5.1 karate-demo diff --git a/karate-e2e-tests/pom.xml b/karate-e2e-tests/pom.xml index f0e0107c5..3eea4dfec 100755 --- a/karate-e2e-tests/pom.xml +++ b/karate-e2e-tests/pom.xml @@ -5,7 +5,7 @@ io.karatelabs karate-parent - 1.6.0-SNAPSHOT + 1.5.1 karate-e2e-tests jar diff --git a/karate-gatling/pom.xml b/karate-gatling/pom.xml index f77f9e3d4..51ba080e6 100644 --- a/karate-gatling/pom.xml +++ b/karate-gatling/pom.xml @@ -5,7 +5,7 @@ io.karatelabs karate-parent - 1.6.0-SNAPSHOT + 1.5.1 karate-gatling jar diff --git a/karate-junit5/pom.xml b/karate-junit5/pom.xml index 8cf85c85c..bb6a23fcf 100755 --- a/karate-junit5/pom.xml +++ b/karate-junit5/pom.xml @@ -5,7 +5,7 @@ io.karatelabs karate-parent - 1.6.0-SNAPSHOT + 1.5.1 karate-junit5 jar diff --git a/karate-playwright/pom.xml b/karate-playwright/pom.xml index 26e1bc027..c2a0da6c4 100644 --- a/karate-playwright/pom.xml +++ b/karate-playwright/pom.xml @@ -4,7 +4,7 @@ io.karatelabs karate-parent - 1.6.0-SNAPSHOT + 1.5.1 karate-playwright diff --git a/karate-robot/pom.xml b/karate-robot/pom.xml index fc004c468..74df89b50 100644 --- a/karate-robot/pom.xml +++ b/karate-robot/pom.xml @@ -5,7 +5,7 @@ io.karatelabs karate-parent - 1.6.0-SNAPSHOT + 1.5.1 karate-robot jar diff --git a/pom.xml b/pom.xml index ccfa5e200..05f24c8d7 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.karatelabs karate-parent - 1.6.0-SNAPSHOT + 1.5.1 pom ${project.artifactId}