Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/2.27.0 #2855

Merged
merged 5 commits into from
Sep 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
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.26.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+
[2.27.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+

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

Expand Down
1 change: 1 addition & 0 deletions VERSIONS.md
Original file line number Diff line number Diff line change
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.27.0](https://github.com/adobe/aem-core-wcm-components/releases/tag/core.wcm.components.reactor-2.26.0) | - | 6.5.21.0+ | - | - | 8, 11 | 3.3.9+
[2.26.0](https://github.com/adobe/aem-core-wcm-components/releases/tag/core.wcm.components.reactor-2.26.0) | - | 6.5.21.0+ | - | - | 8, 11 | 3.3.9+
[2.25.4](https://github.com/adobe/aem-core-wcm-components/releases/tag/core.wcm.components.reactor-2.25.4) | - | 6.5.21.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.21.0+ | - | - | 8, 11 | 3.3.9+
Expand Down
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.26.1-SNAPSHOT</version>
<version>2.27.1-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.26.1-SNAPSHOT</version>
<version>2.27.1-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.26.1-SNAPSHOT</version>
<version>2.27.1-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

<artifactId>core.wcm.components.core</artifactId>
<version>2.26.1-SNAPSHOT</version>
<version>2.27.1-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.26.1-SNAPSHOT</version>
<version>2.27.1-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.26.1-SNAPSHOT</version>
<version>2.27.1-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.26.1-SNAPSHOT",
"version": "2.27.1-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.26.1-SNAPSHOT</version>
<version>2.27.1-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.26.1-SNAPSHOT</version>
<version>2.27.1-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.26.1-SNAPSHOT</version>
<version>2.27.1-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

<artifactId>core.wcm.components.examples.all</artifactId>
<version>2.26.1-SNAPSHOT</version>
<version>2.27.1-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.26.1-SNAPSHOT</version>
<version>2.27.1-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

<artifactId>core.wcm.components.examples</artifactId>
<version>2.26.1-SNAPSHOT</version>
<version>2.27.1-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.26.1-SNAPSHOT</version>
<version>2.27.1-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.26.1-SNAPSHOT</version>
<version>2.27.1-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.26.1-SNAPSHOT</version>
<version>2.27.1-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.26.1-SNAPSHOT</version>
<version>2.27.1-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.26.1-SNAPSHOT</version>
<version>2.27.1-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.26.1-SNAPSHOT</version>
<version>2.27.1-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.26.1-SNAPSHOT</version>
<version>2.27.1-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>

<artifactId>core.wcm.components.extensions.amp</artifactId>
<version>2.26.1-SNAPSHOT</version>
<version>2.27.1-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.26.1-SNAPSHOT",
"version": "2.27.1-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.26.1-SNAPSHOT</version>
<version>2.27.1-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.26.1-SNAPSHOT</version>
<version>2.27.1-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.26.1-SNAPSHOT</version>
<version>2.27.1-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

<artifactId>core.wcm.components.extensions.amp.reactor</artifactId>
<version>2.26.1-SNAPSHOT</version>
<version>2.27.1-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.26.1-SNAPSHOT</version>
<version>2.27.1-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.26.1-SNAPSHOT</version>
<version>2.27.1-SNAPSHOT</version>
<relativePath>parent/pom.xml</relativePath>
</parent>

<artifactId>core.wcm.components.reactor</artifactId>
<packaging>pom</packaging>
<version>2.26.1-SNAPSHOT</version>
<version>2.27.1-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.26.1-SNAPSHOT</version>
<version>2.27.1-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

<artifactId>core.wcm.components.testing.aem-mock-plugin</artifactId>
<version>2.26.1-SNAPSHOT</version>
<version>2.27.1-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.26.1-SNAPSHOT</version>
<version>2.27.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.adobe.cq</groupId>
<artifactId>core.wcm.components.junit.core</artifactId>
<version>2.26.1-SNAPSHOT</version>
<version>2.27.1-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.26.1-SNAPSHOT</version>
<version>2.27.1-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.26.1-SNAPSHOT</version>
<version>2.27.1-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.26.1-SNAPSHOT</version>
<version>2.27.1-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.26.1-SNAPSHOT</version>
<version>2.27.1-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.26.1-SNAPSHOT</version>
<version>2.27.1-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.26.1-SNAPSHOT</version>
<version>2.27.1-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.26.1-SNAPSHOT</version>
<version>2.27.1-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>

<artifactId>core.wcm.components.it.core</artifactId>
<version>2.26.1-SNAPSHOT</version>
<version>2.27.1-SNAPSHOT</version>
<packaging>bundle</packaging>

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