← Back to team overview

zorba-coders team mailing list archive

[Merge] lp:~zorba-coders/zorba/bug-1210410-stack into lp:zorba/stack-module

 

Chris Hillery has proposed merging lp:~zorba-coders/zorba/bug-1210410-stack into lp:zorba/stack-module.

Commit message:
Updated options and annotations URIs to zorba.io.

Requested reviews:
  Zorba Coders (zorba-coders)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-stack/+merge/179389


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-stack/+merge/179389
Your team Zorba Coders is requested to review the proposed merge of lp:~zorba-coders/zorba/bug-1210410-stack into lp:zorba/stack-module.
=== modified file 'src/stack.xq'
--- src/stack.xq	2013-07-17 06:20:08 +0000
+++ src/stack.xq	2013-08-09 09:49:42 +0000
@@ -30,8 +30,8 @@
 import module namespace collections-ddl = "http://www.zorba-xquery.com/modules/store/dynamic/collections/ddl";;
 import module namespace collections-dml = "http://www.zorba-xquery.com/modules/store/dynamic/collections/dml";;
 
-declare namespace ann = "http://www.zorba-xquery.com/annotations";;
-declare namespace ver = "http://www.zorba-xquery.com/options/versioning";;
+declare namespace ann = "http://zorba.io/annotations";;
+declare namespace ver = "http://zorba.io/options/versioning";;
 declare option ver:module-version "1.0";
 
 declare %private variable $stack:errNS as xs:string := "http://zorba.io/modules/stack";;


Follow ups