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.git


The following commit(s) were added to refs/heads/master by this push:
     new b078f50  Clean incubator urls
b078f50 is described below

commit b078f502b5c70e68ceeb9982f07991b28b5d4991
Author: Francois Papon <francois.pa...@openobject.fr>
AuthorDate: Mon Apr 1 22:18:33 2019 +0400

    Clean incubator urls
---
 MERGING-PULL-REQUESTS       | 2 +-
 README.md                   | 2 +-
 generate-site-and-upload.sh | 6 +++---
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/MERGING-PULL-REQUESTS b/MERGING-PULL-REQUESTS
index f9b9afd..69ccfd1 100644
--- a/MERGING-PULL-REQUESTS
+++ b/MERGING-PULL-REQUESTS
@@ -41,7 +41,7 @@ Step-by-step guide
   lines that mention "refs" to it.
 
         [remote "github"]
-        url = https://github.com/apache/incubator-unomi.git
+        url = https://github.com/apache/unomi.git
         fetch = +refs/heads/*:refs/remotes/github/*
         fetch = +refs/pull/*/head:refs/remotes/github/pr/*
 
diff --git a/README.md b/README.md
index cfdff93..7d00590 100644
--- a/README.md
+++ b/README.md
@@ -32,4 +32,4 @@ The source code is available under the Apache License V2
 Documentation
 -------------
 You can find all the updated documentation, including building and deployment 
instructions, on the [Apache Unomi 
-web site](http://unomi.incubator.apache.org).
+web site](https://unomi.apache.org).
diff --git a/generate-site-and-upload.sh b/generate-site-and-upload.sh
index 87338e8..08fb3e5 100755
--- a/generate-site-and-upload.sh
+++ b/generate-site-and-upload.sh
@@ -44,7 +44,7 @@ mkdir target/staging/manual
 cp -R target/site/apidocs target/staging/unomi-api
 cp -Rf manual/target/generated-html/* target/staging/manual
 echo Committing documentation to Apache SVN...
-mvn scm-publish:publish-scm 
-Dscmpublish.pubScmUrl=scm:svn:https://svn.apache.org/repos/asf/incubator/unomi/website/manual
 -Dscmpublish.content=target/staging/manual -Dusername=$1 -Dpassword=$2
-mvn scm-publish:publish-scm 
-Dscmpublish.pubScmUrl=scm:svn:https://svn.apache.org/repos/asf/incubator/unomi/website/unomi-api
 -Dscmpublish.content=target/staging/unomi-api -Dusername=$1 -Dpassword=$2
-mvn scm-publish:publish-scm 
-Dscmpublish.pubScmUrl=scm:svn:https://svn.apache.org/repos/asf/incubator/unomi/website/rest-api-doc
 -Dscmpublish.content=target/staging/rest-api-doc -Dusername=$1 -Dpassword=$2
+mvn scm-publish:publish-scm 
-Dscmpublish.pubScmUrl=scm:svn:https://svn.apache.org/repos/asf/unomi/website/manual
 -Dscmpublish.content=target/staging/manual -Dusername=$1 -Dpassword=$2
+mvn scm-publish:publish-scm 
-Dscmpublish.pubScmUrl=scm:svn:https://svn.apache.org/repos/asf/unomi/website/unomi-api
 -Dscmpublish.content=target/staging/unomi-api -Dusername=$1 -Dpassword=$2
+mvn scm-publish:publish-scm 
-Dscmpublish.pubScmUrl=scm:svn:https://svn.apache.org/repos/asf/unomi/website/rest-api-doc
 -Dscmpublish.content=target/staging/rest-api-doc -Dusername=$1 -Dpassword=$2
 echo Documentation generation and upload completed.
\ No newline at end of file

Reply via email to