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

SITES-16185 Release Core WCM Components 2.24.0 - Post Release #1169

Merged
merged 8 commits into from
Apr 25, 2024
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Maven template that creates a minimal, best-practices-based Adobe Experience Man
To generate a project, adjust the following command line to your needs:

* Set `aemVersion=cloud` for [AEM as a Cloud Service](https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/home.html);
Set `aemVersion=6.5.7` for [Adobe Managed Services](https://github.com/adobe/aem-project-archetype/tree/master/src/main/archetype/dispatcher.ams), or on-premise.
Set `aemVersion=6.5.8` for [Adobe Managed Services](https://github.com/adobe/aem-project-archetype/tree/master/src/main/archetype/dispatcher.ams), or on-premise.
The Core Components dependency is only added for non cloud aem versions as the Core Components are provided OOTB for AEM as a Cloud
Service.
* Adjust `appTitle="My Site"` to define the website title and components groups.
Expand Down Expand Up @@ -75,7 +75,7 @@ Name | Default | Description
`groupId` | | Base Maven group ID (e.g. `"com.mysite"`). This value must be a [valid Java package name.](https://docs.oracle.com/javase/specs/jls/se6/html/packages.html#7.7)
`package` | *`${groupId}`* | Java Source Package (e.g. `"com.mysite"`).
`version` | `1.0-SNAPSHOT` | Project version (e.g. `1.0-SNAPSHOT`).
`aemVersion` | `cloud` | Target AEM version (can be `cloud` for [AEM as a Cloud Service](https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/home.html); or `6.5.5` for [Adobe Managed Services](https://github.com/adobe/aem-project-archetype/tree/master/src/main/archetype/dispatcher.ams) or on-premise).
`aemVersion` | `cloud` | Target AEM version (can be `cloud` for [AEM as a Cloud Service](https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/home.html); or `6.5.8` for [Adobe Managed Services](https://github.com/adobe/aem-project-archetype/tree/master/src/main/archetype/dispatcher.ams) or on-premise).
`sdkVersion` | `latest` | When `aemVersion=cloud` an [SDK](https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/implementing/developing/aem-as-a-cloud-service-sdk.html) version can be specified (e.g. `2020.02.2265.20200217T222518Z-200130`).
`includeDispatcherConfig` | `y` | Includes a dispatcher configuration either for cloud or for AMS/on-premise, depending of the value of `aemVersion` (can be `y` or `n`).
`frontendModule` | `general` | Includes a Webpack frontend build module that generates the client libraries (can be `general` or `none` for regular sites; can be `angular`, `react` or `decoupled` for a Single Page App that implements the [SPA Editor.](https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/implementing/developing/aem-as-a-cloud-service-sdk.html) In the later case the project will be preconfigured to use the [AEM as a Cloud Service Frontend Pipeline](https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/sites/administering/site-creation/enable-front-end-pipeline.html)).
Expand Down
2 changes: 1 addition & 1 deletion src/main/archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<aio.runtime.namespace>${env.AIO_RUNTIME_NAMESPACE}</aio.runtime.namespace>
<aio.runtime.auth>${env.AIO_RUNTIME_AUTH}</aio.runtime.auth>
#end
<core.wcm.components.version>2.23.4</core.wcm.components.version>
<core.wcm.components.version>2.24.6</core.wcm.components.version>
#if ( $includeCif == "y" )
<core.cif.components.version>2.12.6</core.cif.components.version>
<magento.graphql.version>9.1.0-magento242ee</magento.graphql.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ appId=testing-basic
package=it.pkg
version=0.1-SNAPSHOT
appTitle=Test Basic Project
aemVersion=6.5.0
aemVersion=6.5.8
sdkVersion=latest
language=en
country=us
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/projects/basic/archetype.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ appId=testing-basic
package=it.pkg
version=0.1-SNAPSHOT
appTitle=Test Basic Project
aemVersion=6.5.7
aemVersion=6.5.8
sdkVersion=latest
language=en
country=us
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/projects/cif/archetype.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ appId=testing-cif
package=it.pkg
version=0.1-SNAPSHOT
appTitle=Test CIF Project
aemVersion=6.5.7
aemVersion=6.5.8
sdkVersion=latest
language=en
country=us
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ appId=testing-frontend-angular
package=it.pkg
version=0.1-SNAPSHOT
appTitle=Test Angular Frontend Project
aemVersion=6.5.7
aemVersion=6.5.8
sdkVersion=latest
language=en
country=us
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ appId=testing-frontend-angular
package=it.pkg
version=0.1-SNAPSHOT
appTitle=Test Angular Frontend Project
aemVersion=6.5.7
aemVersion=6.5.8
sdkVersion=latest
language=en
country=us
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ appId=testing-frontend-general
package=it.pkg
version=0.1-SNAPSHOT
appTitle=Test General Frontend Project
aemVersion=6.5.7
aemVersion=6.5.8
sdkVersion=latest
language=en
country=us
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ appId=testing-frontend-react
package=it.pkg
version=0.1-SNAPSHOT
appTitle=Test React Frontend Project
aemVersion=6.5.7
aemVersion=6.5.8
sdkVersion=latest
language=en
country=us
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ appId=testing-frontend-react
package=it.pkg
version=0.1-SNAPSHOT
appTitle=Test React Frontend Project
aemVersion=6.5.7
aemVersion=6.5.8
sdkVersion=latest
language=en
country=us
Expand Down
Loading