Skip to content

Commit

Permalink
Update to AEM 6.5 SP20.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Feb 22, 2024
1 parent 4c13fc8 commit fa9d062
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,15 @@
xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 https://maven.apache.org/plugins/maven-changes-plugin/xsd/changes-1.0.0.xsd">
<body>

<release version="3.8.10" date="not released">
<action type="update" dev="sseifert">
Update to AEM 6.5 SP20.
</action>
<action type="update" dev="sseifert">
Update dependencies.
</action>
</release>

<release version="3.8.8" date="2024-01-26">
<action type="update" dev="sseifert">
Update to Handler 2.x.
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.19.0/zip
- url: mvn:adobe.binary.aem.65.servicepack/aem-service-pkg/6.5.20.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 @@ -273,7 +273,7 @@
<dependency>
<groupId>io.wcm.maven</groupId>
<artifactId>io.wcm.maven.aem-dependencies</artifactId>
<version>#if($optionAemServicePack=="y" || $optionAemServicePackAPI=="y")6.5.19.0000#{else}6.5.0.0005#end</version>
<version>#if($optionAemServicePack=="y" || $optionAemServicePackAPI=="y")6.5.20.0000#{else}6.5.0.0005#end</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit fa9d062

Please sign in to comment.