Skip to content

Commit

Permalink
new 23.01.9 LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
erickgonzalez committed Nov 13, 2023
1 parent c0208bc commit 2749d52
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[submodule "dotCMS/src/main/enterprise"]
path = dotCMS/src/main/enterprise
url = [email protected]:dotCMS/enterprise.git
branch = release-23.01.8
branch = release-23.01.9
ignore = dirty
2 changes: 1 addition & 1 deletion dotCMS/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}

Expand Down
2 changes: 1 addition & 1 deletion dotCMS/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dotcmsReleaseVersion=23.01.8
dotcmsReleaseVersion=23.01.9
coreWebReleaseVersion=23.1.0-rc.47
webComponentsReleaseVersion=23.1.0-rc.4

Expand Down
2 changes: 2 additions & 0 deletions hotfix_tracking.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

0 comments on commit 2749d52

Please sign in to comment.