From 3822bc67e3f49fddebbd7ee211c3a5ed5a550929 Mon Sep 17 00:00:00 2001 From: Vishal Khode Date: Mon, 30 Sep 2024 23:37:31 +0530 Subject: [PATCH] ACMS-000: Pinned the default_content module and updated patch as per latest release. --- composer.lock | 6 +++--- modules/acquia_cms_starter/composer.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.lock b/composer.lock index 132e2130d..a9e8af221 100644 --- a/composer.lock +++ b/composer.lock @@ -2740,7 +2740,7 @@ "dist": { "type": "path", "url": "./modules/acquia_cms_starter", - "reference": "113d36334e6f3d296badb8688e26e0d6bdaa3dc6" + "reference": "8f73aa5c4985fbb23970cb45c39d5e2f69d270d4" }, "require": { "drupal/acquia_cms_article": "^1.5.7", @@ -2749,7 +2749,7 @@ "drupal/acquia_cms_page": "^1.5.7", "drupal/acquia_cms_search": "^1.4.13", "drupal/acquia_cms_video": "^1.5.8", - "drupal/default_content": "^2.0" + "drupal/default_content": "2.0.0-alpha3" }, "type": "drupal-module", "extra": { @@ -2759,7 +2759,7 @@ "enable-patching": true, "patches": { "drupal/default_content": { - "2698425 - Duplicate content issues in default content": "https://git.drupalcode.org/project/default_content/-/merge_requests/5.patch" + "2698425 - Duplicate content issues in default content": "https://www.drupal.org/files/issues/2024-08-30/2698425-do-not-re-import-existing-entities--acquia-starter-kit--2-0-0alpha3-2024-08-30.patch" } } }, diff --git a/modules/acquia_cms_starter/composer.json b/modules/acquia_cms_starter/composer.json index ffade5c12..d83d24dbe 100644 --- a/modules/acquia_cms_starter/composer.json +++ b/modules/acquia_cms_starter/composer.json @@ -10,7 +10,7 @@ "drupal/acquia_cms_page": "^1.5.7", "drupal/acquia_cms_search": "^1.4.13", "drupal/acquia_cms_video": "^1.5.8", - "drupal/default_content": "^2.0" + "drupal/default_content": "2.0.0-alpha3" }, "repositories": { "assets": { @@ -42,7 +42,7 @@ "enable-patching": true, "patches": { "drupal/default_content": { - "2698425 - Duplicate content issues in default content": "https://git.drupalcode.org/project/default_content/-/merge_requests/5.patch" + "2698425 - Duplicate content issues in default content": "https://www.drupal.org/files/issues/2024-08-30/2698425-do-not-re-import-existing-entities--acquia-starter-kit--2-0-0alpha3-2024-08-30.patch" } } }