← Back to team overview

zorba-coders team mailing list archive

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

 

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


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-jdbc/+merge/179379
Your team Zorba Coders is requested to review the proposed merge of lp:~zorba-coders/zorba/bug-1210410-jdbc into lp:zorba/jdbc-module.
=== modified file 'src/jdbc.xq'
--- src/jdbc.xq	2013-06-15 19:43:06 +0000
+++ src/jdbc.xq	2013-08-09 09:48:04 +0000
@@ -27,8 +27,8 @@
 module namespace jdbc = "http://www.zorba-xquery.com/modules/jdbc";;
 
 declare namespace err = "http://www.w3.org/2005/xqt-errors";;
-declare namespace ver = "http://www.zorba-xquery.com/options/versioning";;
-declare namespace an = "http://www.zorba-xquery.com/annotations";;
+declare namespace ver = "http://zorba.io/options/versioning";;
+declare namespace an = "http://zorba.io/annotations";;
 declare option ver:module-version "1.0";
 
 (:~


Follow ups