Skip to content

Commit

Permalink
Update Core Components to v2.19.0 (adobe#926)
Browse files Browse the repository at this point in the history
* Update Core Components to v2.19.0

- update dependency of core components to 2.19.0
- set proxy search component to v2
- set proxy amp image component to v2

fixes adobe#921
  • Loading branch information
bpauli authored and sandru85 committed May 11, 2022
1 parent 7a514d6 commit 26a046c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/main/archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<aio.runtime.namespace>${env.AIO_RUNTIME_NAMESPACE}</aio.runtime.namespace>
<aio.runtime.auth>${env.AIO_RUNTIME_AUTH}</aio.runtime.auth>
#end
<core.wcm.components.version>2.18.0</core.wcm.components.version>
<core.wcm.components.version>2.19.0</core.wcm.components.version>
#if ( $includeCommerce == "y" )
<core.cif.components.version>2.8.0</core.cif.components.version>
<magento.graphql.version>9.0.0-magento242ee</magento.graphql.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
jcr:primaryType="cq:Component"
jcr:title="Image"
#if ( $amp == "y")
sling:resourceSuperType="core/wcm/extensions/amp/components/image/v1/image"
sling:resourceSuperType="core/wcm/extensions/amp/components/image/v2/image"
#else
sling:resourceSuperType="core/wcm/components/image/v3/image"
#end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
jcr:primaryType="cq:Component"
jcr:title="Quick Search"
#if ( $amp == "y")
sling:resourceSuperType="core/wcm/extensions/amp/components/search/v1/search"
sling:resourceSuperType="core/wcm/extensions/amp/components/search/v2/search"
#else
sling:resourceSuperType="core/wcm/components/search/v1/search"
sling:resourceSuperType="core/wcm/components/search/v2/search"
#end
componentGroup="${appTitle} - Structure"/>

0 comments on commit 26a046c

Please sign in to comment.