You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by cc...@apache.org on 2017/04/07 19:16:37 UTC

incubator-mynewt-core git commit: Update repository.yml; master rather than develop.

Repository: incubator-mynewt-core
Updated Branches:
  refs/heads/master afa6d5325 -> 25850ad6c


Update repository.yml; master rather than develop.


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

Branch: refs/heads/master
Commit: 25850ad6cd418f1aa80f8c929b8124132d622090
Parents: afa6d53
Author: Christopher Collins <cc...@apache.org>
Authored: Fri Apr 7 12:15:33 2017 -0700
Committer: Christopher Collins <cc...@apache.org>
Committed: Fri Apr 7 12:15:33 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/25850ad6/repository.yml
----------------------------------------------------------------------
diff --git a/repository.yml b/repository.yml
index 33d6ee7..e22adeb 100644
--- a/repository.yml
+++ b/repository.yml
@@ -19,7 +19,7 @@
 
 repo.name: apache-mynewt-core
 repo.versions:
-    "0.0.0": "develop"
+    "0.0.0": "master"
     "0.0.1": "master"
     "0.7.9": "mynewt_0_8_0_b2_tag"
     "0.8.0": "mynewt_0_8_0_tag"
@@ -30,7 +30,7 @@ repo.versions:
     "1.0.0": "mynewt_1_0_0_tag"
 
     "0-latest": "1.0.0"    # 1.0.0
-    "0-dev": "0.0.0"       # develop
+    "0-dev": "0.0.0"       # master
 
     "0.8-latest": "0.8.0"
     "0.9-latest": "0.9.0"