From 327c025c1bb396e3cb8361efe204f36a47b58d61 Mon Sep 17 00:00:00 2001 From: Stefan Seifert Date: Thu, 18 Jul 2024 09:58:43 +0200 Subject: [PATCH 1/3] prepare release --- changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changes.xml b/changes.xml index 2530250b..8e108a46 100644 --- a/changes.xml +++ b/changes.xml @@ -23,7 +23,7 @@ xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/plugins/maven-changes-plugin/xsd/changes-1.0.0.xsd"> - + MockExternalizer: Apply Sling Mapping for externalized URLs. From 91f535f435d0822be7d3271a1c05b7ca1c025a66 Mon Sep 17 00:00:00 2001 From: Stefan Seifert Date: Thu, 18 Jul 2024 09:59:05 +0200 Subject: [PATCH 2/3] [gitflow-maven-plugin] Update versions for release 5.5.4 --- core/pom.xml | 2 +- junit4/pom.xml | 6 +++--- junit5/pom.xml | 6 +++--- parent/pom.xml | 4 ++-- pom.xml | 4 ++-- relocate/pom.xml | 2 +- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index be720259..e6554a8b 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -25,7 +25,7 @@ io.wcm io.wcm.testing.aem-mock.parent - 5.5.3-SNAPSHOT + 5.5.4 ../parent/pom.xml diff --git a/junit4/pom.xml b/junit4/pom.xml index 6290f6e9..53114ef7 100644 --- a/junit4/pom.xml +++ b/junit4/pom.xml @@ -25,7 +25,7 @@ io.wcm io.wcm.testing.aem-mock.parent - 5.5.3-SNAPSHOT + 5.5.4 ../parent/pom.xml @@ -54,7 +54,7 @@ io.wcm io.wcm.testing.aem-mock.core - 5.5.3-SNAPSHOT + 5.5.4 compile @@ -87,7 +87,7 @@ io.wcm io.wcm.testing.aem-mock.core - 5.5.3-SNAPSHOT + 5.5.4 tests test diff --git a/junit5/pom.xml b/junit5/pom.xml index 95d3a332..c2aff97a 100644 --- a/junit5/pom.xml +++ b/junit5/pom.xml @@ -25,7 +25,7 @@ io.wcm io.wcm.testing.aem-mock.parent - 5.5.3-SNAPSHOT + 5.5.4 ../parent/pom.xml @@ -54,14 +54,14 @@ io.wcm io.wcm.testing.aem-mock.core - 5.5.3-SNAPSHOT + 5.5.4 compile io.wcm io.wcm.testing.aem-mock.core - 5.5.3-SNAPSHOT + 5.5.4 tests test diff --git a/parent/pom.xml b/parent/pom.xml index 2d73427f..08c5b33c 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -31,7 +31,7 @@ io.wcm io.wcm.testing.aem-mock.parent - 5.5.3-SNAPSHOT + 5.5.4 pom AEM Mocks @@ -71,7 +71,7 @@ 1.0.0 - 2024-04-23T13:24:04Z + 2024-07-18T07:59:03Z diff --git a/pom.xml b/pom.xml index d0bc14f9..1e83237f 100644 --- a/pom.xml +++ b/pom.xml @@ -25,14 +25,14 @@ io.wcm io.wcm.testing.aem-mock.parent - 5.5.3-SNAPSHOT + 5.5.4 parent/pom.xml io.wcm io.wcm.testing.aem-mock.root pom - 5.5.3-SNAPSHOT + 5.5.4 AEM Mocks ${site.url}/${site.url.module.prefix}/ diff --git a/relocate/pom.xml b/relocate/pom.xml index ffa2cfc1..e001ce79 100644 --- a/relocate/pom.xml +++ b/relocate/pom.xml @@ -25,7 +25,7 @@ io.wcm io.wcm.testing.aem-mock.parent - 5.5.3-SNAPSHOT + 5.5.4 ../parent/pom.xml From b97e612710a733637154f4bd2ba98b35e1c1e9f1 Mon Sep 17 00:00:00 2001 From: Stefan Seifert Date: Thu, 18 Jul 2024 10:01:39 +0200 Subject: [PATCH 3/3] [gitflow-maven-plugin] Update for next development version 5.5.5-SNAPSHOT --- core/pom.xml | 2 +- junit4/pom.xml | 6 +++--- junit5/pom.xml | 6 +++--- parent/pom.xml | 4 ++-- pom.xml | 4 ++-- relocate/pom.xml | 2 +- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index e6554a8b..a9ef7dba 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -25,7 +25,7 @@ io.wcm io.wcm.testing.aem-mock.parent - 5.5.4 + 5.5.5-SNAPSHOT ../parent/pom.xml diff --git a/junit4/pom.xml b/junit4/pom.xml index 53114ef7..c7fc8677 100644 --- a/junit4/pom.xml +++ b/junit4/pom.xml @@ -25,7 +25,7 @@ io.wcm io.wcm.testing.aem-mock.parent - 5.5.4 + 5.5.5-SNAPSHOT ../parent/pom.xml @@ -54,7 +54,7 @@ io.wcm io.wcm.testing.aem-mock.core - 5.5.4 + 5.5.5-SNAPSHOT compile @@ -87,7 +87,7 @@ io.wcm io.wcm.testing.aem-mock.core - 5.5.4 + 5.5.5-SNAPSHOT tests test diff --git a/junit5/pom.xml b/junit5/pom.xml index c2aff97a..476f2722 100644 --- a/junit5/pom.xml +++ b/junit5/pom.xml @@ -25,7 +25,7 @@ io.wcm io.wcm.testing.aem-mock.parent - 5.5.4 + 5.5.5-SNAPSHOT ../parent/pom.xml @@ -54,14 +54,14 @@ io.wcm io.wcm.testing.aem-mock.core - 5.5.4 + 5.5.5-SNAPSHOT compile io.wcm io.wcm.testing.aem-mock.core - 5.5.4 + 5.5.5-SNAPSHOT tests test diff --git a/parent/pom.xml b/parent/pom.xml index 08c5b33c..38deef5a 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -31,7 +31,7 @@ io.wcm io.wcm.testing.aem-mock.parent - 5.5.4 + 5.5.5-SNAPSHOT pom AEM Mocks @@ -71,7 +71,7 @@ 1.0.0 - 2024-07-18T07:59:03Z + 2024-07-18T08:01:37Z diff --git a/pom.xml b/pom.xml index 1e83237f..21638ba1 100644 --- a/pom.xml +++ b/pom.xml @@ -25,14 +25,14 @@ io.wcm io.wcm.testing.aem-mock.parent - 5.5.4 + 5.5.5-SNAPSHOT parent/pom.xml io.wcm io.wcm.testing.aem-mock.root pom - 5.5.4 + 5.5.5-SNAPSHOT AEM Mocks ${site.url}/${site.url.module.prefix}/ diff --git a/relocate/pom.xml b/relocate/pom.xml index e001ce79..093c81e2 100644 --- a/relocate/pom.xml +++ b/relocate/pom.xml @@ -25,7 +25,7 @@ io.wcm io.wcm.testing.aem-mock.parent - 5.5.4 + 5.5.5-SNAPSHOT ../parent/pom.xml