diff --git a/CLAUDE.md b/CLAUDE.md
index 27cd5f9..4691dc5 100644
--- a/CLAUDE.md
+++ b/CLAUDE.md
@@ -6,9 +6,9 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
Rhea ([codbex.com/products](https://www.codbex.com/products/)) is a **codbex "Edition"** — a thin distribution that packages [Eclipse Dirigible](https://github.com/eclipse/dirigible) into a runnable Spring Boot application. It contains almost no business logic of its own; it assembles Dirigible components via Maven dependencies and applies codbex branding plus a few UI overrides. Rhea's focus is **Modeling and Applications** — Entities, Forms and Reports modeling for Model Driven Architecture development, plus the **Intent Driven** techniques and tools (the `app.intent` engine, the Intent Editor and the conversational Builder shell). The curated set of components in `application/pom.xml` reflects that focus.
-Inheritance chain: `codbex-platform-parent` (the `com.codbex.platform` parent POM, currently 14.14.0) → `codbex-rhea-parent` (root `pom.xml`) → modules. Most build behavior, Maven profiles, plugin config, and dependency versions live in the **parent POM, not this repo** — when a build profile or plugin isn't defined here, it is inherited from the platform parent.
+Inheritance chain: `codbex-platform-parent` (the `com.codbex.platform` parent POM, currently 14.17.0) → `codbex-rhea-parent` (root `pom.xml`) → modules. Most build behavior, Maven profiles, plugin config, and dependency versions live in the **parent POM, not this repo** — when a build profile or plugin isn't defined here, it is inherited from the platform parent.
-**Dirigible version.** The platform parent pins it through the `dirigible.version` property (parent releases track Dirigible releases 1:1). The root `pom.xml` currently **overrides** it to `14.16.0`, because parent 14.14.0 is the newest published one and Rhea needs 14.16.0 for the Intent Driven components (Builder shell, Monitoring shell, the Personal shell rename) and for the removal of the AngularJS/TypeScript application templates. Delete the override once `codbex-platform-parent` 14.16.0 or later is published.
+**Dirigible version.** The platform parent pins it through the `dirigible.version` property, and parent releases track Dirigible releases 1:1 (parent 14.17.0 → Dirigible 14.17.0), so bumping the edition means bumping the parent version. A child pom *can* override `dirigible.version` to reach a Dirigible release whose parent is not published yet, but prefer the parent bump. Bumps are not mechanical — Dirigible removes things: the OData engine was extracted in 14.16.0 (which un-managed `com.codbex.olingo:olingo-odata2-lib`, so a version-less declaration fails the build at model-read time), the AngularJS/TypeScript application templates went with it, and `/` now lands on the Home launchpad instead of the Workbench.
## Build & run
diff --git a/pom.xml b/pom.xml
index 23bfe57..16c08c7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
com.codbex.platform
codbex-platform-parent
- 14.14.0
+ 14.17.0
codbex - rhea - parent
@@ -61,13 +61,6 @@
Rhea by codbex
none
-
- 14.17.0