zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #24997
[Merge] lp:~zorba-coders/zorba/bug-1210410-security into lp:zorba/security-module
Chris Hillery has proposed merging lp:~zorba-coders/zorba/bug-1210410-security into lp:zorba/security-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-security/+merge/179387
--
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-security/+merge/179387
Your team Zorba Coders is requested to review the proposed merge of lp:~zorba-coders/zorba/bug-1210410-security into lp:zorba/security-module.
=== modified file 'src/hash.xq'
--- src/hash.xq 2013-06-21 11:37:09 +0000
+++ src/hash.xq 2013-08-09 09:49:23 +0000
@@ -26,7 +26,7 @@
:)
module namespace hash = "http://www.zorba-xquery.com/modules/cryptography/hash";
-declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
+declare namespace ver = "http://zorba.io/options/versioning";
declare option ver:module-version "2.0";
(:~
=== modified file 'src/hmac.xq'
--- src/hmac.xq 2013-06-15 19:48:08 +0000
+++ src/hmac.xq 2013-08-09 09:49:23 +0000
@@ -30,7 +30,7 @@
:)
module namespace hmac = "http://www.zorba-xquery.com/modules/cryptography/hmac";
-declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
+declare namespace ver = "http://zorba.io/options/versioning";
declare option ver:module-version "2.0";
(:~
Follow ups