Hi,
We want to move to release orchestration provided by AEM cloud in our POM currently we have SDK version mentioned where we define which version of AEM we are trying to use. I understand from automation point of view it is redundant as then it always requires a POM change to be done in git code. I am assuming there is a some environment variable we can use in our POM which can dynamically pick the latest SDK version in our main pom we have this property
</properties>
<aem.sdk.api>2021.10.5933.20211012T154732Z-210900</aem.sdk.api>
</properties>
or the cloud manager is smart enough to ignore this and just take the correct value?
Thanks,
Shehjad