You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2018/10/31 13:17:14 UTC

[syncope] branch 2_0_X updated: Switching to GitBox

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

ilgrosso pushed a commit to branch 2_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/2_0_X by this push:
     new fa770c1  Switching to GitBox
fa770c1 is described below

commit fa770c1a7de7eaa1102abe02b7accbd1329fc478
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Wed Oct 31 14:15:50 2018 +0100

    Switching to GitBox
---
 pom.xml                             |  6 +++---
 src/site/xdoc/release-process.xml   |  4 ++--
 src/site/xdoc/source-repository.xml | 14 +++++++++++---
 3 files changed, 16 insertions(+), 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index eebebe4..4bd68b3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,9 +49,9 @@ under the License.
   </licenses>
 
   <scm>
-    <connection>scm:git:https://git-wip-us.apache.org/repos/asf/syncope.git</connection>
-    <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/syncope.git</developerConnection>
-    <url>https://git-wip-us.apache.org/repos/asf?p=syncope.git</url>
+    <connection>scm:git:https://gitbox.apache.org/repos/asf/syncope.git</connection>
+    <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/syncope.git</developerConnection>
+    <url>https://gitbox.apache.org/repos/asf?p=syncope.git</url>
     <tag>HEAD</tag>
   </scm>
 
diff --git a/src/site/xdoc/release-process.xml b/src/site/xdoc/release-process.xml
index c9c8cad..85ee4e8 100644
--- a/src/site/xdoc/release-process.xml
+++ b/src/site/xdoc/release-process.xml
@@ -467,10 +467,10 @@ Subject: [VOTE] Apache Syncope $VERSION
 I've created a $VERSION release, with the following artifacts up for a vote:
 
 GIT source tag (XXXXXXXXXXXXXXXX):
-https://git-wip-us.apache.org/repos/asf?p=syncope.git;a=tag;h=XXXXXXXXXXXXXXXX
+https://gitbox.apache.org/repos/asf?p=syncope.git;a=tag;h=XXXXXXXXXXXXXXXX
 
 List of changes:
-https://git-wip-us.apache.org/repos/asf?p=syncope.git;a=blob_plain;f=CHANGES;h=XXXXXXXXXXXXXXXX;hb=YYYYYYYYYYYYYYYYYYYYY              
+https://gitbox.apache.org/repos/asf?p=syncope.git;a=blob_plain;f=CHANGES;h=XXXXXXXXXXXXXXXX;hb=YYYYYYYYYYYYYYYYYYYYY              
 
 Staging artifacts:
 https://dist.apache.org/repos/dist/dev/syncope/$VERSION
diff --git a/src/site/xdoc/source-repository.xml b/src/site/xdoc/source-repository.xml
index 93ccb4e..db82632 100644
--- a/src/site/xdoc/source-repository.xml
+++ b/src/site/xdoc/source-repository.xml
@@ -29,13 +29,21 @@ under the License.
     <section name="Web Browsing">    
       <p>To browse use the GIT web interface:<br/>
 
-        <a href="https://git-wip-us.apache.org/repos/asf?p=syncope.git">https://git-wip-us.apache.org/repos/asf?p=syncope.git</a>
+        <a href="https://gitbox.apache.org/repos/asf?p=syncope.git">https://gitbox.apache.org/repos/asf?p=syncope.git</a>
+      </p>
+      <p>Alternatively, use GitHub web interface:<br/>
+
+        <a href="https://github.com/apache/syncope">https://github.com/apache/syncope</a>
       </p>
     </section>
       
-    <section name="Checking out">      
+    <section name="Checking out">
       <p>The source code can be checked out anonymously over HTTPs by doing:
-        <source>git clone https://git-wip-us.apache.org/repos/asf/syncope.git</source>
+        <source>git clone https://gitbox.apache.org/repos/asf/syncope.git</source>
+        or
+        <source>git clone https://github.com/apache/syncope.git</source>
+        or alternatively via SSH
+        <source>git clone git@github.com:apache/syncope.git</source>
       </p>
 
       <p class="alert alert-warning">