Skip to content

Commit

Permalink
[no ci] prep release 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrthomas committed Dec 7, 2022
1 parent ea6baf8 commit 0287c6a
Show file tree
Hide file tree
Showing 23 changed files with 25 additions and 25 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ All you need is available in the [`karate-core`](https://search.maven.org/artifa
<dependency>
<groupId>com.intuit.karate</groupId>
<artifactId>karate-junit5</artifactId>
<version>1.3.0</version>
<version>1.3.1</version>
<scope>test</scope>
</dependency>
```
Expand All @@ -331,7 +331,7 @@ If you want to use [JUnit 4](#junit-4), use `karate-junit4` instead of `karate-j
Alternatively for [Gradle](https://gradle.org):

```yml
testCompile 'com.intuit.karate:karate-junit5:1.3.0'
testCompile 'com.intuit.karate:karate-junit5:1.3.1'
```

Also refer to the wiki for using [Karate with Gradle](https://github.com/intuit/karate/wiki/Gradle).
Expand Down Expand Up @@ -365,7 +365,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=1.3.0 \
-DarchetypeVersion=1.3.1 \
-DgroupId=com.mycompany \
-DartifactId=myproject
```
Expand Down
2 changes: 1 addition & 1 deletion examples/consumer-driven-contracts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<maven.surefire.version>2.22.2</maven.surefire.version>
<spring.boot.version>2.3.4.RELEASE</spring.boot.version>
<junit5.version>5.7.0</junit5.version>
<karate.version>1.3.0</karate.version>
<karate.version>1.3.1</karate.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion examples/gatling/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

ext {
karateVersion = '1.3.0'
karateVersion = '1.3.1'
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion examples/image-comparison/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
<maven.compiler.version>3.8.1</maven.compiler.version>
<karate.version>1.3.0</karate.version>
<karate.version>1.3.1</karate.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion examples/jobserver/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

ext {
karateVersion = '1.3.0'
karateVersion = '1.3.1'
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion examples/jobserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
<maven.compiler.version>3.8.1</maven.compiler.version>
<karate.version>1.3.0</karate.version>
<karate.version>1.3.1</karate.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion examples/mobile-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<java.version>1.8</java.version>
<maven.compiler.version>3.8.1</maven.compiler.version>
<maven.surefire.version>2.22.2</maven.surefire.version>
<karate.version>1.3.0</karate.version>
<karate.version>1.3.1</karate.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion examples/mock-servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<java.version>1.8</java.version>
<maven.compiler.version>3.6.0</maven.compiler.version>
<spring.boot.version>2.5.12</spring.boot.version>
<karate.version>1.3.0</karate.version>
<karate.version>1.3.1</karate.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion examples/profiling-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
<maven.compiler.version>3.6.0</maven.compiler.version>
<karate.version>1.3.0</karate.version>
<karate.version>1.3.1</karate.version>
<gatling.plugin.version>4.1.1</gatling.plugin.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion examples/robot-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<java.version>1.8</java.version>
<maven.compiler.version>3.8.1</maven.compiler.version>
<maven.surefire.version>2.22.2</maven.surefire.version>
<karate.version>1.3.0</karate.version>
<karate.version>1.3.1</karate.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion examples/ui-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
<maven.compiler.version>3.6.0</maven.compiler.version>
<karate.version>1.3.0</karate.version>
<karate.version>1.3.1</karate.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion jbang-catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"catalogs": {},
"aliases": {
"karate": {
"script-ref": "com.intuit.karate:karate-core:1.3.0:all"
"script-ref": "com.intuit.karate:karate-core:1.3.1:all"
}
}
}
2 changes: 1 addition & 1 deletion karate-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.intuit.karate</groupId>
<artifactId>karate-parent</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.3.1</version>
</parent>
<artifactId>karate-archetype</artifactId>
<packaging>jar</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<java.version>1.8</java.version>
<maven.compiler.version>3.8.1</maven.compiler.version>
<maven.surefire.version>2.22.2</maven.surefire.version>
<karate.version>1.3.0</karate.version>
<karate.version>1.3.1</karate.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion karate-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.intuit.karate</groupId>
<artifactId>karate-parent</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.3.1</version>
</parent>
<artifactId>karate-core</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion karate-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.intuit.karate</groupId>
<artifactId>karate-parent</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.3.1</version>
</parent>

<artifactId>karate-demo</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion karate-e2e-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.intuit.karate</groupId>
<artifactId>karate-parent</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.3.1</version>
</parent>
<artifactId>karate-e2e-tests</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion karate-gatling/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.intuit.karate</groupId>
<artifactId>karate-parent</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.3.1</version>
</parent>
<artifactId>karate-gatling</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion karate-junit4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.intuit.karate</groupId>
<artifactId>karate-parent</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.3.1</version>
</parent>
<artifactId>karate-junit4</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion karate-junit5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.intuit.karate</groupId>
<artifactId>karate-parent</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.3.1</version>
</parent>
<artifactId>karate-junit5</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion karate-mock-servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.intuit.karate</groupId>
<artifactId>karate-parent</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.3.1</version>
</parent>

<artifactId>karate-mock-servlet</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion karate-robot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.intuit.karate</groupId>
<artifactId>karate-parent</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.3.1</version>
</parent>
<artifactId>karate-robot</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.intuit.karate</groupId>
<artifactId>karate-parent</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.3.1</version>
<packaging>pom</packaging>

<name>${project.artifactId}</name>
Expand Down

0 comments on commit 0287c6a

Please sign in to comment.