From f23addac58b5ce95d4c06b6710509a8c69cf6dbb Mon Sep 17 00:00:00 2001 From: dhananjay12 Date: Fri, 17 Sep 2021 12:01:26 +0200 Subject: [PATCH 1/2] Version update --- boat-maven-plugin/README.md | 3 +++ boat-maven-plugin/pom.xml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/boat-maven-plugin/README.md b/boat-maven-plugin/README.md index 9842102fe..a9a88130d 100644 --- a/boat-maven-plugin/README.md +++ b/boat-maven-plugin/README.md @@ -278,6 +278,9 @@ Available parameters: User property: failOnLintViolation Fail the build if the spec has lint violation (Violation with Severity.MUST) + failOnBoatBayErrorResponse (Default: true) + User property: failOnBoatBayErrorResponse + Fail the build if boatbay server returns an error groupId (Default: ${project.groupId}) User property: groupId diff --git a/boat-maven-plugin/pom.xml b/boat-maven-plugin/pom.xml index e7bd78212..333643a2b 100644 --- a/boat-maven-plugin/pom.xml +++ b/boat-maven-plugin/pom.xml @@ -339,7 +339,7 @@ org.openapitools openapi-generator-maven-plugin - 5.0.0 + 5.2.1 From 41fdce36a6d84b6a2559f6f148da9ab9125d80f8 Mon Sep 17 00:00:00 2001 From: dhananjay12 Date: Fri, 17 Sep 2021 12:24:23 +0200 Subject: [PATCH 2/2] Version update --- boat-maven-plugin/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boat-maven-plugin/pom.xml b/boat-maven-plugin/pom.xml index 333643a2b..1e32e8ceb 100644 --- a/boat-maven-plugin/pom.xml +++ b/boat-maven-plugin/pom.xml @@ -339,7 +339,7 @@ org.openapitools openapi-generator-maven-plugin - 5.2.1 + ${openapi-generator.version}