Skip to content

Commit 9f05c3f

Browse files
committed
update to 6.5.22
ignore updates for io.wcm:io.wcm.caconfig.extensions to stay compatible with AEM 6.5.x
1 parent 1250092 commit 9f05c3f

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

Diff for: build-deploy_aem65.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ fi
2626
# install AEM 6.5 with service pack
2727
mvn --non-recursive wcmio-content-package:install \
2828
--activate-profiles=${MAVEN_PROFILES} \
29-
-Dvault.artifact=adobe.binary.aem.65.servicepack:aem-service-pkg:zip:6.5.21.0 \
29+
-Dvault.artifact=adobe.binary.aem.65.servicepack:aem-service-pkg:zip:6.5.22.0 \
3030
-Dvault.delayAfterInstallSec=30
3131

3232
if [ "$?" -ne "0" ]; then

Diff for: examples/content-packages/examples-libs/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
<groupId>io.wcm</groupId>
140140
<artifactId>io.wcm.caconfig.extensions</artifactId>
141141
<!-- Stick with version 1.8.x because 1.9.x depends on latest Sling Context-Aware Configuration SPI/Impl -->
142-
<version>1.10.2</version>
142+
<version>1.8.8</version>
143143
</dependency>
144144
<dependency>
145145
<groupId>io.wcm</groupId>
@@ -174,7 +174,7 @@
174174
<dependency>
175175
<groupId>io.wcm</groupId>
176176
<artifactId>io.wcm.handler.media</artifactId>
177-
<version>2.4.0</version>
177+
<version>2.4.2</version>
178178
</dependency>
179179
<dependency>
180180
<groupId>io.wcm</groupId>

Diff for: renovate.json

+3
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,8 @@
1010
],
1111
"ignorePaths": [
1212
"**/parent/**"
13+
],
14+
"ignoreDeps": [
15+
"io.wcm:io.wcm.caconfig.extensions"
1316
]
1417
}

0 commit comments

Comments
 (0)