Skip to content

Commit

Permalink
WKND v3.0.0 (#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjgonzalez authored Jul 31, 2023
1 parent 43c6191 commit ebac1b3
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 6 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# AEM WKND Sites Project

## Adobe Experience Manager compatibility

WKND versions are compatible with the following versions of Adobe Experience Manager:

| AEM version | WKND version |
|:------------|:------------------------------:|
| AEM as a Cloud Service | 3.x |
| 6.5 SP16 | 2.x, 3.x |

## Released artifacts

![Maven CI](https://github.com/adobe/aem-guides-wknd/actions/workflows/maven.yml/badge.svg)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.adobe.aem.guides/aem-guides-wknd/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.adobe.aem.guides/aem-guides-wknd)

Expand Down Expand Up @@ -34,9 +45,6 @@ Pre-compiled AEM packages are available under the latest release for easy instal
* [`aem-guides-wknd.all-x.x.x.zip`](https://github.com/adobe/aem-guides-wknd/releases/latest): AEM as a Cloud Service, default build
* [`aem-guides-wknd.all-x.x.x-classic.zip`](https://github.com/adobe/aem-guides-wknd/releases/latest): AEM 6.5.x+




## How to build

For **AEM as a Cloud Service SDK**:
Expand Down
14 changes: 12 additions & 2 deletions all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,10 @@
<plugins>
<plugin>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>filevault-package-maven-plugin</artifactId>
<artifactId>filevault-package-maven-plugin</artifactId>
<extensions>true</extensions>
<configuration>
<finalName>aem-guides-wknd.all-${version}-classic</finalName>
<group>com.adobe.aem.guides</group>
<embeddeds>
<embedded>
Expand Down Expand Up @@ -257,8 +258,17 @@
</embeddeds>
</configuration>
</plugin>
</plugins>
</plugins>
</build>
<dependencies>
<!-- WKND Shared -->
<dependency>
<groupId>com.adobe.aem.guides</groupId>
<artifactId>aem-guides-wknd-shared.ui.content</artifactId>
<version>${wknd-shared.65.version}</version>
<type>zip</type>
</dependency>
</dependencies>
</profile>
</profiles>

Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@
<componentGroupName>WKND Site</componentGroupName>
<core.wcm.components.version>2.20.8</core.wcm.components.version>
<uber.jar.version>6.5.13</uber.jar.version>
<wknd-shared.version>2.2.2</wknd-shared.version>
<wknd-shared.version>3.0.0</wknd-shared.version>
<wknd-shared.65.version>2.2.2</wknd-shared.65.version>
<aemanalyser.version>1.4.10</aemanalyser.version>
</properties>

Expand Down

0 comments on commit ebac1b3

Please sign in to comment.