From 858a7dbe5096f4588dc6fb534fe5e697ebaec8ea Mon Sep 17 00:00:00 2001 From: Stefan Seifert Date: Tue, 19 Dec 2023 13:59:01 +0100 Subject: [PATCH] update version --- bundles/clientlibs/pom.xml | 4 ++-- bundles/core/pom.xml | 4 ++-- changes.xml | 6 ++++++ config-definition/pom.xml | 8 ++++---- content-packages/complete/pom.xml | 8 ++++---- content-packages/sample-content/pom.xml | 4 ++-- parent/pom.xml | 4 ++-- pom.xml | 2 +- 8 files changed, 23 insertions(+), 17 deletions(-) diff --git a/bundles/clientlibs/pom.xml b/bundles/clientlibs/pom.xml index ba9aa06..6da6fc7 100644 --- a/bundles/clientlibs/pom.xml +++ b/bundles/clientlibs/pom.xml @@ -25,13 +25,13 @@ io.wcm.samples io.wcm.samples.parent - 1.4.3-SNAPSHOT + 1.5.0-SNAPSHOT ../../parent/pom.xml io.wcm.samples io.wcm.samples.clientlibs - 1.4.3-SNAPSHOT + 1.5.0-SNAPSHOT jar Sample Application Clientlibs diff --git a/bundles/core/pom.xml b/bundles/core/pom.xml index 4c0faa0..47e957c 100644 --- a/bundles/core/pom.xml +++ b/bundles/core/pom.xml @@ -25,13 +25,13 @@ io.wcm.samples io.wcm.samples.parent - 1.4.3-SNAPSHOT + 1.5.0-SNAPSHOT ../../parent/pom.xml io.wcm.samples io.wcm.samples.core - 1.4.3-SNAPSHOT + 1.5.0-SNAPSHOT jar Sample Application diff --git a/changes.xml b/changes.xml index 09f426a..f6452e0 100644 --- a/changes.xml +++ b/changes.xml @@ -23,6 +23,12 @@ xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/plugins/maven-changes-plugin/xsd/changes-1.0.0.xsd"> + + + Switch to Handler 2.x. + + + Switch to Java 11 as minimum version. diff --git a/config-definition/pom.xml b/config-definition/pom.xml index 6dba7fc..a5fe779 100644 --- a/config-definition/pom.xml +++ b/config-definition/pom.xml @@ -25,14 +25,14 @@ io.wcm.samples io.wcm.samples.parent - 1.4.3-SNAPSHOT + 1.5.0-SNAPSHOT ../parent/pom.xml io.wcm.samples io.wcm.samples.config-definition AEM Application CONGA roles and templates - 1.4.3-SNAPSHOT + 1.5.0-SNAPSHOT config-definition @@ -48,14 +48,14 @@ io.wcm.samples io.wcm.samples.complete - 1.4.3-SNAPSHOT + 1.5.0-SNAPSHOT zip compile io.wcm.samples io.wcm.samples.sample-content - 1.4.3-SNAPSHOT + 1.5.0-SNAPSHOT zip compile diff --git a/content-packages/complete/pom.xml b/content-packages/complete/pom.xml index c155733..861681c 100644 --- a/content-packages/complete/pom.xml +++ b/content-packages/complete/pom.xml @@ -25,13 +25,13 @@ io.wcm.samples io.wcm.samples.parent - 1.4.3-SNAPSHOT + 1.5.0-SNAPSHOT ../../parent/pom.xml io.wcm.samples io.wcm.samples.complete - 1.4.3-SNAPSHOT + 1.5.0-SNAPSHOT content-package Samples Application @@ -47,13 +47,13 @@ io.wcm.samples io.wcm.samples.core - 1.4.3-SNAPSHOT + 1.5.0-SNAPSHOT provided io.wcm.samples io.wcm.samples.clientlibs - 1.4.3-SNAPSHOT + 1.5.0-SNAPSHOT provided diff --git a/content-packages/sample-content/pom.xml b/content-packages/sample-content/pom.xml index 7df31e6..d3f72dc 100644 --- a/content-packages/sample-content/pom.xml +++ b/content-packages/sample-content/pom.xml @@ -25,14 +25,14 @@ io.wcm.samples io.wcm.samples.parent - 1.4.3-SNAPSHOT + 1.5.0-SNAPSHOT ../../parent/pom.xml io.wcm.samples io.wcm.samples.sample-content AEM Application sample content - 1.4.3-SNAPSHOT + 1.5.0-SNAPSHOT content-package diff --git a/parent/pom.xml b/parent/pom.xml index 67628c3..155470e 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -31,7 +31,7 @@ io.wcm.samples io.wcm.samples.parent - 1.4.3-SNAPSHOT + 1.5.0-SNAPSHOT pom Samples @@ -48,7 +48,7 @@ 5.8.0 - 2023-04-20T09:30:58Z + 2023-12-19T12:58:47Z diff --git a/pom.xml b/pom.xml index 4e2bd8e..7cf0fb9 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ io.wcm.samples io.wcm.samples - 1.4.3-SNAPSHOT + 1.5.0-SNAPSHOT pom Samples Root