diff --git a/.gitmodules b/.gitmodules index 077ff5ece3b7..9e0c496b6dcd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,5 +1,5 @@ [submodule "dotCMS/src/main/enterprise"] path = dotCMS/src/main/enterprise url = git@github.com:dotCMS/enterprise.git - branch = release-23.01.8 + branch = release-23.01.9 ignore = dirty diff --git a/dotCMS/build.gradle b/dotCMS/build.gradle index d7875b73d2ea..cbb77f3909cb 100644 --- a/dotCMS/build.gradle +++ b/dotCMS/build.gradle @@ -290,7 +290,7 @@ dependencies { if (!(project.gradle.startParameter.taskNames.contains('deployWarTomcatDev') || project.gradle.startParameter.taskNames.contains('testDev'))) { - implementation group: 'com.dotcms.enterprise', name: 'ee', version: dotcmsReleaseVersion + eeType, changing: true + implementation group: 'com.dotcms.enterprise', name: 'ee', version: '23.01.8', changing: true } } diff --git a/dotCMS/gradle.properties b/dotCMS/gradle.properties index f7c12d1d741e..c367ac761d99 100644 --- a/dotCMS/gradle.properties +++ b/dotCMS/gradle.properties @@ -1,4 +1,4 @@ -dotcmsReleaseVersion=23.01.8 +dotcmsReleaseVersion=23.01.9 coreWebReleaseVersion=23.1.0-rc.47 webComponentsReleaseVersion=23.1.0-rc.4 diff --git a/hotfix_tracking.md b/hotfix_tracking.md index 4fd36f096c1d..cd00835ccc70 100644 --- a/hotfix_tracking.md +++ b/hotfix_tracking.md @@ -153,3 +153,5 @@ This maintenance release includes the following code fixes: 126. https://github.com/dotCMS/core/issues/25127 : CMS Admin should be able to view all the bundles regardless of the user who create it #25127 127. https://github.com/dotCMS/core/issues/25174 : Advance template is missing the Publish button added to the template designer #25174 128. https://github.com/dotCMS/core/issues/24086 : Add indexes on workflow tables #24086 + +**Release-23.01.9**