PL-9377 Release 6.6 Branch

This commit is contained in:
Yuriy Artamonov 2017-07-13 19:42:32 +04:00
parent 8c4db0b620
commit 06e6a38cb7
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ gradlew install
Edit the `build.gradle` file of your project. Change the `ext.cubaVersion` property and add `mavenLocal()` to the `repositories` section, for example:
```
buildscript {
ext.cubaVersion = '6.6-SNAPSHOT'
ext.cubaVersion = '6.7-SNAPSHOT'
repositories {
mavenLocal()
maven { ...

View File

@ -16,7 +16,7 @@
*/
buildscript {
ext.cubaVersion = '6.6-SNAPSHOT'
ext.cubaVersion = '6.7-SNAPSHOT'
ext.cubaVersion = rootProject.hasProperty('buildVersion') ? rootProject['buildVersion'] : cubaVersion
println("CUBA Platform Version ${ext.cubaVersion}")