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 fa0dc72  Update SVN site to new location (post graduation)
fa0dc72 is described below

commit fa0dc72250c04e8c7b54d36baf42851eac2f7902
Author: Serge Huber <[email protected]>
AuthorDate: Wed Mar 13 11:32:30 2019 +0100

    Update SVN site to new location (post graduation)
---
 README.md | 4 ++--
 pom.xml   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index eb70215..d5ebf27 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ You need a machine with Maven to build the website.
 Checkout:
 
 ```
-git clone https://github.com/apache/incubator-unomi-site
+git clone https://github.com/apache/unomi-site
 ```
 
 Run Build:
@@ -22,7 +22,7 @@ mvn clean install
 
 ## Publish
 
-To publish the local website to the production location 
(https://unomi.incubator.apache.org/), you have to use:
+To publish the local website to the production location 
(https://unomi.apache.org/), you have to use:
 
 ```
 mvn install scm-publish:publish-scm -Dusername=YOUR_APACHE_USERNAME 
-Dpassword=YOUR_APACHE_PASSWORD
diff --git a/pom.xml b/pom.xml
index b96f98f..c93ac41 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,7 +54,7 @@
                 <version>1.0-beta-2</version>
                 <configuration>
                     <checkinComment>[scm-publish] Updating Unomi 
website</checkinComment>
-                    
<pubScmUrl>scm:svn:https://svn.apache.org/repos/asf/incubator/unomi/website/</pubScmUrl>
+                    
<pubScmUrl>scm:svn:https://svn.apache.org/repos/asf/unomi/website/</pubScmUrl>
                     <content>src/main/webapp</content>
                     <ignorePathsToDelete>
                         <ignorePathToDelete>docs/**</ignorePathToDelete>

Reply via email to