Skip to content

Commit

Permalink
new 23.01.13 LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
erickgonzalez committed Feb 28, 2024
1 parent 7832dde commit 1f08ea0
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.12
branch = release-23.01.13
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.12', 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.12
dotcmsReleaseVersion=23.01.13
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 @@ -201,3 +201,5 @@ This maintenance release includes the following code fixes:
162. https://github.com/dotCMS/core/issues/26459 : Unable to copy a contentlet having Site/Folder Field #26459
163. https://github.com/dotCMS/core/issues/22921 : Workflow API unable to archive contentlet #22921
164. https://github.com/dotCMS/core/issues/26605 : Relation_type field too small #26605

**Release-23.01.13**

0 comments on commit 1f08ea0

Please sign in to comment.