Skip to content

Commit

Permalink
FORMS-8133 update core components version, rename horizontal tab comp…
Browse files Browse the repository at this point in the history
…onent (#1066)

Co-authored-by: barshatr <barshatr@adobe.com>
  • Loading branch information
barshat7 and barshatr committed Apr 26, 2023
1 parent 7d130a5 commit e55d5be
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/main/archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@

#if ($includeForms == "y" or $includeFormsenrollment == "y" or $includeFormscommunications == "y" or $includeFormsheadless == "y")
#if ($aemVersion == "cloud")
<core.forms.components.version>2.0.6</core.forms.components.version>
<core.forms.components.af.version>2.0.6</core.forms.components.af.version>
<core.forms.components.version>2.0.14</core.forms.components.version>
<core.forms.components.af.version>2.0.14</core.forms.components.af.version>
#else
<core.forms.components.version>1.1.12</core.forms.components.version>
<core.forms.components.af.version>1.1.12</core.forms.components.af.version>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?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"
jcr:description="Adaptive Form Horizontal Tabs (v1) component"
jcr:description="Adaptive Form Tabs on Top (v1) component"
jcr:primaryType="cq:Component"
jcr:title="Adaptive Form Horizontal Tabs"
jcr:title="Adaptive Form Tabs on Top"
sling:resourceSuperType="core/fd/components/form/tabsontop/v1/tabsontop"
componentGroup="${appTitle} - Adaptive Form"/>
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0"
jcr:primaryType="nt:unstructured"
jcr:title="Horizontal Tabs"
jcr:title="Tabs on Top"
fieldType="panel">
<item_1 jcr:primaryType="nt:unstructured"
jcr:title="Item 1"
Expand Down

0 comments on commit e55d5be

Please sign in to comment.