svg2: Prepare for WD publication.

details:   https://svgwg.org/hg/svg2/rev/75d7ca3eaf5e
branches:  
changeset: 624:75d7ca3eaf5e
user:      Cameron McCormack <cam@mcc.id.au>
date:      Mon Feb 10 17:03:04 2014 +1100
description:
Prepare for WD publication.

diffstat:

 master/publish.xml |  12 +++++-------
 1 files changed, 5 insertions(+), 7 deletions(-)

diffs (42 lines):

diff --git a/master/publish.xml b/master/publish.xml
--- a/master/publish.xml
+++ b/master/publish.xml
@@ -1,33 +1,31 @@
 <!-- Publication script configuration for SVG 2. -->
 
 <publish-conf xmlns='http://mcc.id.au/ns/local'>
   <title>Scalable Vector Graphics (SVG) 2</title>
   <short-title>SVG 2</short-title>
-  <maturity>ED</maturity>
+  <maturity>WD</maturity>
   <output use-publish-directory='true' publish-directory='build/publish'/>
 
   <!--
     Uncomment the publication date when it is time to publish on
     http://www.w3.org/TR/.  While an Editor's Draft, leave this
     commented out and the last commit date will be used as the
     document's date.
     -->
   
-  <!--
-  <publication-date>2013-06-18</publication-date>
-  -->
+  <publication-date>2014-02-11</publication-date>
 
   <versions>
     <cvs href='https://svgwg.org/svg2-draft/'/>
     <cvs-single href='https://svgwg.org/svg2-draft/single-page.html'/>
-    <this href='http://www.w3.org/TR/2013/WD-SVG2-20130618/'/>
-    <this-single href='http://www.w3.org/TR/2013/WD-SVG2-20130618/single-page.html'/>
-    <previous href='http://www.w3.org/TR/2013/WD-SVG2-20130409/'/>
+    <this href='http://www.w3.org/TR/2014/WD-SVG2-20140211/'/>
+    <this-single href='http://www.w3.org/TR/2014/WD-SVG2-20140211/single-page.html'/>
+    <previous href='http://www.w3.org/TR/2013/WD-SVG2-20130618/'/>
     <latest href='http://www.w3.org/TR/SVG2/'/>
     <latestrec href='http://www.w3.org/TR/SVG/'/>
   </versions>
 
   <definitions href='definitions.xml'/>
   <definitions href='definitions-filters.xml' base='http://www.w3.org/TR/2012/WD-filter-effects-20121025/'/>
   <definitions href='definitions-masking.xml' base='http://www.w3.org/TR/2012/WD-css-masking-20121115/'/>
   <definitions href='definitions-compositing.xml' base='http://www.w3.org/TR/2012/WD-compositing-20120816/'/>

Received on Monday, 10 February 2014 06:06:05 UTC