Skip to content

Commit

Permalink
update release version
Browse files Browse the repository at this point in the history
  • Loading branch information
dsilvam committed Oct 7, 2019
1 parent c9e661c commit 01031f2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
@@ -1,5 +1,5 @@
[submodule "dotCMS/src/main/enterprise"]
path = dotCMS/src/main/enterprise
url = git@github.com:dotCMS/enterprise-2.x.git
branch = master
branch = release-5.2.0
ignore = dirty
4 changes: 2 additions & 2 deletions dotCMS/dependencies.gradle
@@ -1,7 +1,7 @@
//noinspection GroovyAssignabilityCheck
dependencies {

compile group: 'com.dotcms.enterprise', name: 'ee', version: '5.0.0-SNAPSHOT', changing: true
compile group: 'com.dotcms.enterprise', name: 'ee', version: '5.2.0', changing: true


compile group: 'com.dotcms', name: 'ant-tooling', version: '1.3.2'
Expand Down Expand Up @@ -490,4 +490,4 @@ dependencies {
compile 'net.jodah:failsafe:1.1.1'
compile 'com.rainerhahnekamp:sneakythrow:1.1.0'

}
}
4 changes: 2 additions & 2 deletions dotCMS/gradle.properties
@@ -1,5 +1,5 @@
dotcmsReleaseVersion=5.0.0
coreWebReleaseVersion=latest
dotcmsReleaseVersion=5.2.0
coreWebReleaseVersion=5.2.0

tomcatInstallRepo=https://github.com/dotCMS/tomcat.git
tomcatInstallBranch=8.5.32
Expand Down

0 comments on commit 01031f2

Please sign in to comment.