Skip to content

Commit

Permalink
[Karate Tools] exec-maven-plugin:3.5.0 Mac jansi issue
Browse files Browse the repository at this point in the history
  • Loading branch information
teresamib committed Jan 17, 2025
1 parent 2726fca commit b5ffa75
Show file tree
Hide file tree
Showing 15 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion code/archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>dev.inditex.karate</groupId>
<artifactId>karatetools</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.0.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion code/boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>dev.inditex.karate</groupId>
<artifactId>karatetools</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.0.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion code/clients/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>dev.inditex.karate</groupId>
<artifactId>karatetools</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.0.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion code/generators/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>dev.inditex.karate</groupId>
<artifactId>karatetools</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.0.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion code/jacoco-report-aggregate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>dev.inditex.karate</groupId>
<artifactId>karatetools</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.0.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion code/karate-release/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>dev.inditex.karate</groupId>
<artifactId>karatetools</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.0.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion code/openapi-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>dev.inditex.karate</groupId>
<artifactId>karatetools</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.0.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion code/openapi-test/xxx-api-rest-stable/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>dev.inditex.karate</groupId>
<artifactId>karatetools-openapi-test</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.0.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion code/openapi-test/xxx-external-api-rest-stable/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>dev.inditex.karate</groupId>
<artifactId>karatetools-openapi-test</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.0.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion code/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>dev.inditex.karate</groupId>
<artifactId>karatetools</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.0.1-SNAPSHOT</version>
<packaging>pom</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion code/runner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>dev.inditex.karate</groupId>
<artifactId>karatetools</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.0.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion code/starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>dev.inditex.karate</groupId>
<artifactId>karatetools</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.0.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "karatetools-oss",
"version": "5.1.0-SNAPSHOT",
"version": "5.0.1-SNAPSHOT",
"description": "InditexTech Karate Tools OSS",
"scripts": {
"start": "npx antora --clean --stacktrace --fetch antora-playbook-local.yml && npx http-server build/site -c-1 -p 0",
Expand Down
2 changes: 1 addition & 1 deletion e2e/karate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>dev.inditex.karate</groupId>
<artifactId>karatetools-test</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.0.1-SNAPSHOT</version>

<packaging>jar</packaging>

Expand Down

0 comments on commit b5ffa75

Please sign in to comment.