Skip to content

Commit

Permalink
update release version
Browse files Browse the repository at this point in the history
  • Loading branch information
dsilvam committed Mar 13, 2019
1 parent 5fe4523 commit 364c910
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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.1.0', changing: true

compile group: 'com.dotcms', name: 'ant-tooling', version: '1.3.2'
compile 'io.jsonwebtoken:jjwt:0.6.0'
Expand Down
4 changes: 2 additions & 2 deletions dotCMS/gradle.properties
@@ -1,4 +1,4 @@
dotcmsReleaseVersion=5.0.0
dotcmsReleaseVersion=5.1.0
coreWebReleaseVersion=latest

tomcatInstallRepo=https://github.com/dotCMS/tomcat.git
Expand Down Expand Up @@ -37,4 +37,4 @@ org.gradle.jvmargs=-Xms512m -Xmx2048m
nodeVersion=7.9.0

#Immutables
generatedSourceFolder=src/main/generated
generatedSourceFolder=src/main/generated

0 comments on commit 364c910

Please sign in to comment.