From b2520bf2544cb632119165255c740b25d4f17cac Mon Sep 17 00:00:00 2001 From: eXo CI server Date: Mon, 16 Sep 2024 11:26:43 +0200 Subject: [PATCH] TASK-74160: Create Patch Branch for version 6.5.4-exo --- commons-api/pom.xml | 2 +- commons-comet-service/pom.xml | 2 +- commons-comet-webapp/pom.xml | 2 +- commons-component-common/pom.xml | 2 +- commons-component-product/pom.xml | 2 +- commons-component-upgrade/pom.xml | 2 +- commons-extension-webapp/pom.xml | 2 +- commons-search/pom.xml | 2 +- commons-testing/pom.xml | 2 +- patches-changelog.txt | 5 +++++ pom.xml | 2 +- 11 files changed, 15 insertions(+), 10 deletions(-) create mode 100644 patches-changelog.txt diff --git a/commons-api/pom.xml b/commons-api/pom.xml index 4fd57f36bd..dfb16e55c2 100644 --- a/commons-api/pom.xml +++ b/commons-api/pom.xml @@ -23,7 +23,7 @@ commons org.exoplatform.commons - 6.5.4-exo + 6.5.4-exo-patched commons-api jar diff --git a/commons-comet-service/pom.xml b/commons-comet-service/pom.xml index 807cf79658..4e93e09050 100644 --- a/commons-comet-service/pom.xml +++ b/commons-comet-service/pom.xml @@ -23,7 +23,7 @@ commons org.exoplatform.commons - 6.5.4-exo + 6.5.4-exo-patched commons-comet-service jar diff --git a/commons-comet-webapp/pom.xml b/commons-comet-webapp/pom.xml index fe5c4f985f..267716a01c 100644 --- a/commons-comet-webapp/pom.xml +++ b/commons-comet-webapp/pom.xml @@ -23,7 +23,7 @@ commons org.exoplatform.commons - 6.5.4-exo + 6.5.4-exo-patched commons-comet-webapp war diff --git a/commons-component-common/pom.xml b/commons-component-common/pom.xml index f7830bc169..ff74441e7f 100644 --- a/commons-component-common/pom.xml +++ b/commons-component-common/pom.xml @@ -23,7 +23,7 @@ commons org.exoplatform.commons - 6.5.4-exo + 6.5.4-exo-patched commons-component-common jar diff --git a/commons-component-product/pom.xml b/commons-component-product/pom.xml index 4473f7a549..f6b26707f9 100644 --- a/commons-component-product/pom.xml +++ b/commons-component-product/pom.xml @@ -23,7 +23,7 @@ commons org.exoplatform.commons - 6.5.4-exo + 6.5.4-exo-patched commons-component-product jar diff --git a/commons-component-upgrade/pom.xml b/commons-component-upgrade/pom.xml index 36ec1ad82f..ab483a9a1c 100644 --- a/commons-component-upgrade/pom.xml +++ b/commons-component-upgrade/pom.xml @@ -23,7 +23,7 @@ commons org.exoplatform.commons - 6.5.4-exo + 6.5.4-exo-patched commons-component-upgrade eXo PLF:: Commons - Transparent Upgrade Framework diff --git a/commons-extension-webapp/pom.xml b/commons-extension-webapp/pom.xml index f233cb0663..7a838429cf 100644 --- a/commons-extension-webapp/pom.xml +++ b/commons-extension-webapp/pom.xml @@ -23,7 +23,7 @@ commons org.exoplatform.commons - 6.5.4-exo + 6.5.4-exo-patched commons-extension-webapp war diff --git a/commons-search/pom.xml b/commons-search/pom.xml index a69f2f4f36..1ff742987d 100644 --- a/commons-search/pom.xml +++ b/commons-search/pom.xml @@ -23,7 +23,7 @@ commons org.exoplatform.commons - 6.5.4-exo + 6.5.4-exo-patched commons-search jar diff --git a/commons-testing/pom.xml b/commons-testing/pom.xml index 9f3fc48af9..3fae3740f9 100644 --- a/commons-testing/pom.xml +++ b/commons-testing/pom.xml @@ -23,7 +23,7 @@ commons org.exoplatform.commons - 6.5.4-exo + 6.5.4-exo-patched commons-testing jar diff --git a/patches-changelog.txt b/patches-changelog.txt new file mode 100644 index 0000000000..7f97f12ac7 --- /dev/null +++ b/patches-changelog.txt @@ -0,0 +1,5 @@ + 2024-09-16 eXo Support + + # 6.5.4-exo Patches changelog: + + diff --git a/pom.xml b/pom.xml index 463124308d..f4d81d15d0 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ org.exoplatform.commons commons - 6.5.4-exo + 6.5.4-exo-patched pom eXo PLF:: Commons