Skip to content

Commit

Permalink
new 22.03.15 LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
erickgonzalez committed Apr 5, 2024
1 parent d3e45b2 commit b79ad20
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dotCMS/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dependencies {

def eeType = dotcmsReleaseVersion.equals("master") ? '-SNAPSHOT' : ''

compile group: 'com.dotcms.enterprise', name: 'ee', version: dotcmsReleaseVersion + eeType, changing: true
compile group: 'com.dotcms.enterprise', name: 'ee', version: '22.03.14', changing: true
compile group: 'com.dotcms', name: 'ant-tooling', version: '1.3.2'
compile ('io.jsonwebtoken:jjwt:0.6.0'){
transitive = false
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=22.03.14
dotcmsReleaseVersion=22.03.15
coreWebReleaseVersion=22.3.0-rc.35
webComponentsReleaseVersion=22.3.0-rc.3

Expand Down
4 changes: 3 additions & 1 deletion hotfix_tracking.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,4 +239,6 @@ This maintenance release includes the following code fixes:
197. https://github.com/dotCMS/core/issues/26459 : Unable to copy a contentlet having Site/Folder Field #26459
198. https://github.com/dotCMS/core/issues/27007 : Content export with Publish Date Parameter leads to 400 Bad Request error #27007
199. https://github.com/dotCMS/core/issues/22372 : Users can create fields with reserved var names #22372
200. https://github.com/dotCMS/core/issues/26796 : Reserved names fields should be compared in a case-insensitive manner to avoid errors and inconsistencies. #26796
200. https://github.com/dotCMS/core/issues/26796 : Reserved names fields should be compared in a case-insensitive manner to avoid errors and inconsistencies. #26796

**Release-22.03.15**

0 comments on commit b79ad20

Please sign in to comment.