Skip to content

Commit

Permalink
Update to Core Component 2.24.4
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Apr 17, 2024
1 parent 4cfc22e commit b1b1f2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ void testSlideImageUrls() {
#end
#if ($optionWcmioHandler == 'n')
assertEquals(List.of(
"/content/mypage/_jcr_content/myresource/slides/item1.img.png",
"/content/mypage/_jcr_content/myresource/slides/item2.img.png"),
"/content/mypage/_jcr_content/myresource/slides/item1.coreimg.png",
"/content/mypage/_jcr_content/myresource/slides/item2.coreimg.png"),
underTest.getSlideImages().stream()
.map(Image::getSrc)
.collect(Collectors.toList()));
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/archetype-resources/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
<!-- Versions -->
#end
#if ( $optionAemVersion != "cloud" )
<core.wcm.components.version>2.23.4</core.wcm.components.version>
<core.wcm.components.version>2.24.4</core.wcm.components.version>
#end
#if( $optionAcsCommons == "y" )
<acs.aem.commons.version>6.4.0</acs.aem.commons.version>
<acs.aem.commons.version>6.6.0</acs.aem.commons.version>
#end

<!-- Enable reproducible builds -->
Expand Down

0 comments on commit b1b1f2c

Please sign in to comment.