Skip to content

Commit c060e3a

Browse files
committed
@releng [maven-scm] :prepare release core-cif-components-reactor-1.3.0
1 parent 4210eef commit c060e3a

File tree

15 files changed

+42
-44
lines changed

15 files changed

+42
-44
lines changed

all/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.adobe.commerce.cif</groupId>
2323
<artifactId>core-cif-components-parent</artifactId>
24-
<version>1.2.1-SNAPSHOT</version>
24+
<version>1.3.0</version>
2525
<relativePath>../parent/pom.xml</relativePath>
2626
</parent>
2727

@@ -39,7 +39,7 @@
3939
<connection>scm:git:https://github.com/adobe/aem-core-cif-components</connection>
4040
<developerConnection>scm:git:git@github.com:adobe/aem-core-cif-components.git</developerConnection>
4141
<url>https://github.com/adobe/aem-core-cif-components</url>
42-
<tag>HEAD</tag>
42+
<tag>core-cif-components-reactor-1.3.0</tag>
4343
</scm>
4444
<organization>
4545
<name>Adobe</name>

bundles/core/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>1.2.1-SNAPSHOT</version>
23+
<version>1.3.0</version>
2424
<relativePath>../../parent/pom.xml</relativePath>
2525
</parent>
2626

@@ -38,7 +38,7 @@
3838
<connection>scm:git:https://github.com/adobe/aem-core-cif-components</connection>
3939
<developerConnection>scm:git:git@github.com:adobe/aem-core-cif-components.git</developerConnection>
4040
<url>https://github.com/adobe/aem-core-cif-components</url>
41-
<tag>HEAD</tag>
41+
<tag>core-cif-components-reactor-1.3.0</tag>
4242
</scm>
4343
<organization>
4444
<name>Adobe</name>

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

Lines changed: 17 additions & 17 deletions
Large diffs are not rendered by default.

examples/all/pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,13 @@
1212
governing permissions and limitations under the License.
1313
1414
-->
15-
<project xmlns="http://maven.apache.org/POM/4.0.0"
16-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
17-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
15+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1816
<modelVersion>4.0.0</modelVersion>
1917

2018
<parent>
2119
<groupId>com.adobe.commerce.cif</groupId>
2220
<artifactId>core-cif-components-parent</artifactId>
23-
<version>1.2.1-SNAPSHOT</version>
21+
<version>1.3.0</version>
2422
<relativePath>../../parent/pom.xml</relativePath>
2523
</parent>
2624

@@ -35,7 +33,7 @@
3533
<connection>scm:git:https://github.com/adobe/aem-core-cif-components</connection>
3634
<developerConnection>scm:git:git@github.com:adobe/aem-core-cif-components.git</developerConnection>
3735
<url>https://github.com/adobe/aem-core-cif-components</url>
38-
<tag>HEAD</tag>
36+
<tag>core-cif-components-reactor-1.3.0</tag>
3937
</scm>
4038
<organization>
4139
<name>Adobe</name>

examples/bundle/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>1.2.1-SNAPSHOT</version>
23+
<version>1.3.0</version>
2424
<relativePath>../../parent/pom.xml</relativePath>
2525
</parent>
2626

@@ -38,7 +38,7 @@
3838
<connection>scm:git:https://github.com/adobe/aem-core-cif-components</connection>
3939
<developerConnection>scm:git:git@github.com:adobe/aem-core-cif-components.git</developerConnection>
4040
<url>https://github.com/adobe/aem-core-cif-components</url>
41-
<tag>HEAD</tag>
41+
<tag>core-cif-components-reactor-1.3.0</tag>
4242
</scm>
4343
<organization>
4444
<name>Adobe</name>

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>com.adobe.commerce.cif</groupId>
2020
<artifactId>core-cif-components-parent</artifactId>
21-
<version>1.2.1-SNAPSHOT</version>
21+
<version>1.3.0</version>
2222
<relativePath>../parent/pom.xml</relativePath>
2323
</parent>
2424

examples/ui.apps/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>com.adobe.commerce.cif</groupId>
2020
<artifactId>core-cif-components-parent</artifactId>
21-
<version>1.2.1-SNAPSHOT</version>
21+
<version>1.3.0</version>
2222
<relativePath>../../parent/pom.xml</relativePath>
2323
</parent>
2424

@@ -33,7 +33,7 @@
3333
<connection>scm:git:https://github.com/adobe/aem-core-cif-components</connection>
3434
<developerConnection>scm:git:git@github.com:adobe/aem-core-cif-components.git</developerConnection>
3535
<url>https://github.com/adobe/aem-core-cif-components</url>
36-
<tag>HEAD</tag>
36+
<tag>core-cif-components-reactor-1.3.0</tag>
3737
</scm>
3838
<organization>
3939
<name>Adobe</name>

examples/ui.content/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>com.adobe.commerce.cif</groupId>
2020
<artifactId>core-cif-components-parent</artifactId>
21-
<version>1.2.1-SNAPSHOT</version>
21+
<version>1.3.0</version>
2222
<relativePath>../../parent/pom.xml</relativePath>
2323
</parent>
2424

@@ -33,7 +33,7 @@
3333
<connection>scm:git:https://github.com/adobe/aem-core-cif-components</connection>
3434
<developerConnection>scm:git:git@github.com:adobe/aem-core-cif-components.git</developerConnection>
3535
<url>https://github.com/adobe/aem-core-cif-components</url>
36-
<tag>HEAD</tag>
36+
<tag>core-cif-components-reactor-1.3.0</tag>
3737
</scm>
3838
<organization>
3939
<name>Adobe</name>

it/http/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>com.adobe.commerce.cif</groupId>
2020
<artifactId>core-cif-components-parent</artifactId>
21-
<version>1.2.1-SNAPSHOT</version>
21+
<version>1.3.0</version>
2222
<relativePath>../../parent/pom.xml</relativePath>
2323
</parent>
2424

@@ -30,7 +30,7 @@
3030
<connection>scm:git:https://github.com/adobe/aem-core-cif-components</connection>
3131
<developerConnection>scm:git:git@github.com:adobe/aem-core-cif-components.git</developerConnection>
3232
<url>https://github.com/adobe/aem-core-cif-components</url>
33-
<tag>HEAD</tag>
33+
<tag>core-cif-components-reactor-1.3.0</tag>
3434
</scm>
3535
<organization>
3636
<name>Adobe</name>

parent/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<groupId>com.adobe.commerce.cif</groupId>
2222
<artifactId>core-cif-components-parent</artifactId>
2323
<packaging>pom</packaging>
24-
<version>1.2.1-SNAPSHOT</version>
24+
<version>1.3.0</version>
2525

2626
<name>AEM CIF Core Components - Parent</name>
2727
<description>Parent POM for AEM CIF Core Components</description>
@@ -31,7 +31,7 @@
3131
<connection>scm:git:https://github.com/adobe/aem-core-cif-components</connection>
3232
<developerConnection>scm:git:git@github.com:adobe/aem-core-cif-components.git</developerConnection>
3333
<url>https://github.com/adobe/aem-core-cif-components</url>
34-
<tag>HEAD</tag>
34+
<tag>core-cif-components-reactor-1.3.0</tag>
3535
</scm>
3636

3737
<organization>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.adobe.commerce.cif</groupId>
2323
<artifactId>core-cif-components-parent</artifactId>
24-
<version>1.2.1-SNAPSHOT</version>
24+
<version>1.3.0</version>
2525
<relativePath>parent/pom.xml</relativePath>
2626
</parent>
2727

@@ -69,7 +69,7 @@
6969
<connection>scm:git:https://github.com/adobe/aem-core-cif-components</connection>
7070
<developerConnection>scm:git:git@github.com:adobe/aem-core-cif-components.git</developerConnection>
7171
<url>https://github.com/adobe/aem-core-cif-components</url>
72-
<tag>HEAD</tag>
72+
<tag>core-cif-components-reactor-1.3.0</tag>
7373
</scm>
7474

7575
<build>

react-components/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

react-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adobe/aem-core-cif-react-components",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "A collection of React components used in the AEM CIF Core Components project",
55
"author": "Adobe Systems Inc.",
66
"license": "Apache-2.0",

react-components/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.adobe.commerce.cif</groupId>
88
<artifactId>core-cif-components-parent</artifactId>
9-
<version>1.2.1-SNAPSHOT</version>
9+
<version>1.3.0</version>
1010
<relativePath>../parent/pom.xml</relativePath>
1111
</parent>
1212
<!-- ====================================================================== -->

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>1.2.1-SNAPSHOT</version>
23+
<version>1.3.0</version>
2424
<relativePath>../parent/pom.xml</relativePath>
2525
</parent>
2626
<!-- ====================================================================== -->
@@ -37,7 +37,7 @@
3737
<connection>scm:git:https://github.com/adobe/aem-core-cif-components</connection>
3838
<developerConnection>scm:git:git@github.com:adobe/aem-core-cif-components.git</developerConnection>
3939
<url>https://github.com/adobe/aem-core-cif-components</url>
40-
<tag>HEAD</tag>
40+
<tag>core-cif-components-reactor-1.3.0</tag>
4141
</scm>
4242
<organization>
4343
<name>Adobe</name>

0 commit comments

Comments
 (0)