You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by we...@apache.org on 2016/06/28 16:46:29 UTC

[4/9] incubator-mynewt-core git commit: Add 0.9.0 to repository.yml.

Add 0.9.0 to repository.yml.

0-latest still points to 0.8.0.  We won't change this until 0.9.0 is
officially released.  However, this change adds the "0.9-latest" and
"0.9.0" labels for people to try out.


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/81018302
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/81018302
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/81018302

Branch: refs/heads/develop
Commit: 81018302decee7d8275713b22859c9486ac80bd7
Parents: 95bd6db
Author: Christopher Collins <cc...@apache.org>
Authored: Thu May 19 07:22:15 2016 -0700
Committer: Christopher Collins <cc...@apache.org>
Committed: Thu May 19 07:22:15 2016 -0700

----------------------------------------------------------------------
 repository.yml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/81018302/repository.yml
----------------------------------------------------------------------
diff --git a/repository.yml b/repository.yml
index 614c7b6..71ceed5 100644
--- a/repository.yml
+++ b/repository.yml
@@ -22,6 +22,8 @@ repo.versions:
     "0.0.0": "develop"
     "0.7.9": "mynewt_0_8_0_b2_tag"
     "0.8.0": "mynewt_0_8_0_tag"
+    "0.9.0": "mynewt_0_9_0_tag"
     "0-latest": "0.8.0"
     "0-dev": "0.0.0"
     "0.8-latest": "0.8.0"
+    "0.9-latest": "0.9.0"