CoreMedia Content Cloud v11 Upgrade Guide / Version 2110
Table Of Contents
The Blueprint now uses the group ID com.coremedia.blueprint
for every module and Blueprint
modules are now always referenced by using ${project.version}
.
The following group IDs are no longer used:
com.coremedia.blueprint.boot
com.coremedia.blueprint.docker
com.coremedia.blueprint.content-hub
The following properties have been removed:
blueprint.groupId
blueprint.version
blueprint.boot.groupId
Blueprint.boot.version
This makes it easier to replace the CoreMedia group ID with a custom one and allows for setting the version via maven-release-plugin or versions-maven-plugin which should also make it easier to create releases of your Blueprint.