hsaputra commented on code in PR #4:
URL: https://github.com/apache/gora-site/pull/4#discussion_r2072223791


##########
content/current/doap_Gora.rdf:
##########
@@ -36,7 +36,7 @@
     <mailing-list rdf:resource="http://gora.apache.org/mailing_lists.html"; />
     <download-page rdf:resource="http://gora.apache.org/releases.html"; />
     <programming-language>Java</programming-language>
-    <category rdf:resource="http://projects.apache.org/category/nosql"; />
+    <category rdf:resource="http://projects.apache.org/category/retired"; />

Review Comment:
   Just add new category instead of replace existing one:
   
   ```
       <category rdf:resource="http://projects.apache.org/category/nosql"; />
       <category rdf:resource="http://projects.apache.org/category/retired"; />
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to