From commits-return-12408-archive-asf-public=cust-asf.ponee.io@syncope.apache.org Wed Oct 31 14:17:16 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 0B45A18065D for ; Wed, 31 Oct 2018 14:17:15 +0100 (CET) Received: (qmail 50660 invoked by uid 500); 31 Oct 2018 13:17:15 -0000 Mailing-List: contact commits-help@syncope.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@syncope.apache.org Delivered-To: mailing list commits@syncope.apache.org Received: (qmail 50651 invoked by uid 99); 31 Oct 2018 13:17:15 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Oct 2018 13:17:15 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 74B07851BE; Wed, 31 Oct 2018 13:17:14 +0000 (UTC) Date: Wed, 31 Oct 2018 13:17:14 +0000 To: "commits@syncope.apache.org" Subject: [syncope] branch 2_0_X updated: Switching to GitBox MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <154099183441.14986.8941494667180654004@gitbox.apache.org> From: ilgrosso@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: syncope X-Git-Refname: refs/heads/2_0_X X-Git-Reftype: branch X-Git-Oldrev: 198abc2983da3b31df9db39905ae51258bb5bc41 X-Git-Newrev: fa770c1a7de7eaa1102abe02b7accbd1329fc478 X-Git-Rev: fa770c1a7de7eaa1102abe02b7accbd1329fc478 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated 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ò 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. - scm:git:https://git-wip-us.apache.org/repos/asf/syncope.git - scm:git:https://git-wip-us.apache.org/repos/asf/syncope.git - https://git-wip-us.apache.org/repos/asf?p=syncope.git + scm:git:https://gitbox.apache.org/repos/asf/syncope.git + scm:git:https://gitbox.apache.org/repos/asf/syncope.git + https://gitbox.apache.org/repos/asf?p=syncope.git HEAD 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.

To browse use the GIT web interface:
- https://git-wip-us.apache.org/repos/asf?p=syncope.git + https://gitbox.apache.org/repos/asf?p=syncope.git +

+

Alternatively, use GitHub web interface:
+ + https://github.com/apache/syncope

-
+

The source code can be checked out anonymously over HTTPs by doing: - git clone https://git-wip-us.apache.org/repos/asf/syncope.git + git clone https://gitbox.apache.org/repos/asf/syncope.git + or + git clone https://github.com/apache/syncope.git + or alternatively via SSH + git clone git@github.com:apache/syncope.git