Skip to content

Commit

Permalink
Update to AEM 6.5 SP21
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Jun 6, 2024
1 parent 706fd96 commit 5212215
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
<action type="update" dev="sseifert">
Set hideInNav=true and cq:robotsTags=noindex,nofollow by default for structure element and config editor pages.
</action>
<action type="update" dev="sseifert">
Update to AEM 6.5 SP21.
</action>
<action type="update" dev="sseifert">
Update dependencies.
</action>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ files:

#if ( $optionAemVersion == '6.5' && $optionAemServicePack == 'y' )
# AEM Service Pack
- url: mvn:adobe.binary.aem.65.servicepack/aem-service-pkg/6.5.20.0/zip
- url: mvn:adobe.binary.aem.65.servicepack/aem-service-pkg/6.5.21.0/zip
dir: packages
modelOptions:
delayAfterInstallSec: 30
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/archetype-resources/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@
<dependency>
<groupId>io.wcm.maven</groupId>
<artifactId>io.wcm.maven.aem-dependencies</artifactId>
<version>#if($optionAemServicePack=="y" || $optionAemServicePackAPI=="y")6.5.20.0000#{else}6.5.0.0005#end</version>
<version>#if($optionAemServicePack=="y" || $optionAemServicePackAPI=="y")6.5.21.0000#{else}6.5.0.0005#end</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 5212215

Please sign in to comment.