Admin message

WARNING! Gitlab maintenance operation scheduled for Thursday, 18 June between 19:00 and 20:00 (CET). During this time window, short service interruptions (less than 5 minutes) may occur. Thank you in advance for your understanding.

Internal component versioning 1.0.0-SNAPSHOT
The internal version of the project should reflect 1.0.0-SNAPSHOT targeting the next 2024Q2 release Given that: * Parent component must have a version property at top level (parent .pom) -- <version>1.0.0-SNAPSHOT</version> * Parent component must have all components' version as variables (parent .pom) -- 1.0.0-SNAPSHOT for every component Then: * **Each child component must have a reference to the parent version at parent level (hardcoded)** -- <parent><version>1.0.0-SNAPSHOT</version></parent> * **Each child component must have a version property at top level (inherirted as variable from parent .pom)** -- e.g. <version>$variable.{component-name}.version</version>
issue