Skip to content

Commit

Permalink
new 23.01.10 LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
erickgonzalez committed Dec 18, 2023
1 parent 0faf2a8 commit c31340e
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.9
branch = release-23.01.10
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.9', 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.9
dotcmsReleaseVersion=23.01.10
coreWebReleaseVersion=23.1.0-rc.48
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 @@ -173,3 +173,5 @@ This maintenance release includes the following code fixes:
143. https://github.com/dotCMS/core/issues/26481 : Pubsub Connection should prefer SSL #26481
144. https://github.com/dotCMS/core/issues/26774 : text fields validation limit to 255 chars is not longer required #26774
145. https://github.com/dotCMS/core/issues/24874 : Unable to import starter.zip #24874

**Release-23.01.10**

0 comments on commit c31340e

Please sign in to comment.