Fixed ACL tag namespace

git-svn-id: https://svn.apache.org/repos/asf/chemistry/dotcmis/trunk@1305311 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/DotCMIS/binding/atompub/atompub-writer.cs b/DotCMIS/binding/atompub/atompub-writer.cs
index 7e03749..db936ab 100644
--- a/DotCMIS/binding/atompub/atompub-writer.cs
+++ b/DotCMIS/binding/atompub/atompub-writer.cs
@@ -40,7 +40,7 @@
             ObjectSerializer = new XmlSerializer(typeof(cmisObjectType), objectXmlRoot);

 

             XmlRootAttribute aclXmlRoot = new XmlRootAttribute("acl");

-            aclXmlRoot.Namespace = AtomPubConstants.NamespaceRestAtom;

+            aclXmlRoot.Namespace = AtomPubConstants.NamespaceCMIS;

             AclSerializer = new XmlSerializer(typeof(cmisAccessControlListType), objectXmlRoot);

         }