Skip to content

Commit

Permalink
Change sling:resourceSuperType of the spa page to the V3 core compone…
Browse files Browse the repository at this point in the history
…nt page, increase core.wcm.component version till 2.26.0 (#68)

Co-authored-by: pid18718 <[email protected]>
  • Loading branch information
1 parent b75147b commit 27e3cda
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<sling.password>admin</sling.password>
<vault.user>admin</vault.user>
<vault.password>admin</vault.password>
<core.wcm.components.version>2.15.0</core.wcm.components.version>
<core.wcm.components.version>2.26.0</core.wcm.components.version>
<bnd.version>4.2.0</bnd.version>
<maven.release.version>2.5.3</maven.release.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" cq:icon="page" jcr:primaryType="cq:Component" jcr:title="Page (v3)" sling:resourceSuperType="core/wcm/components/page/v2/page" componentGroup=".core-wcm" designDialogPath="spa-project-core/components/page/cq:design_dialog" />
<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0"
xmlns:jcr="http://www.jcp.org/jcr/1.0" cq:icon="page" jcr:primaryType="cq:Component" jcr:title="Page (v3)"
sling:resourceSuperType="core/wcm/components/page/v3/page" componentGroup=".core-wcm"
designDialogPath="spa-project-core/components/page/cq:design_dialog"/>

0 comments on commit 27e3cda

Please sign in to comment.