Skip to content

Commit

Permalink
Core Components 2.23.2 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert authored Sep 4, 2023
1 parent 9b2828e commit 7f6e265
Show file tree
Hide file tree
Showing 12 changed files with 28 additions and 24 deletions.
2 changes: 1 addition & 1 deletion build-deploy_aem65.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ fi
# install AEM 6.5 with service pack
mvn --non-recursive wcmio-content-package:install \
--activate-profiles=${MAVEN_PROFILES} \
-Dvault.artifact=adobe.binary.aem.65.servicepack:aem-service-pkg:zip:6.5.16.0 \
-Dvault.artifact=adobe.binary.aem.65.servicepack:aem-service-pkg:zip:6.5.18.0 \
-Dvault.delayAfterInstallSec=30

if [ "$?" -ne "0" ]; then
Expand Down
4 changes: 2 additions & 2 deletions bundles/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
<parent>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.wcm.core.components.parent</artifactId>
<version>1.14.0-2.22.6-SNAPSHOT</version>
<version>1.14.0-2.23.2-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

<groupId>io.wcm</groupId>
<artifactId>io.wcm.wcm.core.components</artifactId>
<version>1.14.0-2.22.6-SNAPSHOT</version>
<version>1.14.0-2.23.2-SNAPSHOT</version>
<packaging>jar</packaging>

<name>WCM Core Components</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ static void createStub() {
// remove the static initializer block calling new on impl class.
ctClass.removeConstructor(ctClass.getClassInitializer());
// load the stubbed class
ctClass.toClass();
ctClass.toClass(com.day.cq.wcm.foundation.forms.FormsConstants.class);
}
catch (NotFoundException | CannotCompileException ex) {
throw new RuntimeException(ex);
Expand Down
5 changes: 4 additions & 1 deletion changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,13 @@
xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/plugins/maven-changes-plugin/xsd/changes-1.0.0.xsd">
<body>

<release version="1.14.0-2.22.6" date="not released">
<release version="1.14.0-2.23.2" date="not released">
<action type="add" dev="sseifert" issue="13">
Add Image (v3).
</action>
<action type="update" dev="sseifert" issue="11">
Update to AEM WCM Core Components 2.23.2.
</action>
</release>

<release version="1.13.2-2.22.6" date="2023-08-21">
Expand Down
6 changes: 3 additions & 3 deletions examples/bundles/examples-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
<parent>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.wcm.core.components.parent</artifactId>
<version>1.14.0-2.22.6-SNAPSHOT</version>
<version>1.14.0-2.23.2-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>

<groupId>io.wcm.samples</groupId>
<artifactId>io.wcm.wcm.core.components.examples-core</artifactId>
<version>1.14.0-2.22.6-SNAPSHOT</version>
<version>1.14.0-2.23.2-SNAPSHOT</version>
<packaging>jar</packaging>

<name>WCM Core Components Examples Core</name>
Expand All @@ -44,7 +44,7 @@
<dependency>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.wcm.core.components</artifactId>
<version>1.14.0-2.22.6-SNAPSHOT</version>
<version>1.14.0-2.23.2-SNAPSHOT</version>
<scope>compile</scope>
</dependency>

Expand Down
6 changes: 3 additions & 3 deletions examples/content-packages/examples-libs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
<parent>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.wcm.core.components.parent</artifactId>
<version>1.14.0-2.22.6-SNAPSHOT</version>
<version>1.14.0-2.23.2-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>

<groupId>io.wcm.samples</groupId>
<artifactId>io.wcm.wcm.core.components.examples-libs</artifactId>
<version>1.14.0-2.22.6-SNAPSHOT</version>
<version>1.14.0-2.23.2-SNAPSHOT</version>
<packaging>content-package</packaging>

<name>WCM Core Components Examples wcm.io Libraries</name>
Expand All @@ -42,7 +42,7 @@
<dependency>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.wcm.core.components</artifactId>
<version>1.14.0-2.22.6-SNAPSHOT</version>
<version>1.14.0-2.23.2-SNAPSHOT</version>
<scope>compile</scope>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions examples/content-packages/examples-sample-content/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
<parent>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.wcm.core.components.parent</artifactId>
<version>1.14.0-2.22.6-SNAPSHOT</version>
<version>1.14.0-2.23.2-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>

<groupId>io.wcm.samples</groupId>
<artifactId>io.wcm.wcm.core.components.examples-sample-content</artifactId>
<version>1.14.0-2.22.6-SNAPSHOT</version>
<version>1.14.0-2.23.2-SNAPSHOT</version>
<packaging>content-package</packaging>

<name>WCM Core Components Examples Content</name>
Expand Down
6 changes: 3 additions & 3 deletions examples/content-packages/examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
<parent>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.wcm.core.components.parent</artifactId>
<version>1.14.0-2.22.6-SNAPSHOT</version>
<version>1.14.0-2.23.2-SNAPSHOT</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>

<groupId>io.wcm.samples</groupId>
<artifactId>io.wcm.wcm.core.components.examples</artifactId>
<version>1.14.0-2.22.6-SNAPSHOT</version>
<version>1.14.0-2.23.2-SNAPSHOT</version>
<packaging>content-package</packaging>

<name>WCM Core Components Examples</name>
Expand All @@ -42,7 +42,7 @@
<dependency>
<groupId>io.wcm.samples</groupId>
<artifactId>io.wcm.wcm.core.components.examples-core</artifactId>
<version>1.14.0-2.22.6-SNAPSHOT</version>
<version>1.14.0-2.23.2-SNAPSHOT</version>
<scope>compile</scope>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
<parent>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.wcm.core.components.parent</artifactId>
<version>1.14.0-2.22.6-SNAPSHOT</version>
<version>1.14.0-2.23.2-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

<groupId>io.wcm.samples</groupId>
<artifactId>io.wcm.wcm.core.components.examples.root</artifactId>
<version>1.14.0-2.22.6-SNAPSHOT</version>
<version>1.14.0-2.23.2-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
Expand Down
8 changes: 4 additions & 4 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

<groupId>io.wcm</groupId>
<artifactId>io.wcm.wcm.core.components.parent</artifactId>
<version>1.14.0-2.22.6-SNAPSHOT</version>
<version>1.14.0-2.23.2-SNAPSHOT</version>
<packaging>pom</packaging>

<name>WCM Core Components</name>
Expand All @@ -48,13 +48,13 @@
</issueManagement>

<properties>
<core.wcm.components.version>2.22.6</core.wcm.components.version>
<core.wcm.components.version>2.23.2</core.wcm.components.version>

<sling.url>http://localhost:4502</sling.url>
<sling.publish.url>http://localhost:4503</sling.publish.url>

<!-- Enable reproducible builds -->
<project.build.outputTimestamp>2023-09-02T12:42:05Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-09-04T13:32:18Z</project.build.outputTimestamp>
</properties>

<dependencyManagement>
Expand All @@ -63,7 +63,7 @@
<dependency>
<groupId>io.wcm.maven</groupId>
<artifactId>io.wcm.maven.aem-dependencies</artifactId>
<version>6.5.14.0000</version>
<version>6.5.17.0001</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
<parent>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.wcm.core.components.parent</artifactId>
<version>1.14.0-2.22.6-SNAPSHOT</version>
<version>1.14.0-2.23.2-SNAPSHOT</version>
<relativePath>parent/pom.xml</relativePath>
</parent>

<groupId>io.wcm</groupId>
<artifactId>io.wcm.wcm.core.components.root</artifactId>
<version>1.14.0-2.22.6-SNAPSHOT</version>
<version>1.14.0-2.23.2-SNAPSHOT</version>
<packaging>pom</packaging>
<url>${site.url}/${site.url.module.prefix}/</url>

Expand Down
1 change: 1 addition & 0 deletions src/site/markdown/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ There is currently no added wcm.io support for the Core Component AMP extensions

|wcm.io WCM Core Components version | AEM Sites Core Component version | AEM version supported
|-----------------------------------|----------------------------------|---------------------------------------------
| 1.14.0-2.23.2 | 2.23.2 and up | AEM 6.5.17, AEMaaCS
| 1.13.0-2.22.6 | 2.22.6 and up | AEM 6.5.14, AEMaaCS
| 1.12.0-2.20.0 | 2.20.0 and up | AEM 6.5.13, AEMaaCS
| 1.11.0-2.19.0 | 2.19.0 and up | AEM 6.5.7, AEMaaCS
Expand Down

0 comments on commit 7f6e265

Please sign in to comment.