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/07 08:30:03 UTC

[syncope] branch master updated: Upgrading NS

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

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


The following commit(s) were added to refs/heads/master by this push:
     new a7c823f  Upgrading NS
a7c823f is described below

commit a7c823f7d49b81231228f00d85b1dce1c197b0da
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Fri Dec 7 09:25:56 2018 +0100

    Upgrading NS
---
 .../src/main/java/org/apache/syncope/common/lib/SyncopeConstants.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 b8a7ee4..2cd669b 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 = "syncope21";
+    public static final String NS_PREFIX = "syncope30";
 
-    public static final String NS = "http://syncope.apache.org/2.1";
+    public static final String NS = "http://syncope.apache.org/3.0";
 
     public static final String MASTER_DOMAIN = "Master";