From 9446b6427a9cc8bce557cb4dc045a7ef0af855db Mon Sep 17 00:00:00 2001 From: Roman Kniazevych Date: Mon, 29 Sep 2025 10:09:28 +0300 Subject: [PATCH] fix & bump the release version. Happens cause some previous versions didn't bump after release --- README.md | 5 +++-- 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 +- 10 files changed, 13 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 9714ddb80..72ca5a92c 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,10 @@ It currently consists of # Release Notes BOAT is still under development and subject to change. -## 0.17.63 -Add support params of openapi-generator `name-mappings` and `enum-name-mappings`. +## 0.17.66 +* Add support params of openapi-generator `name-mappings` and `enum-name-mappings`. Check `Property & Enum Name Mappings (new)` in [boat-maven-plugin](boat-maven-plugin/README.md) +* fixed release process ## 0.17.62 * Fixed reactive generation of code to not include extra Flux<> to return parameter diff --git a/boat-engine/pom.xml b/boat-engine/pom.xml index d5bd5ed02..7321ff4cb 100644 --- a/boat-engine/pom.xml +++ b/boat-engine/pom.xml @@ -5,7 +5,7 @@ com.backbase.oss backbase-openapi-tools - 0.17.63-SNAPSHOT + 0.17.66-SNAPSHOT boat-engine jar diff --git a/boat-maven-plugin/pom.xml b/boat-maven-plugin/pom.xml index 0cccd09fa..e3229f3e7 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.63-SNAPSHOT + 0.17.66-SNAPSHOT boat-maven-plugin diff --git a/boat-quay/boat-quay-lint/pom.xml b/boat-quay/boat-quay-lint/pom.xml index d19c4bd9e..3a146a109 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.63-SNAPSHOT + 0.17.66-SNAPSHOT boat-quay-lint diff --git a/boat-quay/boat-quay-rules/pom.xml b/boat-quay/boat-quay-rules/pom.xml index c1645422a..1396314c3 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.63-SNAPSHOT + 0.17.66-SNAPSHOT boat-quay-rules diff --git a/boat-quay/pom.xml b/boat-quay/pom.xml index 77e20a1c3..480c8a6d3 100644 --- a/boat-quay/pom.xml +++ b/boat-quay/pom.xml @@ -5,7 +5,7 @@ com.backbase.oss backbase-openapi-tools - 0.17.63-SNAPSHOT + 0.17.66-SNAPSHOT diff --git a/boat-scaffold/pom.xml b/boat-scaffold/pom.xml index ca6e1eb5a..249e3180b 100644 --- a/boat-scaffold/pom.xml +++ b/boat-scaffold/pom.xml @@ -5,7 +5,7 @@ com.backbase.oss backbase-openapi-tools - 0.17.63-SNAPSHOT + 0.17.66-SNAPSHOT boat-scaffold @@ -102,7 +102,7 @@ com.backbase.oss boat-trail-resources - 0.17.63-SNAPSHOT + 0.17.66-SNAPSHOT test diff --git a/boat-trail-resources/pom.xml b/boat-trail-resources/pom.xml index 4bb248bae..88d62ba37 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.63-SNAPSHOT + 0.17.66-SNAPSHOT boat-trail-resources diff --git a/pom.xml b/pom.xml index 23c0b4ce4..ae11c76b4 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.backbase.oss backbase-openapi-tools - 0.17.63-SNAPSHOT + 0.17.66-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 6c375ab53..ca0aa51f5 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -5,7 +5,7 @@ com.backbase.oss backbase-openapi-tools - 0.17.63-SNAPSHOT + 0.17.66-SNAPSHOT tests