From fe95c66b9cee1b58b81b6eb4b6ee6fbc43286434 Mon Sep 17 00:00:00 2001 From: walaniam Date: Wed, 20 Sep 2023 11:08:27 +0200 Subject: [PATCH 1/2] Bumped up version --- boat-engine/pom.xml | 2 +- boat-maven-plugin/pom.xml | 2 +- boat-quay/boat-quay-lint/pom.xml | 2 +- boat-quay/boat-quay-rules/pom.xml | 2 +- boat-quay/pom.xml | 2 +- boat-scaffold/pom.xml | 4 ++-- boat-trail-resources/pom.xml | 2 +- pom.xml | 2 +- tests/pom.xml | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/boat-engine/pom.xml b/boat-engine/pom.xml index 53af09b8c..27503f9a1 100644 --- a/boat-engine/pom.xml +++ b/boat-engine/pom.xml @@ -5,7 +5,7 @@ com.backbase.oss backbase-openapi-tools - 0.17.17-SNAPSHOT + 0.17.18-SNAPSHOT boat-engine jar diff --git a/boat-maven-plugin/pom.xml b/boat-maven-plugin/pom.xml index 122122570..122894112 100644 --- a/boat-maven-plugin/pom.xml +++ b/boat-maven-plugin/pom.xml @@ -5,7 +5,7 @@ com.backbase.oss backbase-openapi-tools - 0.17.17-SNAPSHOT + 0.17.18-SNAPSHOT boat-maven-plugin diff --git a/boat-quay/boat-quay-lint/pom.xml b/boat-quay/boat-quay-lint/pom.xml index 5a904661c..454a8610b 100644 --- a/boat-quay/boat-quay-lint/pom.xml +++ b/boat-quay/boat-quay-lint/pom.xml @@ -5,7 +5,7 @@ com.backbase.oss boat-quay - 0.17.17-SNAPSHOT + 0.17.18-SNAPSHOT boat-quay-lint diff --git a/boat-quay/boat-quay-rules/pom.xml b/boat-quay/boat-quay-rules/pom.xml index 9be8a85c1..80899b73b 100644 --- a/boat-quay/boat-quay-rules/pom.xml +++ b/boat-quay/boat-quay-rules/pom.xml @@ -5,7 +5,7 @@ com.backbase.oss boat-quay - 0.17.17-SNAPSHOT + 0.17.18-SNAPSHOT boat-quay-rules diff --git a/boat-quay/pom.xml b/boat-quay/pom.xml index 0ae78a7cc..553d5642f 100644 --- a/boat-quay/pom.xml +++ b/boat-quay/pom.xml @@ -5,7 +5,7 @@ com.backbase.oss backbase-openapi-tools - 0.17.17-SNAPSHOT + 0.17.18-SNAPSHOT diff --git a/boat-scaffold/pom.xml b/boat-scaffold/pom.xml index b08bb6840..f57219cfc 100644 --- a/boat-scaffold/pom.xml +++ b/boat-scaffold/pom.xml @@ -5,7 +5,7 @@ com.backbase.oss backbase-openapi-tools - 0.17.17-SNAPSHOT + 0.17.18-SNAPSHOT boat-scaffold @@ -102,7 +102,7 @@ com.backbase.oss boat-trail-resources - 0.17.17-SNAPSHOT + 0.17.18-SNAPSHOT test diff --git a/boat-trail-resources/pom.xml b/boat-trail-resources/pom.xml index 8de4ab25c..6a42b15c6 100644 --- a/boat-trail-resources/pom.xml +++ b/boat-trail-resources/pom.xml @@ -5,7 +5,7 @@ com.backbase.oss backbase-openapi-tools - 0.17.17-SNAPSHOT + 0.17.18-SNAPSHOT boat-trail-resources diff --git a/pom.xml b/pom.xml index d81291322..c25135aeb 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.backbase.oss backbase-openapi-tools - 0.17.17-SNAPSHOT + 0.17.18-SNAPSHOT pom Backbase Open Api Tools is a collection of tools to work with Open API diff --git a/tests/pom.xml b/tests/pom.xml index 69958be4d..8358b8fb5 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -5,7 +5,7 @@ com.backbase.oss backbase-openapi-tools - 0.17.17-SNAPSHOT + 0.17.18-SNAPSHOT tests From b4e9e68164f5db5b00ed2f7b4fe5bba6c7ea0a4f Mon Sep 17 00:00:00 2001 From: walaniam Date: Wed, 20 Sep 2023 11:09:07 +0200 Subject: [PATCH 2/2] Bumped up version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b79ee22ca..ad53e1993 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ It currently consists of # Release Notes BOAT is still under development and subject to change. -## 0.17.17 +## 0.17.18 * boat-spring * Fix [Regression on putting valid annotation on FQCN,https://github.com/Backbase/backbase-openapi-tools/issues/619] * Fix [Broken pojo field validations, https://github.com/Backbase/backbase-openapi-tools/issues/633]