← Back to team overview

zorba-coders team mailing list archive

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

 

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

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

Requested reviews:
  Chris Hillery (ceejatec)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-graphviz/+merge/179407
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1210410-graphviz/+merge/179407
Your team Zorba Coders is subscribed to branch lp:zorba/graphviz-module.
=== modified file 'src/com/zorba-xquery/www/modules/image/graphviz.xq'
--- src/com/zorba-xquery/www/modules/image/graphviz.xq	2013-06-15 19:38:14 +0000
+++ src/com/zorba-xquery/www/modules/image/graphviz.xq	2013-08-09 10:16:59 +0000
@@ -44,7 +44,7 @@
  :)
 module namespace gr = "http://www.zorba-xquery.com/modules/image/graphviz";;
 
-declare namespace ver = "http://www.zorba-xquery.com/options/versioning";;
+declare namespace ver = "http://zorba.io/options/versioning";;
 declare option ver:module-version "1.0";
 
 (:~


References