← Back to team overview

zorba-coders team mailing list archive

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

 

Chris Hillery has proposed merging lp:~zorba-coders/zorba/bug-1210410-sqlite into lp:zorba/sqlite-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-sqlite/+merge/179388


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-sqlite/+merge/179388
Your team Zorba Coders is requested to review the proposed merge of lp:~zorba-coders/zorba/bug-1210410-sqlite into lp:zorba/sqlite-module.
=== modified file 'src/sqlite_module.xq'
--- src/sqlite_module.xq	2013-07-30 00:38:13 +0000
+++ src/sqlite_module.xq	2013-08-09 09:49:33 +0000
@@ -26,8 +26,8 @@
  :)
  
 module namespace s = "http://zorba.io/modules/sqlite";;
-declare namespace an = "http://www.zorba-xquery.com/annotations";;
-declare namespace ver = "http://www.zorba-xquery.com/options/versioning";;
+declare namespace an = "http://zorba.io/annotations";;
+declare namespace ver = "http://zorba.io/options/versioning";;
 declare option ver:module-version "1.0";
 
 (:~


Follow ups