Skip to content

Commit

Permalink
Release/2.25.2 (#2752)
Browse files Browse the repository at this point in the history
* SITES-20674 - Release Core Components 2.25.0

 * preparing release 2.25.2 to patch IT issues in release 2.25.0

* @releng [maven-scm] : Updating NPM versions

* @releng [maven-scm] : prepare release core.wcm.components.reactor-2.25.2

* @releng [maven-scm] : Updating NPM versions

* @releng [maven-scm] : prepare for next development iteration

---------

Co-authored-by: adobe-bot <Grp-opensourceoffice@adobe.com>
  • Loading branch information
LSantha and adobe-bot committed May 8, 2024
1 parent 1c0e3bb commit 6fe5dfd
Show file tree
Hide file tree
Showing 31 changed files with 127 additions and 126 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ For existing projects, take example from the [AEM Project Archetype](https://git

### System Requirements

Core Components | AEM as a Cloud Service | AEM 6.5 | Java SE | Maven
----------------|------------------------|------------|---------|---------
[2.25.0+](https://github.com/adobe/aem-core-wcm-components/releases/tag/core.wcm.components.reactor-2.23.4) | Continual | 6.5.21.0+ | 8, <br/>11 | 3.3.9+
Core Components | AEM as a Cloud Service | AEM 6.5 | Java SE | Maven
----------------|------------------------|-----------|---------|---------
[2.25.2+](https://github.com/adobe/aem-core-wcm-components/releases/tag/core.wcm.components.reactor-2.23.4) | Continual | 6.5.22.0+ | 8, <br/>11 | 3.3.9+

For the requirements from previous Core Component releases, see [Historical System Requirements](VERSIONS.md).

Expand Down
135 changes: 68 additions & 67 deletions VERSIONS.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
<parent>
<artifactId>core.wcm.components.parent</artifactId>
<groupId>com.adobe.cq</groupId>
<version>2.25.1-SNAPSHOT</version>
<version>2.25.3-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

<!-- ====================================================================== -->
<!-- P R O J E C T D E S C R I P T I O N -->
<!-- ====================================================================== -->
<artifactId>core.wcm.components.all</artifactId>
<version>2.25.1-SNAPSHOT</version>
<version>2.25.3-SNAPSHOT</version>
<packaging>content-package</packaging>

<name>Adobe Experience Manager Core WCM Components Full Package</name>
Expand Down
4 changes: 2 additions & 2 deletions bundles/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
<parent>
<groupId>com.adobe.cq</groupId>
<artifactId>core.wcm.components.parent</artifactId>
<version>2.25.1-SNAPSHOT</version>
<version>2.25.3-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

<artifactId>core.wcm.components.core</artifactId>
<version>2.25.1-SNAPSHOT</version>
<version>2.25.3-SNAPSHOT</version>
<packaging>bundle</packaging>

<name>Adobe Experience Manager Core WCM Components Core Bundle</name>
Expand Down
4 changes: 2 additions & 2 deletions config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
<parent>
<groupId>com.adobe.cq</groupId>
<artifactId>core.wcm.components.parent</artifactId>
<version>2.25.1-SNAPSHOT</version>
<version>2.25.3-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

<!-- ====================================================================== -->
<!-- P R O J E C T D E S C R I P T I O N -->
<!-- ====================================================================== -->
<artifactId>core.wcm.components.config</artifactId>
<version>2.25.1-SNAPSHOT</version>
<version>2.25.3-SNAPSHOT</version>
<packaging>content-package</packaging>

<name>Adobe Experience Manager Core WCM Components Configurations</name>
Expand Down
4 changes: 2 additions & 2 deletions content/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion content/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.adobe.cq.core.wcm.components.content",
"version": "2.25.1-SNAPSHOT",
"version": "2.25.3-SNAPSHOT",
"description": "Adobe Experience Manager Core WCM Components Content Package",
"license": "Apache-2.0",
"private": false,
Expand Down
4 changes: 2 additions & 2 deletions content/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
<parent>
<groupId>com.adobe.cq</groupId>
<artifactId>core.wcm.components.parent</artifactId>
<version>2.25.1-SNAPSHOT</version>
<version>2.25.3-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

<!-- ====================================================================== -->
<!-- P R O J E C T D E S C R I P T I O N -->
<!-- ====================================================================== -->
<artifactId>core.wcm.components.content</artifactId>
<version>2.25.1-SNAPSHOT</version>
<version>2.25.3-SNAPSHOT</version>
<packaging>content-package</packaging>
<name>Adobe Experience Manager Core WCM Components Content Package</name>

Expand Down
4 changes: 2 additions & 2 deletions examples/all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
<parent>
<groupId>com.adobe.cq</groupId>
<artifactId>core.wcm.components.parent</artifactId>
<version>2.25.1-SNAPSHOT</version>
<version>2.25.3-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

<artifactId>core.wcm.components.examples.all</artifactId>
<version>2.25.1-SNAPSHOT</version>
<version>2.25.3-SNAPSHOT</version>
<packaging>content-package</packaging>

<name>Adobe Experience Manager Core WCM Components Examples Aggregator Package</name>
Expand Down
4 changes: 2 additions & 2 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
<parent>
<groupId>com.adobe.cq</groupId>
<artifactId>core.wcm.components.parent</artifactId>
<version>2.25.1-SNAPSHOT</version>
<version>2.25.3-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

<artifactId>core.wcm.components.examples</artifactId>
<version>2.25.1-SNAPSHOT</version>
<version>2.25.3-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Adobe Experience Manager Core WCM Components Examples Reactor</name>
Expand Down
4 changes: 2 additions & 2 deletions examples/ui.apps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
<parent>
<groupId>com.adobe.cq</groupId>
<artifactId>core.wcm.components.parent</artifactId>
<version>2.25.1-SNAPSHOT</version>
<version>2.25.3-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

<!-- ====================================================================== -->
<!-- P R O J E C T D E S C R I P T I O N -->
<!-- ====================================================================== -->
<artifactId>core.wcm.components.examples.ui.apps</artifactId>
<version>2.25.1-SNAPSHOT</version>
<version>2.25.3-SNAPSHOT</version>
<packaging>content-package</packaging>
<name>Adobe Experience Manager Core WCM Components Examples Application Package</name>

Expand Down
4 changes: 2 additions & 2 deletions examples/ui.config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
<parent>
<groupId>com.adobe.cq</groupId>
<artifactId>core.wcm.components.parent</artifactId>
<version>2.25.1-SNAPSHOT</version>
<version>2.25.3-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

<!-- ====================================================================== -->
<!-- P R O J E C T D E S C R I P T I O N -->
<!-- ====================================================================== -->
<artifactId>core.wcm.components.examples.ui.config</artifactId>
<version>2.25.1-SNAPSHOT</version>
<version>2.25.3-SNAPSHOT</version>
<packaging>content-package</packaging>
<name>Adobe Experience Manager Core WCM Components Examples Configuration &amp; Bundles Package</name>

Expand Down
4 changes: 2 additions & 2 deletions examples/ui.content/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
<parent>
<groupId>com.adobe.cq</groupId>
<artifactId>core.wcm.components.parent</artifactId>
<version>2.25.1-SNAPSHOT</version>
<version>2.25.3-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

<!-- ====================================================================== -->
<!-- P R O J E C T D E S C R I P T I O N -->
<!-- ====================================================================== -->
<artifactId>core.wcm.components.examples.ui.content</artifactId>
<version>2.25.1-SNAPSHOT</version>
<version>2.25.3-SNAPSHOT</version>
<packaging>content-package</packaging>
<name>Adobe Experience Manager Core WCM Components Examples Content Package</name>

Expand Down
4 changes: 2 additions & 2 deletions extensions/amp/bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
<parent>
<groupId>com.adobe.cq</groupId>
<artifactId>core.wcm.components.parent</artifactId>
<version>2.25.1-SNAPSHOT</version>
<version>2.25.3-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>

<artifactId>core.wcm.components.extensions.amp</artifactId>
<version>2.25.1-SNAPSHOT</version>
<version>2.25.3-SNAPSHOT</version>
<packaging>bundle</packaging>

<name>Adobe Experience Manager Core WCM Components AMP Extension Bundle</name>
Expand Down
4 changes: 2 additions & 2 deletions extensions/amp/content/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion extensions/amp/content/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "core.wcm.components.extensions.amp-content",
"version": "2.25.1-SNAPSHOT",
"version": "2.25.3-SNAPSHOT",
"description": "Adobe Experience Manager Core WCM Components AMP Extension Content Package",
"license": "Apache-2.0",
"private": false,
Expand Down
4 changes: 2 additions & 2 deletions extensions/amp/content/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
<parent>
<groupId>com.adobe.cq</groupId>
<artifactId>core.wcm.components.parent</artifactId>
<version>2.25.1-SNAPSHOT</version>
<version>2.25.3-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>

<!-- ====================================================================== -->
<!-- P R O J E C T D E S C R I P T I O N -->
<!-- ====================================================================== -->
<artifactId>core.wcm.components.extensions.amp.content</artifactId>
<version>2.25.1-SNAPSHOT</version>
<version>2.25.3-SNAPSHOT</version>
<packaging>content-package</packaging>
<name>Adobe Experience Manager Core WCM Components AMP Extension Content Package</name>

Expand Down
4 changes: 2 additions & 2 deletions extensions/amp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
<parent>
<groupId>com.adobe.cq</groupId>
<artifactId>core.wcm.components.parent</artifactId>
<version>2.25.1-SNAPSHOT</version>
<version>2.25.3-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

<artifactId>core.wcm.components.extensions.amp.reactor</artifactId>
<version>2.25.1-SNAPSHOT</version>
<version>2.25.3-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Adobe Experience Manager Core WCM Components AMP Extension Reactor</name>
Expand Down
2 changes: 1 addition & 1 deletion parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<groupId>com.adobe.cq</groupId>
<artifactId>core.wcm.components.parent</artifactId>
<packaging>pom</packaging>
<version>2.25.1-SNAPSHOT</version>
<version>2.25.3-SNAPSHOT</version>

<name>Adobe Experience Manager Core WCM Components Parent</name>
<description>A set of standardized components for AEM 6.3+ that can be used to speed up development of websites.</description>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
<parent>
<groupId>com.adobe.cq</groupId>
<artifactId>core.wcm.components.parent</artifactId>
<version>2.25.1-SNAPSHOT</version>
<version>2.25.3-SNAPSHOT</version>
<relativePath>parent/pom.xml</relativePath>
</parent>

<artifactId>core.wcm.components.reactor</artifactId>
<packaging>pom</packaging>
<version>2.25.1-SNAPSHOT</version>
<version>2.25.3-SNAPSHOT</version>

<name>Adobe Experience Manager Core WCM Components Reactor</name>

Expand Down
8 changes: 4 additions & 4 deletions testing/aem-mock-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
<parent>
<groupId>com.adobe.cq</groupId>
<artifactId>core.wcm.components.parent</artifactId>
<version>2.25.1-SNAPSHOT</version>
<version>2.25.3-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

<artifactId>core.wcm.components.testing.aem-mock-plugin</artifactId>
<version>2.25.1-SNAPSHOT</version>
<version>2.25.3-SNAPSHOT</version>
<name>Adobe Experience Manager Core WCM Components AEM Mocks Plugin</name>

<description>Helps setting up mock environment for unit testing custom code based on Core Components.</description>
Expand Down Expand Up @@ -66,13 +66,13 @@
<dependency>
<groupId>com.adobe.cq</groupId>
<artifactId>core.wcm.components.core</artifactId>
<version>2.25.1-SNAPSHOT</version>
<version>2.25.3-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.adobe.cq</groupId>
<artifactId>core.wcm.components.junit.core</artifactId>
<version>2.25.1-SNAPSHOT</version>
<version>2.25.3-SNAPSHOT</version>
<scope>test</scope>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions testing/it/e2e-selenium-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.adobe.cq</groupId>
<artifactId>core.wcm.components.parent</artifactId>
<version>2.25.1-SNAPSHOT</version>
<version>2.25.3-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>

Expand All @@ -33,7 +33,7 @@
<!-- ====================================================================== -->
<groupId>com.adobe.cq</groupId>
<artifactId>core.wcm.components.it.e2e-selenium-utils</artifactId>
<version>2.25.1-SNAPSHOT</version>
<version>2.25.3-SNAPSHOT</version>
<name>Adobe Experience Manager Core WCM Components E2E Testing Utils</name>
<packaging>jar</packaging>

Expand Down
4 changes: 2 additions & 2 deletions testing/it/e2e-selenium/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.adobe.cq</groupId>
<artifactId>core.wcm.components.parent</artifactId>
<version>2.25.1-SNAPSHOT</version>
<version>2.25.3-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>

Expand All @@ -33,7 +33,7 @@
<!-- ====================================================================== -->
<groupId>com.adobe.cq</groupId>
<artifactId>core.wcm.components.it.e2e-selenium</artifactId>
<version>2.25.1-SNAPSHOT</version>
<version>2.25.3-SNAPSHOT</version>
<name>Adobe Experience Manager Core WCM Components Selenium Base Test Framework</name>

<build>
Expand Down
4 changes: 2 additions & 2 deletions testing/it/http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.adobe.cq</groupId>
<artifactId>core.wcm.components.parent</artifactId>
<version>2.25.1-SNAPSHOT</version>
<version>2.25.3-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>

Expand All @@ -33,7 +33,7 @@
<!-- ====================================================================== -->
<groupId>com.adobe.cq</groupId>
<artifactId>core.wcm.components.it.http</artifactId>
<version>2.25.1-SNAPSHOT</version>
<version>2.25.3-SNAPSHOT</version>
<name>Adobe Experience Manager Core WCM Components HTTP Integration Tests</name>

<build>
Expand Down
4 changes: 2 additions & 2 deletions testing/it/it.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
<parent>
<groupId>com.adobe.cq</groupId>
<artifactId>core.wcm.components.parent</artifactId>
<version>2.25.1-SNAPSHOT</version>
<version>2.25.3-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>

<artifactId>core.wcm.components.it.core</artifactId>
<version>2.25.1-SNAPSHOT</version>
<version>2.25.3-SNAPSHOT</version>
<packaging>bundle</packaging>

<name>Adobe Experience Manager Core WCM Components IT Core Bundle</name>
Expand Down
4 changes: 2 additions & 2 deletions testing/it/it.ui.apps/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6fe5dfd

Please sign in to comment.