You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by ju...@apache.org on 2014/01/02 19:26:02 UTC

svn commit: r1554872 - /jspwiki/site/doap/doap-jspwiki.rdf

Author: juanpablo
Date: Thu Jan  2 18:26:01 2014
New Revision: 1554872

URL: http://svn.apache.org/r1554872
Log:
updating doap file, as it was still referencing incubator

Modified:
    jspwiki/site/doap/doap-jspwiki.rdf

Modified: jspwiki/site/doap/doap-jspwiki.rdf
URL: http://svn.apache.org/viewvc/jspwiki/site/doap/doap-jspwiki.rdf?rev=1554872&r1=1554871&r2=1554872&view=diff
==============================================================================
--- jspwiki/site/doap/doap-jspwiki.rdf (original)
+++ jspwiki/site/doap/doap-jspwiki.rdf Thu Jan  2 18:26:01 2014
@@ -9,21 +9,21 @@
     http://svn.apache.org/repos/asf/infrastructure/site-tools/trunk/projects/projects.xml
     so that JSPWiki appears on http://projects.apache.org/
    -->
-  <Project rdf:about="http://incubator.apache.org/jspwiki">
-    <name>Apache JSPWiki (incubating)</name>
+  <Project rdf:about="http://jspwiki.apache.org">
+    <name>Apache JSPWiki</name>
     <shortname>jspwiki</shortname>
-    <asfext:pmc rdf:resource="http://incubator.apache.org/"/>
-    <homepage rdf:resource="http://incubator.apache.org/jspwiki/"/>
+    <asfext:pmc rdf:resource="http://jspwiki.apache.org/"/>
+    <homepage rdf:resource="http://jspwiki.apache.org/"/>
     <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
-    <mailing-list rdf:resource="http://incubator.apache.org/jspwiki/community/mailing_lists.html" />
-    <download-page rdf:resource="http://incubator.apache.org/jspwiki/general/downloads.html" />
+    <mailing-list rdf:resource="http://jspwiki.apache.org/community/mailing_lists.html" />
+    <download-page rdf:resource="http://jspwiki.apache.org/general/downloads.html" />
     <programming-language>Java</programming-language>
     <category rdf:resource="http://projects.apache.org/category/content"/>
     
     <shortdesc xml:lang="en">A feature-rich and extensible WikiWiki engine built around the standard 
         J2EE components (Java, servlets, JSP).</shortdesc>
     <description xml:lang="en">
-        Apache JSPWiki is a feature-rich and extensible WikiWiki engine built around the standard J2EE 
+        Apache JSPWiki is a feature-rich and extensible WikiWiki engine built around the standard JEE 
         components (Java, servlets, JSP). It features:
         - WikiMarkup/Structured Text
         - File attachments 
@@ -40,8 +40,8 @@
     
     <repository>
       <SVNRepository>
-        <location rdf:resource="http://svn.apache.org/repos/asf/incubator/jspwiki/"/>
-        <browse rdf:resource="http://svn.apache.org/viewvc/incubator/jspwiki/"/>
+        <location rdf:resource="http://svn.apache.org/repos/asf/jspwiki/"/>
+        <browse rdf:resource="http://svn.apache.org/viewvc/jspwiki/"/>
       </SVNRepository>
     </repository>
   </Project>