You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by bi...@apache.org on 2018/05/04 06:03:08 UTC

[royale-asjs.wiki] branch master updated: Updated Release Manager Notes (markdown)

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

bigosmallm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-asjs.wiki.git


The following commit(s) were added to refs/heads/master by this push:
     new bb89bc5  Updated Release Manager Notes (markdown)
bb89bc5 is described below

commit bb89bc5236fdc6a9955cd427358ec74f03800de8
Author: bigosmallm <bi...@apache.org>
AuthorDate: Thu May 3 23:03:07 2018 -0700

    Updated Release Manager Notes (markdown)
---
 Release-Manager-Notes.md | 30 ++++++++++++++++--------------
 1 file changed, 16 insertions(+), 14 deletions(-)

diff --git a/Release-Manager-Notes.md b/Release-Manager-Notes.md
index e5eaef0..d5ed228 100644
--- a/Release-Manager-Notes.md
+++ b/Release-Manager-Notes.md
@@ -41,20 +41,22 @@ Some times, during the creation of an RC, you'll see something you want to chang
 
 ## Other setup
 
-Make sure you have a settings.xml in your .m2 folder that has credentials for deploying artifacts to repository.apache.org.  You should have entries like:
-
-`<servers>`
-  `<server>`
-    `<id>apache.releases.https</id>`
-    `<username>...</username>`
-    `<password>...</password>`
-  `</server>`
-  `<server>`
-    `<id>apache.snapshots.https</id>`
-    `<username>...</username>`
-    `<password>...</password>`
-  `</server>`
-`</servers>`
+Make sure you have a settings.xml in your .m2 folder that has credentials for deploying artifacts to repository.apache.org.  Follow instructions here: https://maven.apache.org/settings.html.  Make sure you have entries like:
+`
+<servers>
+  <server>
+    <id>apache.releases.https</id>
+    <username>...</username>
+    <password>...</password>
+  </server>
+  <server>
+    <id>apache.snapshots.https</id>
+    <username>...</username>
+    <password>...</password>
+  </server>
+</servers>
+`
+
 
 ## SVN
 

-- 
To stop receiving notification emails like this one, please contact
bigosmallm@apache.org.