Skip to content

Commit

Permalink
updated CUBA to 6.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario David committed Jun 28, 2017
1 parent 6220356 commit 13afff9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
9 changes: 6 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

buildscript {
ext.cubaVersion = '6.4.2'
ext.cubaVersion = '6.5.5'
repositories {
maven {
url 'https://repo.cuba-platform.com/content/groups/work'
Expand All @@ -14,8 +14,6 @@ buildscript {
dependencies {
classpath "com.haulmont.gradle:cuba-plugin:$cubaVersion"

classpath "com.haulmont.cuba:cuba-global:$cubaVersion"


classpath 'net.saliman:gradle-cobertura-plugin:2.3.2'
}
Expand Down Expand Up @@ -46,6 +44,11 @@ cuba {
}
}

dependencies {
appComponent("com.haulmont.cuba:cuba-global:$cubaVersion")
}


def hsql = 'org.hsqldb:hsqldb:2.2.9'

allprojects {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class DiagnoseFileValidationServiceBean implements DiagnoseFileValidationService
}
else {
diagnoseFileValidation.type = DiagnoseWizardResultType.WARNING
diagnoseFileValidation.message = "Application wrong ($expectedAppName)"
diagnoseFileValidation.message = "Application wrong ($manifestAppName)"
}
diagnoseFileValidation
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<!-- Annotation-based beans -->
<context:component-scan base-package="de.diedavids.cuba.runtimediagnose"/>
<bean class="com.haulmont.cuba.web.sys.remoting.WebRemoteProxyBeanCreator">
<property name="clusterInvocationSupport"
ref="cuba_clusterInvocationSupport"/>
<property name="serverSelector"
ref="cuba_ServerSelector"/>
<property name="remoteServices">
<map>
<entry key="ddcrd_SqlConsoleService"
Expand Down

0 comments on commit 13afff9

Please sign in to comment.