Skip to content

Commit

Permalink
Updating release version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nollymar Longa committed Dec 2, 2020
1 parent dbf8ef4 commit 7ea4c46
Showing 1 changed file with 1 addition and 1 deletion.
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: '20.11', changing: true

compile group: 'com.dotcms', name: 'ant-tooling', version: '1.3.2'
compile ('io.jsonwebtoken:jjwt:0.6.0'){
Expand Down

0 comments on commit 7ea4c46

Please sign in to comment.