Skip to content
This repository has been archived by the owner on Aug 16, 2019. It is now read-only.

Commit

Permalink
Updated to use Corda M9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Clintonio committed Mar 22, 2017
1 parent dfd66b3 commit 45645a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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:**
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit 45645a8

Please sign in to comment.