Frontify / frontify-aem-connector

Frontify Adobe Experience Manager
MIT License
4 stars 4 forks source link

Upgrade uber jar to latest Service Pack 6 #5

Closed nhirrle closed 3 years ago

nhirrle commented 3 years ago

Adobe released Service Pack 6 few weeks ago: https://docs.adobe.com/content/help/en/experience-manager-65/release-notes/service-pack/sp-release-notes.html https://github.com/Frontify/frontify-aem-connector/blob/e96685c9efcd30192e27959e29333067367fbfae/pom.xml#L734

Please change to

<dependency>
      <groupId>com.adobe.aem</groupId>
      <artifactId>uber-jar</artifactId>
      <version>6.5.6-1.0</version>  
      <scope>provided</scope>
</dependency>
nhirrle commented 3 years ago

After discussing this we will not upgrade uber jars for minor version upgrades in poms. Reason: we only want to do upgrade in case the module is not compatible with a lower version which is not the case in here