Skip to content

Commit

Permalink
new 23.01.14 LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
erickgonzalez committed Mar 13, 2024
1 parent b9866a0 commit 104b8cd
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.13
branch = release-23.01.14
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.13', 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.13
dotcmsReleaseVersion=23.01.14
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 @@ -208,3 +208,5 @@ This maintenance release includes the following code fixes:
166. https://github.com/dotCMS/core/issues/22385 : Custom templates should push with their page no matter the filter that is selected #22385
167. https://github.com/dotCMS/core/issues/26415 : Template Builder: System Template should create layout always #26415
168. https://github.com/dotCMS/core/issues/26542 : Hide the download button for bundles pushed to static environments #26542

**Release-23.01.14**

0 comments on commit 104b8cd

Please sign in to comment.