Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

POM version of AEM cloud SDK to support release orchestration

Avatar

Level 3

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

1 Accepted Solution

Avatar

Correct answer by
Employee

I don't think you can turn off RO from POM. When building the new image, it uses the version used by your environment or the version you submit for upgrade.

View solution in original post

1 Reply

Avatar

Correct answer by
Employee

I don't think you can turn off RO from POM. When building the new image, it uses the version used by your environment or the version you submit for upgrade.