From 4309c894c6f8f5992e43861946926cc6cdb54ec1 Mon Sep 17 00:00:00 2001 From: Mohit Singh Date: Mon, 11 Mar 2024 17:19:33 +0530 Subject: [PATCH] [MNT-24127] Added endpoint implementation to calculating folder size. --- amps/ags/pom.xml | 2 +- amps/ags/rm-automation/pom.xml | 2 +- .../rm-automation/rm-automation-community-rest-api/pom.xml | 2 +- amps/ags/rm-community/pom.xml | 2 +- amps/ags/rm-community/rm-community-repo/pom.xml | 2 +- amps/ags/rm-community/rm-community-rest-api-explorer/pom.xml | 2 +- amps/pom.xml | 2 +- amps/share-services/pom.xml | 3 ++- core/pom.xml | 2 +- data-model/pom.xml | 2 +- mmt/pom.xml | 2 +- packaging/distribution/pom.xml | 2 +- packaging/docker-alfresco/pom.xml | 2 +- packaging/pom.xml | 2 +- packaging/tests/pom.xml | 2 +- packaging/tests/tas-cmis/pom.xml | 2 +- packaging/tests/tas-email/pom.xml | 2 +- packaging/tests/tas-integration/pom.xml | 2 +- packaging/tests/tas-restapi/pom.xml | 2 +- packaging/tests/tas-webdav/pom.xml | 2 +- packaging/war/pom.xml | 2 +- pom.xml | 4 ++-- remote-api/pom.xml | 2 +- repository/pom.xml | 2 +- 24 files changed, 26 insertions(+), 25 deletions(-) diff --git a/amps/ags/pom.xml b/amps/ags/pom.xml index 6f0ed13cc13..204b6c5fe98 100644 --- a/amps/ags/pom.xml +++ b/amps/ags/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo-amps - 23.3.0.7-SNAPSHOT + 23.3.0.9-SNAPSHOT diff --git a/amps/ags/rm-automation/pom.xml b/amps/ags/rm-automation/pom.xml index 1714f20e6f2..bc561a4a2c0 100644 --- a/amps/ags/rm-automation/pom.xml +++ b/amps/ags/rm-automation/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-governance-services-community-parent - 23.3.0.7-SNAPSHOT + 23.3.0.9-SNAPSHOT diff --git a/amps/ags/rm-automation/rm-automation-community-rest-api/pom.xml b/amps/ags/rm-automation/rm-automation-community-rest-api/pom.xml index 38e87e09d6f..55a705acb9b 100644 --- a/amps/ags/rm-automation/rm-automation-community-rest-api/pom.xml +++ b/amps/ags/rm-automation/rm-automation-community-rest-api/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-governance-services-automation-community-repo - 23.3.0.7-SNAPSHOT + 23.3.0.9-SNAPSHOT diff --git a/amps/ags/rm-community/pom.xml b/amps/ags/rm-community/pom.xml index a86c70fcfbb..0629da3150d 100644 --- a/amps/ags/rm-community/pom.xml +++ b/amps/ags/rm-community/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-governance-services-community-parent - 23.3.0.7-SNAPSHOT + 23.3.0.9-SNAPSHOT diff --git a/amps/ags/rm-community/rm-community-repo/pom.xml b/amps/ags/rm-community/rm-community-repo/pom.xml index 7e9dfbc7967..1745979c2b1 100644 --- a/amps/ags/rm-community/rm-community-repo/pom.xml +++ b/amps/ags/rm-community/rm-community-repo/pom.xml @@ -8,7 +8,7 @@ org.alfresco alfresco-governance-services-community-repo-parent - 23.3.0.7-SNAPSHOT + 23.3.0.9-SNAPSHOT diff --git a/amps/ags/rm-community/rm-community-rest-api-explorer/pom.xml b/amps/ags/rm-community/rm-community-rest-api-explorer/pom.xml index 3705d41d768..7c7552959e2 100644 --- a/amps/ags/rm-community/rm-community-rest-api-explorer/pom.xml +++ b/amps/ags/rm-community/rm-community-rest-api-explorer/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-governance-services-community-repo-parent - 23.3.0.7-SNAPSHOT + 23.3.0.9-SNAPSHOT diff --git a/amps/pom.xml b/amps/pom.xml index 139038545fd..21a5e024720 100644 --- a/amps/pom.xml +++ b/amps/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo - 23.3.0.7-SNAPSHOT + 23.3.0.9-SNAPSHOT diff --git a/amps/share-services/pom.xml b/amps/share-services/pom.xml index f7c9bea5d6e..e15bef6733f 100644 --- a/amps/share-services/pom.xml +++ b/amps/share-services/pom.xml @@ -8,11 +8,12 @@ org.alfresco alfresco-community-repo-amps - 23.3.0.7-SNAPSHOT + 23.3.0.9-SNAPSHOT ${project.parent.scm.url} + ${buildNumber} diff --git a/core/pom.xml b/core/pom.xml index e8a37163965..715d45a9c39 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo - 23.3.0.7-SNAPSHOT + 23.3.0.9-SNAPSHOT diff --git a/data-model/pom.xml b/data-model/pom.xml index 20bec76f794..731a5d1ec8a 100644 --- a/data-model/pom.xml +++ b/data-model/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo - 23.3.0.7-SNAPSHOT + 23.3.0.9-SNAPSHOT diff --git a/mmt/pom.xml b/mmt/pom.xml index c2095acac08..c5e6f6b4e8a 100644 --- a/mmt/pom.xml +++ b/mmt/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo - 23.3.0.7-SNAPSHOT + 23.3.0.9-SNAPSHOT diff --git a/packaging/distribution/pom.xml b/packaging/distribution/pom.xml index f16c008985c..84c6136f6d0 100644 --- a/packaging/distribution/pom.xml +++ b/packaging/distribution/pom.xml @@ -9,6 +9,6 @@ org.alfresco alfresco-community-repo-packaging - 23.3.0.7-SNAPSHOT + 23.3.0.9-SNAPSHOT diff --git a/packaging/docker-alfresco/pom.xml b/packaging/docker-alfresco/pom.xml index 2db6e31255e..6c7c98559af 100644 --- a/packaging/docker-alfresco/pom.xml +++ b/packaging/docker-alfresco/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo-packaging - 23.3.0.7-SNAPSHOT + 23.3.0.9-SNAPSHOT diff --git a/packaging/pom.xml b/packaging/pom.xml index ab2b8f3d5a4..2329dc71c55 100644 --- a/packaging/pom.xml +++ b/packaging/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo - 23.3.0.7-SNAPSHOT + 23.3.0.9-SNAPSHOT diff --git a/packaging/tests/pom.xml b/packaging/tests/pom.xml index 83f7c449078..7f0dde7488b 100644 --- a/packaging/tests/pom.xml +++ b/packaging/tests/pom.xml @@ -6,7 +6,7 @@ org.alfresco alfresco-community-repo-packaging - 23.3.0.7-SNAPSHOT + 23.3.0.9-SNAPSHOT diff --git a/packaging/tests/tas-cmis/pom.xml b/packaging/tests/tas-cmis/pom.xml index b5a93524711..4182721373e 100644 --- a/packaging/tests/tas-cmis/pom.xml +++ b/packaging/tests/tas-cmis/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo-tests - 23.3.0.7-SNAPSHOT + 23.3.0.9-SNAPSHOT diff --git a/packaging/tests/tas-email/pom.xml b/packaging/tests/tas-email/pom.xml index 062ede6187c..b1363dc7044 100644 --- a/packaging/tests/tas-email/pom.xml +++ b/packaging/tests/tas-email/pom.xml @@ -9,7 +9,7 @@ org.alfresco alfresco-community-repo-tests - 23.3.0.7-SNAPSHOT + 23.3.0.9-SNAPSHOT diff --git a/packaging/tests/tas-integration/pom.xml b/packaging/tests/tas-integration/pom.xml index 510d51072e5..29f4553b9ea 100644 --- a/packaging/tests/tas-integration/pom.xml +++ b/packaging/tests/tas-integration/pom.xml @@ -9,7 +9,7 @@ org.alfresco alfresco-community-repo-tests - 23.3.0.7-SNAPSHOT + 23.3.0.9-SNAPSHOT diff --git a/packaging/tests/tas-restapi/pom.xml b/packaging/tests/tas-restapi/pom.xml index 9cc3e1bedb6..d01ee59146e 100644 --- a/packaging/tests/tas-restapi/pom.xml +++ b/packaging/tests/tas-restapi/pom.xml @@ -8,7 +8,7 @@ org.alfresco alfresco-community-repo-tests - 23.3.0.7-SNAPSHOT + 23.3.0.9-SNAPSHOT diff --git a/packaging/tests/tas-webdav/pom.xml b/packaging/tests/tas-webdav/pom.xml index 5339315cbdd..d085ec9ac26 100644 --- a/packaging/tests/tas-webdav/pom.xml +++ b/packaging/tests/tas-webdav/pom.xml @@ -9,7 +9,7 @@ org.alfresco alfresco-community-repo-tests - 23.3.0.7-SNAPSHOT + 23.3.0.9-SNAPSHOT diff --git a/packaging/war/pom.xml b/packaging/war/pom.xml index e8554679bbe..6b671fd0702 100644 --- a/packaging/war/pom.xml +++ b/packaging/war/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo-packaging - 23.3.0.7-SNAPSHOT + 23.3.0.9-SNAPSHOT diff --git a/pom.xml b/pom.xml index 93ad2e26e0a..a12a907a87a 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 alfresco-community-repo - 23.3.0.7-SNAPSHOT + 23.3.0.9-SNAPSHOT pom Alfresco Community Repo Parent @@ -58,7 +58,7 @@ 1.9.20.1 6.0.14 - 6.1.4 + 6.2.2 3.5.3 2.15.2 4.0.2 diff --git a/remote-api/pom.xml b/remote-api/pom.xml index e30e0106835..ea87a60493d 100644 --- a/remote-api/pom.xml +++ b/remote-api/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo - 23.3.0.7-SNAPSHOT + 23.3.0.9-SNAPSHOT diff --git a/repository/pom.xml b/repository/pom.xml index 3bab3f4b5cb..081e153a6b4 100644 --- a/repository/pom.xml +++ b/repository/pom.xml @@ -7,7 +7,7 @@ org.alfresco alfresco-community-repo - 23.3.0.7-SNAPSHOT + 23.3.0.9-SNAPSHOT