Change the links to Lucene's homepage in the DOAP file to https:// (#13097)

This commit is contained in:
Uwe Schindler 2024-02-13 14:19:33 +01:00 committed by GitHub
parent c42380cbd0
commit 2639aea5dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 6 deletions

View File

@ -23,23 +23,23 @@
xmlns:asfext="http://projects.apache.org/ns/asfext#"
xmlns:foaf="http://xmlns.com/foaf/0.1/">
<!--
This file's canonical URL is: http://lucene.apache.org/core/doap.rdf
This file's canonical URL is: https://lucene.apache.org/core/doap.rdf
Note that the canonical URL may redirect to other non-canonical locations.
-->
<Project rdf:about="http://lucene.apache.org/core/">
<Project rdf:about="https://lucene.apache.org/core/">
<created>2001-09-01</created>
<license rdf:resource="http://www.apache.org/licenses/LICENSE-2.0"/>
<name>Apache Lucene Core</name>
<homepage rdf:resource="http://lucene.apache.org/core/" />
<asfext:pmc rdf:resource="http://lucene.apache.org" />
<homepage rdf:resource="https://lucene.apache.org/core/" />
<asfext:pmc rdf:resource="https://lucene.apache.org" />
<shortdesc>Apache Lucene is a high-performance, full-featured text search engine library</shortdesc>
<description>Apache Lucene is a high-performance, full-featured text search engine library written entirely in Java. It is a technology suitable for nearly any application that requires full-text search, especially cross-platform.
</description>
<bug-database rdf:resource="https://github.com/apache/lucene/issues" />
<mailing-list rdf:resource="http://lucene.apache.org/core/discussion.html" />
<download-page rdf:resource="http://lucene.apache.org/core/downloads.html" />
<mailing-list rdf:resource="https://lucene.apache.org/core/discussion.html" />
<download-page rdf:resource="https://lucene.apache.org/core/downloads.html" />
<programming-language>Java</programming-language>
<!--