Skip to content

Commit

Permalink
Updating ee jar dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jgambarios committed Sep 28, 2016
1 parent f09a47e commit be53361
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//noinspection GroovyAssignabilityCheck
dependencies {

compile group: 'com.dotcms.enterprise', name: 'ee', version: '3.6.0', changing: true
compile group: 'com.dotcms.enterprise', name: 'ee', version: '3.7.0-SNAPSHOT', changing: true
compile group: 'com.dotcms.enterprise', name: 'eelic', version: '3.6.0', changing: true

compile group: 'com.dotcms', name: 'ant-tooling', version: '1.2'
Expand Down
8 changes: 4 additions & 4 deletions src/com/liferay/portal/util/build.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#Tue, 30 Aug 2016 15:48:28 -0600
#Wed, 28 Sep 2016 14:20:43 -0600
dotcms.release.name=dotCMS Platform
dotcms.release.version=3.7
dotcms.release.version=3.7.0
dotcms.release.codename=Panther
dotcms.release.build=689a906
dotcms.release.date=Aug 30, 2016
dotcms.release.build=f09a47e
dotcms.release.date=Sep 28, 2016

tomcat.install.branch=8.0.18-master-3.5
tomcat.install.version=8.0.18
Expand Down

0 comments on commit be53361

Please sign in to comment.