You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ja...@apache.org on 2021/03/08 14:48:32 UTC

[lucene-solr] branch master updated: SOLR-15163 Update DOAP file for solr TLP (#2464)

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

janhoy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/master by this push:
     new 605d3a0  SOLR-15163 Update DOAP file for solr TLP (#2464)
605d3a0 is described below

commit 605d3a00bbdaa5f0b1726b6452ce2a105f8acd50
Author: Jan Høydahl <ja...@users.noreply.github.com>
AuthorDate: Mon Mar 8 15:48:17 2021 +0100

    SOLR-15163 Update DOAP file for solr TLP (#2464)
---
 dev-tools/doap/solr.rdf | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/dev-tools/doap/solr.rdf b/dev-tools/doap/solr.rdf
index b52bd7c..52934c5 100644
--- a/dev-tools/doap/solr.rdf
+++ b/dev-tools/doap/solr.rdf
@@ -31,15 +31,15 @@
     <created>2006-01-17</created>
     <license rdf:resource="http://www.apache.org/licenses/LICENSE-2.0"/>
     <name>Apache Solr</name>
-    <homepage rdf:resource="http://lucene.apache.org/solr/" />
-    <asfext:pmc rdf:resource="http://lucene.apache.org" />
+    <homepage rdf:resource="http://solr.apache.org" />
+    <asfext:pmc rdf:resource="http://solr.apache.org" />
 
     <shortdesc>Solr is a full-text search server</shortdesc>
-    <description>Solr is an open source enterprise search server based on the Lucene Java search library, with XML/HTTP and JSON, Ruby, and Python APIs, hit highlighting, faceted search, caching, replication, and a web administration interface.
+    <description>Solr is an open source enterprise search server based on the Lucene Java search library, with Rest-like JSON/HTTP APIs, high performance, high availability, powerful analytics, hit highlighting, faceted search, caching, replication, and a web administration interface.
     </description>
     <bug-database rdf:resource="http://issues.apache.org/jira/browse/SOLR" />
-    <mailing-list rdf:resource="http://lucene.apache.org/solr/discussion.html" />
-    <download-page rdf:resource="http://lucene.apache.org/solr/downloads.html" />
+    <mailing-list rdf:resource="https://solr.apache.org/community.html#mailing-lists-chat" />
+    <download-page rdf:resource="https://solr.apache.org/downloads.html" />
     <programming-language>Java</programming-language>
 
     <!--
@@ -50,19 +50,20 @@
     <category rdf:resource="http://projects.apache.org/category/web-framework" />
     <category rdf:resource="http://projects.apache.org/category/network-server" />
     <category rdf:resource="http://projects.apache.org/category/search" />
+    <category rdf:resource="http://projects.apache.org/category/java" />
 
-    <wiki rdf:resource="http://wiki.apache.org/solr/"/>
+    <wiki rdf:resource="https://cwiki.apache.org/confluence/display/SOLR/"/>
 
     <repository>
       <GitRepository>
-        <location rdf:resource="https://git-wip-us.apache.org/repos/asf/lucene-solr.git"/>
+        <location rdf:resource="https://gitbox.apache.org/repos/asf?p=solr.git"/>
       </GitRepository>
     </repository>
 
     <maintainer>
       <foaf:Person>
         <foaf:name>Apache Solr Team</foaf:name>
-        <foaf:mbox rdf:resource="mailto:dev@lucene.apache.org"/>
+        <foaf:mbox rdf:resource="mailto:dev@solr.apache.org"/>
       </foaf:Person>
     </maintainer>