Skip to content

Commit

Permalink
Update to AEM 6.5 SP19.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Dec 4, 2023
1 parent d17777f commit 707ebf7
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 @@ -24,6 +24,9 @@
<body>

<release version="3.8.6" date="not released">
<action type="update" dev="sseifert">
Update to AEM 6.5 SP19.
</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.18.0/zip
- url: mvn:adobe.binary.aem.65.servicepack/aem-service-pkg/6.5.19.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.18.0000#{else}6.5.0.0005#end</version>
<version>#if($optionAemServicePack=="y" || $optionAemServicePackAPI=="y")6.5.19.0000#{else}6.5.0.0005#end</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 707ebf7

Please sign in to comment.