You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2017/12/07 21:17:39 UTC

[GitHub] utzig closed pull request #695: Update for 1.3.0 release

utzig closed pull request #695: Update for 1.3.0 release
URL: https://github.com/apache/mynewt-core/pull/695
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/repository.yml b/repository.yml
index 0f805c30b..69584450a 100644
--- a/repository.yml
+++ b/repository.yml
@@ -30,16 +30,18 @@ repo.versions:
     "1.0.0": "mynewt_1_0_0_tag"
     "1.1.0": "mynewt_1_1_0_tag"
     "1.2.0": "mynewt_1_2_0_tag"
+    "1.3.0": "mynewt_1_3_0_tag"
 
-    "0-latest": "1.2.0"    # 1.2.0
-    "1-latest": "1.2.0"    # 1.2.0
+    "0-latest": "1.3.0"
+    "1-latest": "1.3.0"
     "0-dev": "0.0.0"       # master
 
     "0.8-latest": "0.8.0"
     "0.9-latest": "0.9.0"
-    "1.0-latest": "1.0.0"  # 1.0.0
-    "1.1-latest": "1.1.0"  # 1.1.0
-    "1.2-latest": "1.2.0"  # 1.2.0
+    "1.0-latest": "1.0.0"
+    "1.1-latest": "1.1.0"
+    "1.2-latest": "1.2.0"
+    "1.3-latest": "1.3.0"
 
 repo.newt_compatibility:
     # Allow all versions for 0.0.0.  This is a workaround to prevent a warning
@@ -49,6 +51,8 @@ repo.newt_compatibility:
         0.0.0: good
 
     # Core 1.1.0+ requires newt 1.1.0+ (feature: self-overrides).
+    1.3.0:
+        1.1.0: good
     1.2.0:
         1.1.0: good
     1.1.0:


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services