From commits-return-12639-archive-asf-public=cust-asf.ponee.io@syncope.apache.org Sat Dec 1 07:44:28 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 05D1F18064E for ; Sat, 1 Dec 2018 07:44:27 +0100 (CET) Received: (qmail 74209 invoked by uid 500); 1 Dec 2018 06:44:27 -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 74200 invoked by uid 99); 1 Dec 2018 06:44:26 -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; Sat, 01 Dec 2018 06:44:26 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 2776D828E7; Sat, 1 Dec 2018 06:44:26 +0000 (UTC) Date: Sat, 01 Dec 2018 06:44:26 +0000 To: "commits@syncope.apache.org" Subject: [syncope] branch 2_0_X updated: Updating Git ref MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <154364666609.3583.6530075809553353125@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: d0f48df73e2bfbcf32a65c0dd21a3ed288b1e584 X-Git-Newrev: c3b2d9e22ea78ce04bd9b3f5c1718449494a0b4f X-Git-Rev: c3b2d9e22ea78ce04bd9b3f5c1718449494a0b4f 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 c3b2d9e Updating Git ref c3b2d9e is described below commit c3b2d9e22ea78ce04bd9b3f5c1718449494a0b4f Author: Francesco Chicchiriccò AuthorDate: Sat Dec 1 07:24:21 2018 +0100 Updating Git ref --- .../src/main/java/org/apache/syncope/client/console/pages/BasePage.java | 2 +- core/logic/pom.xml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/client/console/src/main/java/org/apache/syncope/client/console/pages/BasePage.java b/client/console/src/main/java/org/apache/syncope/client/console/pages/BasePage.java index 1fa1ad0..8f0fa01 100644 --- a/client/console/src/main/java/org/apache/syncope/client/console/pages/BasePage.java +++ b/client/console/src/main/java/org/apache/syncope/client/console/pages/BasePage.java @@ -110,7 +110,7 @@ public class BasePage extends WebPage implements IAjaxIndicatorAware { Label version = new Label("version", platformInfo.getVersion()); String versionLink = StringUtils.isNotBlank(platformInfo.getBuildNumber()) && platformInfo.getVersion().endsWith("-SNAPSHOT") - ? "https://git-wip-us.apache.org/repos/asf?p=syncope.git;a=commit;h=" + ? "https://gitbox.apache.org/repos/asf?p=syncope.git;a=commit;h=" + platformInfo.getBuildNumber() : "https://cwiki.apache.org/confluence/display/SYNCOPE/Jazz"; version.add(new AttributeModifier("onclick", "window.open('" + versionLink + "', '_blank')")); diff --git a/core/logic/pom.xml b/core/logic/pom.xml index 54b7825..924b5bf 100644 --- a/core/logic/pom.xml +++ b/core/logic/pom.xml @@ -107,7 +107,6 @@ under the License. false false - ${skipTests}