You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by cb...@apache.org on 2022/08/07 13:47:21 UTC

[velocity-site] branch main updated: Fix broken anakia doap file - fixes ANAKIA-8

This is an automated email from the ASF dual-hosted git repository.

cbrisson pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/velocity-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 049d93c  Fix broken anakia doap file - fixes ANAKIA-8
049d93c is described below

commit 049d93cc9b7db94e0ed67ff8fafa77cd3f0c2ace
Author: Claude Brisson <cl...@renegat.net>
AuthorDate: Sun Aug 7 15:47:16 2022 +0200

    Fix broken anakia doap file - fixes ANAKIA-8
---
 site/doap_anakia.rdf | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/site/doap_anakia.rdf b/site/doap_anakia.rdf
index fe892cd..7f4058c 100644
--- a/site/doap_anakia.rdf
+++ b/site/doap_anakia.rdf
@@ -18,21 +18,21 @@
     <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
     <name>Apache Anakia</name>
     <homepage rdf:resource="http://velocity.apache.org/anakia/" />
-    <asfext:pmc rdf:resource="http://velocity.apache.org/anakia/"/>
+    <asfext:pmc rdf:resource="http://velocity.apache.org/"/>
     <shortdesc>Anakia uses Apache Velocity to generate documents based on XML source files.</shortdesc>
     <description>Anakia is an XML transformation tool that uses JDOM and Velocity to transform XML documents into the format of your choice. It provides an alternative to using Ant&apos;s style task and XSL to process XML files.</description>
     <bug-database rdf:resource="http://issues.apache.org/jira/browse/ANAKIA" />
     <mailing-list rdf:resource="http://velocity.apache.org/mail-lists.html" />
     <download-page rdf:resource="http://velocity.apache.org/download.cgi" />
     <programming-language>Java</programming-language>
-    <category rdf:resource="http://projects.apache.org/category/library"/>
-    <release>
-      <Version>
-        <name>Latest Stable Release</name>
-        <created>2007-04-28</created>
-        <revision>1.0</revision>
-      </Version>
-    </release>
+    <category rdf:resource="http://projects.apache.org/category/library"/>
+    <release>
+      <Version>
+        <name>Latest Stable Release</name>
+        <created>2007-04-28</created>
+        <revision>1.0</revision>
+      </Version>
+    </release>
     <repository>
       <SVNRepository>
         <location rdf:resource="http://svn.apache.org/repos/asf/velocity/anakia/trunk"/>