Skip to content

Commit

Permalink
@releng updating forms core component version to 3.0.66 (#1228)
Browse files Browse the repository at this point in the history
* @releng updating forms core component version to 3.0.66

* updating component title as per their version

---------

Co-authored-by: Barshat Rai <barshatrai99@gmail.com>
  • Loading branch information
rismehta and barshat7 authored Oct 8, 2024
1 parent c4ab65f commit dbb42eb
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions src/main/archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@

#if ($includeForms == "y" or $includeFormsenrollment == "y" or $includeFormscommunications == "y" or $includeFormsheadless == "y")
#if ($aemVersion == "cloud")
<core.forms.components.version>3.0.50</core.forms.components.version>
<core.forms.components.af.version>3.0.50</core.forms.components.af.version>
<core.forms.components.version>3.0.66</core.forms.components.version>
<core.forms.components.af.version>3.0.66</core.forms.components.af.version>
#else
<core.forms.components.version>1.1.40</core.forms.components.version>
<core.forms.components.af.version>1.1.40</core.forms.components.af.version>
<core.forms.components.version>1.1.52</core.forms.components.version>
<core.forms.components.af.version>1.1.52</core.forms.components.af.version>
#end
<aem.forms.sdk.api>SDK_FORMS_VERSION</aem.forms.sdk.api>
#end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
jcr:primaryType="cq:Component"
jcr:title="Reset Button"
jcr:description="Add an interactive button for invoking a Reset action."
sling:resourceSuperType="core/fd/components/form/button/v1/button"
sling:resourceSuperType="core/fd/components/form/actions/reset/v2/reset"
componentGroup="${appTitle} - Adaptive Form"/>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:fd="http://www.adobe.com/aemfd/fd/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="Reset"
type="button"
fieldType="button"
buttonType="reset"
dorExclusion="true">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
jcr:primaryType="cq:Component"
jcr:title="Submit Button"
jcr:description="Add an interactive button for invoking a Submit action."
sling:resourceSuperType="core/fd/components/form/button/v1/button"
sling:resourceSuperType="core/fd/components/form/actions/submit/v2/submit"
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:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0"
jcr:description="Adaptive Form Button (v1) component"
jcr:description="Adaptive Form Button (v2) component"
jcr:primaryType="cq:Component"
jcr:title="Button"
sling:resourceSuperType="core/fd/components/form/button/v1/button"
sling:resourceSuperType="core/fd/components/form/button/v2/button"
componentGroup="${appTitle} - Adaptive Form"/>
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root 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="Button"
fieldType="button"/>
jcr:primaryType="nt:unstructured"
jcr:title="Button"
fieldType="button"
dorExclusion="true"/>
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 File Attachment (v1) component"
jcr:description="Adaptive Form File Attachment (v3) component"
jcr:primaryType="cq:Component"
jcr:title="File Attachment"
sling:resourceSuperType="core/fd/components/form/fileinput/v1/fileinput"
sling:resourceSuperType="core/fd/components/form/fileinput/v3/fileinput"
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:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0"
jcr:description="Adaptive Form Title (v1) component"
jcr:description="Adaptive Form Title (v2) component"
jcr:primaryType="cq:Component"
jcr:title="Form Title"
sling:resourceSuperType="core/fd/components/form/title/v1/title"
sling:resourceSuperType="core/fd/components/form/title/v2/title"
componentGroup="${appTitle} - Adaptive Form"/>

0 comments on commit dbb42eb

Please sign in to comment.