From 0ce0502d1b3a31852e7758addde105b951226068 Mon Sep 17 00:00:00 2001 From: Joel Dudley Date: Tue, 21 Nov 2017 18:03:24 +0000 Subject: [PATCH] Update upgrade-notes.rst --- docs/source/upgrade-notes.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/upgrade-notes.rst b/docs/source/upgrade-notes.rst index f2bd7a88ff..efc928835f 100644 --- a/docs/source/upgrade-notes.rst +++ b/docs/source/upgrade-notes.rst @@ -31,12 +31,12 @@ We also strongly recommend cross referencing with the :doc:`changelog` to confir V1.0 to V2.0 ------------ -You only need to update the version identifiers in your project gradle file: +You only need to update the corda_release_version identifier in your project gradle file. The corda_gradle_plugins_version should remain at 1.0.0: .. sourcecode:: shell ext.corda_release_version = '2.0.0' - ext.corda_gradle_plugins_version = '2.0.0' + ext.corda_gradle_plugins_version = '1.0.0' Public Beta (M12) to V1.0 -------------------------