Release M6

This commit is contained in:
Mike Hearn 2016-11-29 20:13:59 +00:00
parent 2a0778c470
commit 7b7563d59d
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
buildscript {
// Our version: bump this on release.
ext.corda_version = "0.6-SNAPSHOT"
ext.corda_version = "0.6"
ext.gradle_plugins_version = "0.5.7"
ext.kotlin_version = '1.0.5'

View File

@ -2,7 +2,7 @@
// or if you are developing these plugins. See the readme for more information.
buildscript {
ext.gradle_plugins_version = "0.5.7" // Our version: bump this on release.
ext.gradle_plugins_version = "0.6" // Our version: bump this on release.
ext.corda_published_version = "0.5" // Depend on our existing published publishing plugin.
repositories {