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

shuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/unomi-site.git


The following commit(s) were added to refs/heads/master by this push:
     new f51c209  Update the release guide with the latest corrections
f51c209 is described below

commit f51c2093f9f72df32392a16b92706ca551864bf7
Author: Serge Huber <[email protected]>
AuthorDate: Fri May 17 07:26:41 2019 +0200

    Update the release guide with the latest corrections
---
 src/main/webapp/contribute-release-guide.html | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/main/webapp/contribute-release-guide.html 
b/src/main/webapp/contribute-release-guide.html
index 20c22a4..034c98a 100644
--- a/src/main/webapp/contribute-release-guide.html
+++ b/src/main/webapp/contribute-release-guide.html
@@ -174,7 +174,7 @@
             <h3 id="prepare-git">Git</h3>
             <ol>
               <li>Clone and checkout the project using:
-                <pre class="alert alert-primary"><code>git clone 
https://gitbox.apache.org/repos/asf?p=unomi.git</code></pre>
+                <pre class="alert alert-primary"><code>git clone 
https://gitbox.apache.org/repos/asf/unomi.git</code></pre>
                  in a separate directory, to make sure you don’t have any 
additional files in the build (such as allCountries.zip or other binary files 
that should not be there)</li>
             </ol>
 
@@ -226,6 +226,9 @@ mvn clean install</code></pre>
               <li>Publish a snapshot to test the deployment passwords:
                 <pre class="alert alert-primary"><code>mvn deploy</code></pre>
               </li>
+                <li>Delete the release.properties file
+                    <pre class="alert alert-primary"><code>rm 
release.properties</code></pre>
+                </li>
               <li>
                 <pre class="alert alert-primary"><code>mvn -P 
apache-release,integration-tests release:prepare</code></pre>
               </li>

Reply via email to