Skip to content

Commit a7c0abf

Browse files
authored
Merge branch 'master' into SITES-46234
2 parents bbc1071 + 50b54fb commit a7c0abf

3 files changed

Lines changed: 1 addition & 3 deletions

File tree

it/site/generate.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ Keep / tune these **properties** (examples as in this module; bump to match your
117117

118118
- **`aem.sdk.api`** — AEM as a Cloud Service SDK API for cloud modules.
119119
- **`aem.cif.sdk.api`** — CIF add-on API for `ui.apps` / compile scope.
120-
- **`core.cif.components.version`** — version of the CIF Core bundle used as **compile-time provided** dependency for HTL validation (runtime provides the bundle; `it/site` packages do not embed it).
121120
- **`core.wcm.components.version`** — WCM Core (needed for **`classic/all`** embeds).
122121
- **`magento.graphql.version`** — GraphQL client artifact line.
123122

it/site/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
<properties>
4545
<!-- aem.host, aem.port, aem.publish.*, sling.*, vault.*, magento.graphql.version,
4646
core.wcm.components.version are all inherited from core-cif-components-parent. -->
47-
<core.cif.components.version>2.18.5-SNAPSHOT</core.cif.components.version>
4847
<aem.cif.sdk.api>2025.09.02.00</aem.cif.sdk.api>
4948
<aem.sdk.api>2026.3.25194.20260330T181734Z-260300</aem.sdk.api>
5049
<bnd.version>6.4.0</bnd.version>

it/site/ui.apps/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
<dependency>
134134
<groupId>com.adobe.commerce.cif</groupId>
135135
<artifactId>core-cif-components-core</artifactId>
136-
<version>${core.cif.components.version}</version>
136+
<version>2.18.5-SNAPSHOT</version>
137137
<scope>provided</scope>
138138
</dependency>
139139
<dependency>

0 commit comments

Comments
 (0)