Update repository yaml file for 1.0.0.b2 release
Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/c49b270c Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/c49b270c Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/c49b270c Branch: refs/heads/develop Commit: c49b270ce8e598bd9147ae553f4bb1785e88fd72 Parents: 581926e Author: William San Filippo <[email protected]> Authored: Fri Feb 3 17:09:54 2017 -0800 Committer: Alan <[email protected]> Committed: Thu Mar 9 12:07:38 2017 -0800 ---------------------------------------------------------------------- repository.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/c49b270c/repository.yml ---------------------------------------------------------------------- diff --git a/repository.yml b/repository.yml index 79990b3..3f4fe1b 100644 --- a/repository.yml +++ b/repository.yml @@ -25,10 +25,11 @@ repo.versions: "0.8.0": "mynewt_0_8_0_tag" "0.9.0": "mynewt_0_9_0_tag" "0.9.9": "mynewt_1_0_0_b1_tag" + "0.9.99": "mynewt_1_0_0_b2_rc1_tag" - "0-latest": "0.9.9" # 1.0.0-b1 + "0-latest": "0.9.99" # 1.0.0-b2 "0-dev": "0.0.0" # develop "0.8-latest": "0.8.0" "0.9-latest": "0.9.0" - "1.0-latest": "0.9.9" # 1.0.0-b1 + "1.0-latest": "0.9.99" # 1.0.0-b2
