MARMOTTA-508: updated ldp server constraints
Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/3bdb2686 Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/3bdb2686 Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/3bdb2686 Branch: refs/heads/ldp Commit: 3bdb2686c8b8a6eb319a8de403d9ea5e374da0b0 Parents: 9e73c3c Author: Sergio Fernández <[email protected]> Authored: Tue Sep 16 18:22:20 2014 +0200 Committer: Sergio Fernández <[email protected]> Committed: Tue Sep 16 18:22:20 2014 +0200 ---------------------------------------------------------------------- .../apache/marmotta/platform/ldp/webservices/LdpWebService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/marmotta/blob/3bdb2686/platform/marmotta-ldp/src/main/java/org/apache/marmotta/platform/ldp/webservices/LdpWebService.java ---------------------------------------------------------------------- diff --git a/platform/marmotta-ldp/src/main/java/org/apache/marmotta/platform/ldp/webservices/LdpWebService.java b/platform/marmotta-ldp/src/main/java/org/apache/marmotta/platform/ldp/webservices/LdpWebService.java index eb32545..87adf19 100644 --- a/platform/marmotta-ldp/src/main/java/org/apache/marmotta/platform/ldp/webservices/LdpWebService.java +++ b/platform/marmotta-ldp/src/main/java/org/apache/marmotta/platform/ldp/webservices/LdpWebService.java @@ -71,7 +71,7 @@ import java.util.UUID; public class LdpWebService { public static final String PATH = "/ldp"; //TODO: at some point this will be root ('/') in marmotta - public static final String LDP_SERVER_CONSTRAINTS = "http://wiki.apache.org/marmotta/LDPImplementationReport/2014-03-11"; + public static final String LDP_SERVER_CONSTRAINTS = "http://wiki.apache.org/marmotta/LDPImplementationReport/2014-09-16"; static final String LINK_REL_DESCRIBEDBY = "describedby"; static final String LINK_REL_CONSTRAINEDBY = "http://www.w3.org/ns/ldp#constrainedBy";
