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/12/01 06:44:26 UTC

[syncope] branch 2_0_X updated: Updating Git ref

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ò <il...@apache.org>
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.
         <configuration>
           <doCheck>false</doCheck>
           <doUpdate>false</doUpdate>
-          <skip>${skipTests}</skip>
         </configuration>
         <executions>
           <execution>