You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by cl...@apache.org on 2015/05/08 19:53:10 UTC

svn commit: r1678403 - /xmlgraphics/site/trunk/content/batik/doap.rdf

Author: clay
Date: Fri May  8 17:53:10 2015
New Revision: 1678403

URL: http://svn.apache.org/r1678403
Log:
Fixing DOAP file: wrapping each release in its own block; updating bug-db w JIRA link.

Modified:
    xmlgraphics/site/trunk/content/batik/doap.rdf

Modified: xmlgraphics/site/trunk/content/batik/doap.rdf
URL: http://svn.apache.org/viewvc/xmlgraphics/site/trunk/content/batik/doap.rdf?rev=1678403&r1=1678402&r2=1678403&view=diff
==============================================================================
--- xmlgraphics/site/trunk/content/batik/doap.rdf (original)
+++ xmlgraphics/site/trunk/content/batik/doap.rdf Fri May  8 17:53:10 2015
@@ -20,7 +20,7 @@
     <asfext:pmc rdf:resource="http://xmlgraphics.apache.org" />
     <shortdesc>The Apache Foundation's Java-based toolkit for SVG generation and manipulation.</shortdesc>
     <description>Batik is a Java-based toolkit for applications or applets to use images in the Scalable Vector Graphics (SVG) format for various purposes, such as display, generation and manipulation.</description>
-    <bug-database rdf:resource="http://issues.apache.org/bugzilla/buglist.cgi?query_format=specific&amp;order=relevance+desc&amp;bug_status=__open__&amp;product=Batik&amp;content=" />
+    <bug-database rdf:resource="https://issues.apache.org/jira/browse/BATIK" />
     <mailing-list rdf:resource="http://xmlgraphics.apache.org/batik/mailing-list.html" />
     <download-page rdf:resource="http://xmlgraphics.apache.org/download.cgi" />
     <programming-language>SVG</programming-language>
@@ -28,15 +28,19 @@
     <category rdf:resource="http://projects.apache.org/category/graphics" />
     <release>
       <Version>
+        <name>Batik 1.8</name>
+        <created>2015-03-17</created>
+        <revision>1.8</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
         <name>Batik 1.7</name>
         <created>2008-01-09</created>
         <revision>1.7</revision>
       </Version>
-      <Version>
-        <name>Batik 1.7beta1</name>
-        <created>2007-03-29</created>
-        <revision>1.7beta1</revision>
-      </Version>
+    </release>
+    <release>
       <Version>
         <name>Batik 1.6</name>
         <created>2005-04-11</created>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: commits-help@xmlgraphics.apache.org