diff --git a/README.md b/README.md
index ec07b2eb3..a61506999 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,10 @@ It currently consists of
# Release Notes
BOAT is still under development and subject to change.
+## 0.17.73
+Added code related to generate webhook endpoints with different goal
+To add prehook and posthook request mappings for all the requests in spec yaml using webhooks.
+Created a new Mojo, added codegen and related templates under boat-webhooks.
## 0.17.70
Fix: Examples of responses defined in components/responses were not inlined by the ExamplesProcessor.
diff --git a/boat-engine/pom.xml b/boat-engine/pom.xml
index df95bc36c..64a94b8b0 100644
--- a/boat-engine/pom.xml
+++ b/boat-engine/pom.xml
@@ -5,7 +5,7 @@
com.backbase.oss
backbase-openapi-tools
- 0.17.71-SNAPSHOT
+ 0.17.73-SNAPSHOT
boat-engine
jar
diff --git a/boat-maven-plugin/pom.xml b/boat-maven-plugin/pom.xml
index 243d93303..b2be492e9 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.71-SNAPSHOT
+ 0.17.73-SNAPSHOT
boat-maven-plugin
diff --git a/boat-quay/boat-quay-lint/pom.xml b/boat-quay/boat-quay-lint/pom.xml
index dca4d3083..591316be2 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.71-SNAPSHOT
+ 0.17.73-SNAPSHOT
boat-quay-lint
diff --git a/boat-quay/boat-quay-rules/pom.xml b/boat-quay/boat-quay-rules/pom.xml
index 39c7a64eb..c832eede0 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.71-SNAPSHOT
+ 0.17.73-SNAPSHOT
boat-quay-rules
diff --git a/boat-quay/pom.xml b/boat-quay/pom.xml
index 7a6a32c2e..16b868dcc 100644
--- a/boat-quay/pom.xml
+++ b/boat-quay/pom.xml
@@ -5,7 +5,7 @@
com.backbase.oss
backbase-openapi-tools
- 0.17.71-SNAPSHOT
+ 0.17.73-SNAPSHOT
diff --git a/boat-scaffold/pom.xml b/boat-scaffold/pom.xml
index 11c87030c..356434189 100644
--- a/boat-scaffold/pom.xml
+++ b/boat-scaffold/pom.xml
@@ -5,7 +5,7 @@
com.backbase.oss
backbase-openapi-tools
- 0.17.71-SNAPSHOT
+ 0.17.73-SNAPSHOT
boat-scaffold
@@ -102,7 +102,7 @@
com.backbase.oss
boat-trail-resources
- 0.17.71-SNAPSHOT
+ 0.17.73-SNAPSHOT
test
diff --git a/boat-trail-resources/pom.xml b/boat-trail-resources/pom.xml
index c6af257b4..95162cb25 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.71-SNAPSHOT
+ 0.17.73-SNAPSHOT
boat-trail-resources
diff --git a/pom.xml b/pom.xml
index 34667d3ee..6b05f7f0b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.backbase.oss
backbase-openapi-tools
- 0.17.71-SNAPSHOT
+ 0.17.73-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 ccd6ac1a0..7848ba70a 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -5,7 +5,7 @@
com.backbase.oss
backbase-openapi-tools
- 0.17.71-SNAPSHOT
+ 0.17.73-SNAPSHOT
tests