From 45645a813f2f68d402bbe4c89a8d6d80ba346f5c Mon Sep 17 00:00:00 2001 From: Clinton Alexander Date: Wed, 22 Mar 2017 15:04:43 +0000 Subject: [PATCH] Updated to use Corda M9.2 --- README.md | 6 +++--- build.gradle | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3697ab24..21dac65f 100644 --- a/README.md +++ b/README.md @@ -80,9 +80,9 @@ Change directories to the newly cloned repo: cd cordapp-tutorial -Check out the latest milestone release (currently `release-M8.2`): +Check out the latest milestone release (currently `release-M9.2`): - git checkout release-M8.2 + git checkout release-M9.2 Non-milestone releases are development branches, and can be unstable or even broken. You should develop against a milestone release. @@ -92,7 +92,7 @@ or even broken. You should develop against a milestone release. **NOTE: Building the example CorDapp from master WILL fail without first running `/gradlew install` (or `gradlew.bat install`) from the master branch of the [corda repository](https://github.com/corda/corda). Make sure -you have checked out the M8.2 release tag from this repository before you build, +you have checked out the M9.2 release tag from this repository before you build, UNLESS you wish to build from a SNAPSHOT release.** **Unix:** diff --git a/build.gradle b/build.gradle index 2a35e202..f8d4a99e 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ buildscript { - ext.corda_version = '0.9.1' + ext.corda_version = '0.9.2' ext.corda_gradle_plugins_version = '0.8.3' ext.kotlin_version = '1.0.6' ext.quasar_version = '0.7.6'