Skip to content

Commit

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

 * prepare release 2.25.4

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

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

* @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 9, 2024
1 parent e6c514c commit afb6dda
Show file tree
Hide file tree
Showing 31 changed files with 58 additions and 57 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -93,7 +93,7 @@ For existing projects, take example from the [AEM Project Archetype](https://git

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+
[2.25.4+](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
1 change: 1 addition & 0 deletions VERSIONS.md
Expand Up @@ -4,6 +4,7 @@ See below for a full list of system requirements for historical versions of the

Core Components | Extension | AEM 6.5 | AEM 6.4 | AEM 6.3 | Java | Maven
----------------|-----------|-----------|---------|---------|-------|------
[2.25.4](https://github.com/adobe/aem-core-wcm-components/releases/tag/core.wcm.components.reactor-2.25.4) | - | 6.5.22.0+ | - | - | 8, 11 | 3.3.9+
[2.25.2](https://github.com/adobe/aem-core-wcm-components/releases/tag/core.wcm.components.reactor-2.25.2) | - | 6.5.22.0+ | - | - | 8, 11 | 3.3.9+
[2.25.0](https://github.com/adobe/aem-core-wcm-components/releases/tag/core.wcm.components.reactor-2.25.0) | - | 6.5.21.0+ | - | - | 8, 11 | 3.3.9+
[2.24.6](https://github.com/adobe/aem-core-wcm-components/releases/tag/core.wcm.components.reactor-2.24.6) | - | 6.5.21.0+ | - | - | 8, 11 | 3.3.9+
Expand Down
4 changes: 2 additions & 2 deletions all/pom.xml
Expand Up @@ -23,15 +23,15 @@
<parent>
<artifactId>core.wcm.components.parent</artifactId>
<groupId>com.adobe.cq</groupId>
<version>2.25.3-SNAPSHOT</version>
<version>2.25.5-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.3-SNAPSHOT</version>
<version>2.25.5-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
Expand Up @@ -23,12 +23,12 @@
<parent>
<groupId>com.adobe.cq</groupId>
<artifactId>core.wcm.components.parent</artifactId>
<version>2.25.3-SNAPSHOT</version>
<version>2.25.5-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

<artifactId>core.wcm.components.core</artifactId>
<version>2.25.3-SNAPSHOT</version>
<version>2.25.5-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
Expand Up @@ -23,15 +23,15 @@
<parent>
<groupId>com.adobe.cq</groupId>
<artifactId>core.wcm.components.parent</artifactId>
<version>2.25.3-SNAPSHOT</version>
<version>2.25.5-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.3-SNAPSHOT</version>
<version>2.25.5-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
@@ -1,6 +1,6 @@
{
"name": "com.adobe.cq.core.wcm.components.content",
"version": "2.25.3-SNAPSHOT",
"version": "2.25.5-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
Expand Up @@ -23,15 +23,15 @@
<parent>
<groupId>com.adobe.cq</groupId>
<artifactId>core.wcm.components.parent</artifactId>
<version>2.25.3-SNAPSHOT</version>
<version>2.25.5-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.3-SNAPSHOT</version>
<version>2.25.5-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
Expand Up @@ -23,12 +23,12 @@
<parent>
<groupId>com.adobe.cq</groupId>
<artifactId>core.wcm.components.parent</artifactId>
<version>2.25.3-SNAPSHOT</version>
<version>2.25.5-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

<artifactId>core.wcm.components.examples.all</artifactId>
<version>2.25.3-SNAPSHOT</version>
<version>2.25.5-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
Expand Up @@ -23,12 +23,12 @@
<parent>
<groupId>com.adobe.cq</groupId>
<artifactId>core.wcm.components.parent</artifactId>
<version>2.25.3-SNAPSHOT</version>
<version>2.25.5-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

<artifactId>core.wcm.components.examples</artifactId>
<version>2.25.3-SNAPSHOT</version>
<version>2.25.5-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
Expand Up @@ -23,15 +23,15 @@
<parent>
<groupId>com.adobe.cq</groupId>
<artifactId>core.wcm.components.parent</artifactId>
<version>2.25.3-SNAPSHOT</version>
<version>2.25.5-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.3-SNAPSHOT</version>
<version>2.25.5-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
Expand Up @@ -23,15 +23,15 @@
<parent>
<groupId>com.adobe.cq</groupId>
<artifactId>core.wcm.components.parent</artifactId>
<version>2.25.3-SNAPSHOT</version>
<version>2.25.5-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.3-SNAPSHOT</version>
<version>2.25.5-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
Expand Up @@ -23,15 +23,15 @@
<parent>
<groupId>com.adobe.cq</groupId>
<artifactId>core.wcm.components.parent</artifactId>
<version>2.25.3-SNAPSHOT</version>
<version>2.25.5-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.3-SNAPSHOT</version>
<version>2.25.5-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
Expand Up @@ -23,12 +23,12 @@
<parent>
<groupId>com.adobe.cq</groupId>
<artifactId>core.wcm.components.parent</artifactId>
<version>2.25.3-SNAPSHOT</version>
<version>2.25.5-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>

<artifactId>core.wcm.components.extensions.amp</artifactId>
<version>2.25.3-SNAPSHOT</version>
<version>2.25.5-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
@@ -1,6 +1,6 @@
{
"name": "core.wcm.components.extensions.amp-content",
"version": "2.25.3-SNAPSHOT",
"version": "2.25.5-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
Expand Up @@ -23,15 +23,15 @@
<parent>
<groupId>com.adobe.cq</groupId>
<artifactId>core.wcm.components.parent</artifactId>
<version>2.25.3-SNAPSHOT</version>
<version>2.25.5-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.3-SNAPSHOT</version>
<version>2.25.5-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
Expand Up @@ -23,12 +23,12 @@
<parent>
<groupId>com.adobe.cq</groupId>
<artifactId>core.wcm.components.parent</artifactId>
<version>2.25.3-SNAPSHOT</version>
<version>2.25.5-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

<artifactId>core.wcm.components.extensions.amp.reactor</artifactId>
<version>2.25.3-SNAPSHOT</version>
<version>2.25.5-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
Expand Up @@ -19,7 +19,7 @@
<groupId>com.adobe.cq</groupId>
<artifactId>core.wcm.components.parent</artifactId>
<packaging>pom</packaging>
<version>2.25.3-SNAPSHOT</version>
<version>2.25.5-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
Expand Up @@ -23,13 +23,13 @@
<parent>
<groupId>com.adobe.cq</groupId>
<artifactId>core.wcm.components.parent</artifactId>
<version>2.25.3-SNAPSHOT</version>
<version>2.25.5-SNAPSHOT</version>
<relativePath>parent/pom.xml</relativePath>
</parent>

<artifactId>core.wcm.components.reactor</artifactId>
<packaging>pom</packaging>
<version>2.25.3-SNAPSHOT</version>
<version>2.25.5-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
Expand Up @@ -23,12 +23,12 @@
<parent>
<groupId>com.adobe.cq</groupId>
<artifactId>core.wcm.components.parent</artifactId>
<version>2.25.3-SNAPSHOT</version>
<version>2.25.5-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

<artifactId>core.wcm.components.testing.aem-mock-plugin</artifactId>
<version>2.25.3-SNAPSHOT</version>
<version>2.25.5-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.3-SNAPSHOT</version>
<version>2.25.5-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.adobe.cq</groupId>
<artifactId>core.wcm.components.junit.core</artifactId>
<version>2.25.3-SNAPSHOT</version>
<version>2.25.5-SNAPSHOT</version>
<scope>test</scope>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions testing/it/e2e-selenium-utils/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.adobe.cq</groupId>
<artifactId>core.wcm.components.parent</artifactId>
<version>2.25.3-SNAPSHOT</version>
<version>2.25.5-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.3-SNAPSHOT</version>
<version>2.25.5-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
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.adobe.cq</groupId>
<artifactId>core.wcm.components.parent</artifactId>
<version>2.25.3-SNAPSHOT</version>
<version>2.25.5-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.3-SNAPSHOT</version>
<version>2.25.5-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
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.adobe.cq</groupId>
<artifactId>core.wcm.components.parent</artifactId>
<version>2.25.3-SNAPSHOT</version>
<version>2.25.5-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.3-SNAPSHOT</version>
<version>2.25.5-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
Expand Up @@ -23,12 +23,12 @@
<parent>
<groupId>com.adobe.cq</groupId>
<artifactId>core.wcm.components.parent</artifactId>
<version>2.25.3-SNAPSHOT</version>
<version>2.25.5-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>

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

<name>Adobe Experience Manager Core WCM Components IT Core Bundle</name>
Expand Down

0 comments on commit afb6dda

Please sign in to comment.