Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id E7FAF200D14 for ; Tue, 3 Oct 2017 18:04:07 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id E61B91609DD; Tue, 3 Oct 2017 16:04:07 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 116C51609D2 for ; Tue, 3 Oct 2017 18:04:06 +0200 (CEST) Received: (qmail 90009 invoked by uid 500); 3 Oct 2017 16:04:06 -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 89999 invoked by uid 99); 3 Oct 2017 16:04:06 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Oct 2017 16:04:06 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 2495FF56FF; Tue, 3 Oct 2017 16:04:06 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: ilgrosso@apache.org To: commits@syncope.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: syncope git commit: Updating XMLNS for Syncope 2.1 Date: Tue, 3 Oct 2017 16:04:06 +0000 (UTC) archived-at: Tue, 03 Oct 2017 16:04:08 -0000 Repository: syncope Updated Branches: refs/heads/master 3981685ea -> b2fa0eb8b Updating XMLNS for Syncope 2.1 Project: http://git-wip-us.apache.org/repos/asf/syncope/repo Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/b2fa0eb8 Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/b2fa0eb8 Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/b2fa0eb8 Branch: refs/heads/master Commit: b2fa0eb8b122afd6b5a31135659e6e37242cad8a Parents: 3981685 Author: Francesco Chicchiriccò Authored: Tue Oct 3 18:03:59 2017 +0200 Committer: Francesco Chicchiriccò Committed: Tue Oct 3 18:03:59 2017 +0200 ---------------------------------------------------------------------- .../java/org/apache/syncope/common/lib/SyncopeConstants.java | 4 ++-- common/rest-api/pom.xml | 2 +- core/rest-cxf/pom.xml | 8 ++++---- core/rest-cxf/src/main/resources/META-INF/web-fragment.xml | 2 +- core/rest-cxf/src/main/resources/restCXFContext.xml | 6 +++--- .../src/main/resources/jboss/restCXFContext.xml | 6 +++--- 6 files changed, 14 insertions(+), 14 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/b2fa0eb8/common/lib/src/main/java/org/apache/syncope/common/lib/SyncopeConstants.java ---------------------------------------------------------------------- diff --git a/common/lib/src/main/java/org/apache/syncope/common/lib/SyncopeConstants.java b/common/lib/src/main/java/org/apache/syncope/common/lib/SyncopeConstants.java index 9ce9b06..8419691 100644 --- a/common/lib/src/main/java/org/apache/syncope/common/lib/SyncopeConstants.java +++ b/common/lib/src/main/java/org/apache/syncope/common/lib/SyncopeConstants.java @@ -24,9 +24,9 @@ import java.util.regex.Pattern; public final class SyncopeConstants { - public static final String NS_PREFIX = "syncope2"; + public static final String NS_PREFIX = "syncope21"; - public static final String NS = "http://syncope.apache.org/2.0"; + public static final String NS = "http://syncope.apache.org/2.1"; public static final String MASTER_DOMAIN = "Master"; http://git-wip-us.apache.org/repos/asf/syncope/blob/b2fa0eb8/common/rest-api/pom.xml ---------------------------------------------------------------------- diff --git a/common/rest-api/pom.xml b/common/rest-api/pom.xml index 3ddbe91..7cedd7c 100644 --- a/common/rest-api/pom.xml +++ b/common/rest-api/pom.xml @@ -138,7 +138,7 @@ under the License. Apache Syncope ${project.version} - syncope2 + syncope21 false true true http://git-wip-us.apache.org/repos/asf/syncope/blob/b2fa0eb8/core/rest-cxf/pom.xml ---------------------------------------------------------------------- diff --git a/core/rest-cxf/pom.xml b/core/rest-cxf/pom.xml index 51a854a..b0f1bf5 100644 --- a/core/rest-cxf/pom.xml +++ b/core/rest-cxf/pom.xml @@ -246,7 +246,7 @@ under the License. schema-prefix - syncope2 + syncope21 @@ -258,7 +258,7 @@ under the License. ^.*$ - schema_1_syncope2.html + schema_1_syncope21.html @@ -281,8 +281,8 @@ under the License. - - + + http://git-wip-us.apache.org/repos/asf/syncope/blob/b2fa0eb8/core/rest-cxf/src/main/resources/META-INF/web-fragment.xml ---------------------------------------------------------------------- diff --git a/core/rest-cxf/src/main/resources/META-INF/web-fragment.xml b/core/rest-cxf/src/main/resources/META-INF/web-fragment.xml index 9e75b2d..024f211 100644 --- a/core/rest-cxf/src/main/resources/META-INF/web-fragment.xml +++ b/core/rest-cxf/src/main/resources/META-INF/web-fragment.xml @@ -45,7 +45,7 @@ under the License. WADLServlet /index.html - /schema_1_syncope2.html + /schema_1_syncope21.html /syncope.wadl http://git-wip-us.apache.org/repos/asf/syncope/blob/b2fa0eb8/core/rest-cxf/src/main/resources/restCXFContext.xml ---------------------------------------------------------------------- diff --git a/core/rest-cxf/src/main/resources/restCXFContext.xml b/core/rest-cxf/src/main/resources/restCXFContext.xml index d7251a7..1b2e17f 100644 --- a/core/rest-cxf/src/main/resources/restCXFContext.xml +++ b/core/rest-cxf/src/main/resources/restCXFContext.xml @@ -36,8 +36,8 @@ under the License. - - syncope2 + + syncope21 @@ -88,7 +88,7 @@ under the License. - + http://git-wip-us.apache.org/repos/asf/syncope/blob/b2fa0eb8/fit/core-reference/src/main/resources/jboss/restCXFContext.xml ---------------------------------------------------------------------- diff --git a/fit/core-reference/src/main/resources/jboss/restCXFContext.xml b/fit/core-reference/src/main/resources/jboss/restCXFContext.xml index a59cbd6..51a2207 100644 --- a/fit/core-reference/src/main/resources/jboss/restCXFContext.xml +++ b/fit/core-reference/src/main/resources/jboss/restCXFContext.xml @@ -36,8 +36,8 @@ under the License. - - syncope2 + + syncope21 @@ -88,7 +88,7 @@ under the License. - +