This is an automated email from the ASF dual-hosted git repository.

janc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-blinky.git


The following commit(s) were added to refs/heads/master by this push:
     new 0156b6d  Use master branch for core repository
0156b6d is described below

commit 0156b6d52395ba3f6c60bdafd68ed99684acd1b3
Author: Szymon Janc <[email protected]>
AuthorDate: Fri Dec 19 14:51:06 2025 +0100

    Use master branch for core repository
    
    This will be changed upon release, but newt from master downloads
    blinky master and thus all project should be from master branches
---
 project.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project.yml b/project.yml
index 423ec48..f923c43 100644
--- a/project.yml
+++ b/project.yml
@@ -27,7 +27,7 @@ project.repositories:
 #
 repository.apache-mynewt-core:
     type: github
-    vers: 1.14.0
+    vers: 0.0.0
     user: apache
     repo: mynewt-core
 

Reply via email to