Skip to content

Commit 6d1c831

Browse files
committed
@releng [maven-scm] :prepare release core-cif-components-reactor-2.6.0
1 parent b510082 commit 6d1c831

File tree

26 files changed

+48
-42
lines changed

26 files changed

+48
-42
lines changed

all/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>com.adobe.commerce.cif</groupId>
2525
<artifactId>core-cif-components-parent</artifactId>
26-
<version>2.5.1-SNAPSHOT</version>
26+
<version>2.6.0</version>
2727
<relativePath>../parent/pom.xml</relativePath>
2828
</parent>
2929

@@ -41,7 +41,7 @@
4141
<connection>scm:git:https://github.com/adobe/aem-core-cif-components</connection>
4242
<developerConnection>scm:git:[email protected]:adobe/aem-core-cif-components.git</developerConnection>
4343
<url>https://github.com/adobe/aem-core-cif-components</url>
44-
<tag>HEAD</tag>
44+
<tag>core-cif-components-reactor-2.6.0</tag>
4545
</scm>
4646
<organization>
4747
<name>Adobe</name>

bundles/core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.adobe.commerce.cif</groupId>
2424
<artifactId>core-cif-components-parent</artifactId>
25-
<version>2.5.1-SNAPSHOT</version>
25+
<version>2.6.0</version>
2626
<relativePath>../../parent/pom.xml</relativePath>
2727
</parent>
2828

@@ -40,7 +40,7 @@
4040
<connection>scm:git:https://github.com/adobe/aem-core-cif-components</connection>
4141
<developerConnection>scm:git:[email protected]:adobe/aem-core-cif-components.git</developerConnection>
4242
<url>https://github.com/adobe/aem-core-cif-components</url>
43-
<tag>HEAD</tag>
43+
<tag>core-cif-components-reactor-2.6.0</tag>
4444
</scm>
4545
<organization>
4646
<name>Adobe</name>

bundles/core/src/test/resources/test-queries/graphql-requests.log

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,14 @@
2424

2525
{products(currentPage:1,pageSize:6,filter:{},sort:{price:ASC}){total_count,items{__typename,sku,name,small_image{url},url_key,url_path,url_rewrites{url},price_range{minimum_price{regular_price{value,currency},final_price{value,currency},discount{amount_off,percent_off}}},... on ConfigurableProduct{price_range{maximum_price{regular_price{value,currency},final_price{value,currency},discount{amount_off,percent_off}}}},... on BundleProduct{price_range{maximum_price{regular_price{value,currency},final_price{value,currency},discount{amount_off,percent_off}}}}},aggregations{options{count,label,value},attribute_code,count,label}}}
2626

27+
{categoryList(filters:{category_uid:{eq:"MTI="}}){uid,url_key,url_path,products(currentPage:1,pageSize:2){items{__typename,sku,name,thumbnail{label,url},url_key,url_path,url_rewrites{url},price_range{minimum_price{regular_price{value,currency},final_price{value,currency},discount{amount_off,percent_off}}},... on ConfigurableProduct{price_range{maximum_price{regular_price{value,currency},final_price{value,currency},discount{amount_off,percent_off}}}}}}}}
28+
29+
{categoryList(filters:{category_uid:{eq:"MTI="}}){uid,url_key,url_path,products(currentPage:1,pageSize:10){items{__typename,sku,name,thumbnail{label,url},url_key,url_path,url_rewrites{url},price_range{minimum_price{regular_price{value,currency},final_price{value,currency},discount{amount_off,percent_off}}},... on ConfigurableProduct{price_range{maximum_price{regular_price{value,currency},final_price{value,currency},discount{amount_off,percent_off}}}}}}}}
30+
2731
{products(filter:{sku:{in:["NOT-FOUND","24-MG01","MJ01","faultyproduct","WJ01"]}}){items{__typename,sku,name,thumbnail{label,url},url_key,url_path,url_rewrites{url},price_range{minimum_price{regular_price{value,currency},final_price{value,currency},discount{amount_off,percent_off}}},... on ConfigurableProduct{variants{product{sku,name,thumbnail{label,url},price_range{minimum_price{regular_price{value,currency},final_price{value,currency},discount{amount_off,percent_off}}}}},price_range{maximum_price{regular_price{value,currency},final_price{value,currency},discount{amount_off,percent_off}}}}}}}
2832

33+
{categoryList(filters:{category_uid:{eq:"MTI="}}){uid,url_key,url_path,products(currentPage:1,pageSize:1){items{__typename,sku,name,thumbnail{label,url},url_key,url_path,url_rewrites{url},price_range{minimum_price{regular_price{value,currency},final_price{value,currency},discount{amount_off,percent_off}}},... on ConfigurableProduct{price_range{maximum_price{regular_price{value,currency},final_price{value,currency},discount{amount_off,percent_off}}}}}}}}
34+
2935
{customAttributeMetadata(attributes:[]){items{attribute_code,attribute_type,input_type}}}
3036

3137
{products(search:"glove",currentPage:1,pageSize:6,filter:{},sort:{relevance:DESC}){total_count,items{__typename,sku,name,small_image{url},url_key,url_path,url_rewrites{url},price_range{minimum_price{regular_price{value,currency},final_price{value,currency},discount{amount_off,percent_off}}},... on ConfigurableProduct{price_range{maximum_price{regular_price{value,currency},final_price{value,currency},discount{amount_off,percent_off}}}},... on BundleProduct{price_range{maximum_price{regular_price{value,currency},final_price{value,currency},discount{amount_off,percent_off}}}}},aggregations{options{count,label,value},attribute_code,count,label}}}

examples/all/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>com.adobe.commerce.cif</groupId>
2222
<artifactId>core-cif-components-parent</artifactId>
23-
<version>2.5.1-SNAPSHOT</version>
23+
<version>2.6.0</version>
2424
<relativePath>../../parent/pom.xml</relativePath>
2525
</parent>
2626

@@ -35,7 +35,7 @@
3535
<connection>scm:git:https://github.com/adobe/aem-core-cif-components</connection>
3636
<developerConnection>scm:git:[email protected]:adobe/aem-core-cif-components.git</developerConnection>
3737
<url>https://github.com/adobe/aem-core-cif-components</url>
38-
<tag>HEAD</tag>
38+
<tag>core-cif-components-reactor-2.6.0</tag>
3939
</scm>
4040
<organization>
4141
<name>Adobe</name>

examples/bundle/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.adobe.commerce.cif</groupId>
2424
<artifactId>core-cif-components-parent</artifactId>
25-
<version>2.5.1-SNAPSHOT</version>
25+
<version>2.6.0</version>
2626
<relativePath>../../parent/pom.xml</relativePath>
2727
</parent>
2828

@@ -40,7 +40,7 @@
4040
<connection>scm:git:https://github.com/adobe/aem-core-cif-components</connection>
4141
<developerConnection>scm:git:[email protected]:adobe/aem-core-cif-components.git</developerConnection>
4242
<url>https://github.com/adobe/aem-core-cif-components</url>
43-
<tag>HEAD</tag>
43+
<tag>core-cif-components-reactor-2.6.0</tag>
4444
</scm>
4545
<organization>
4646
<name>Adobe</name>

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>com.adobe.commerce.cif</groupId>
2222
<artifactId>core-cif-components-parent</artifactId>
23-
<version>2.5.1-SNAPSHOT</version>
23+
<version>2.6.0</version>
2424
<relativePath>../parent/pom.xml</relativePath>
2525
</parent>
2626

examples/ui.apps/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>com.adobe.commerce.cif</groupId>
2222
<artifactId>core-cif-components-parent</artifactId>
23-
<version>2.5.1-SNAPSHOT</version>
23+
<version>2.6.0</version>
2424
<relativePath>../../parent/pom.xml</relativePath>
2525
</parent>
2626

@@ -35,7 +35,7 @@
3535
<connection>scm:git:https://github.com/adobe/aem-core-cif-components</connection>
3636
<developerConnection>scm:git:[email protected]:adobe/aem-core-cif-components.git</developerConnection>
3737
<url>https://github.com/adobe/aem-core-cif-components</url>
38-
<tag>HEAD</tag>
38+
<tag>core-cif-components-reactor-2.6.0</tag>
3939
</scm>
4040
<organization>
4141
<name>Adobe</name>

examples/ui.config/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>com.adobe.commerce.cif</groupId>
2222
<artifactId>core-cif-components-parent</artifactId>
23-
<version>2.5.1-SNAPSHOT</version>
23+
<version>2.6.0</version>
2424
<relativePath>../../parent/pom.xml</relativePath>
2525
</parent>
2626

@@ -35,7 +35,7 @@
3535
<connection>scm:git:https://github.com/adobe/aem-core-cif-components</connection>
3636
<developerConnection>scm:git:[email protected]:adobe/aem-core-cif-components.git</developerConnection>
3737
<url>https://github.com/adobe/aem-core-cif-components</url>
38-
<tag>HEAD</tag>
38+
<tag>core-cif-components-reactor-2.6.0</tag>
3939
</scm>
4040
<organization>
4141
<name>Adobe</name>

examples/ui.content/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>com.adobe.commerce.cif</groupId>
2222
<artifactId>core-cif-components-parent</artifactId>
23-
<version>2.5.1-SNAPSHOT</version>
23+
<version>2.6.0</version>
2424
<relativePath>../../parent/pom.xml</relativePath>
2525
</parent>
2626

@@ -35,7 +35,7 @@
3535
<connection>scm:git:https://github.com/adobe/aem-core-cif-components</connection>
3636
<developerConnection>scm:git:[email protected]:adobe/aem-core-cif-components.git</developerConnection>
3737
<url>https://github.com/adobe/aem-core-cif-components</url>
38-
<tag>HEAD</tag>
38+
<tag>core-cif-components-reactor-2.6.0</tag>
3939
</scm>
4040
<organization>
4141
<name>Adobe</name>

examples/ui.frontend/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>com.adobe.commerce.cif</groupId>
2525
<artifactId>core-cif-components-parent</artifactId>
26-
<version>2.5.1-SNAPSHOT</version>
26+
<version>2.6.0</version>
2727
<relativePath>../../parent/pom.xml</relativePath>
2828
</parent>
2929

0 commit comments

Comments
 (0)