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

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/solr-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new a343366  Automatic Site Publish by Buildbot
a343366 is described below

commit a34336648dfcbec31967e59e99db1e679f132619
Author: buildbot <[email protected]>
AuthorDate: Thu Mar 11 15:34:49 2021 +0000

    Automatic Site Publish by Buildbot
---
 output/doap/solr-operator.rdf | 51 +++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 51 insertions(+)

diff --git a/output/doap/solr-operator.rdf b/output/doap/solr-operator.rdf
new file mode 100644
index 0000000..009ff06
--- /dev/null
+++ b/output/doap/solr-operator.rdf
@@ -0,0 +1,51 @@
+<?xml version="1.0"?>
+<?xml-stylesheet type="text/xsl"?>
+<rdf:RDF xml:lang="en"
+         xmlns="http://usefulinc.com/ns/doap#"; 
+         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"; 
+         xmlns:asfext="http://projects.apache.org/ns/asfext#";
+         xmlns:foaf="http://xmlns.com/foaf/0.1/";>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+   
+         https://www.apache.org/licenses/LICENSE-2.0
+   
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+  <Project rdf:about="https://github.com/apache/lucene-solr-operator";>
+    <created>2021-01-14</created>
+    <license rdf:resource="https://spdx.org/licenses/Apache-2.0"; />
+    <name>Apache Solr Operator</name>
+    <homepage rdf:resource="https://github.com/apache/lucene-solr-operator"; />
+    <asfext:pmc rdf:resource="https://solr.apache.org"; />
+    <shortdesc>Manages Solr resources in Kubernetes</shortdesc>
+    <bug-database 
rdf:resource="https://github.com/apache/lucene-solr-operator/issues"; />
+    <mailing-list 
rdf:resource="https://solr.apache.org/community.html#mailing-lists-chat"; />
+    <download-page 
rdf:resource="https://github.com/apache/lucene-solr-operator/releases"; />
+    <programming-language>Go</programming-language>
+    <category rdf:resource="https://projects.apache.org/category/cloud"; />
+    <category rdf:resource="https://projects.apache.org/category/search"/>
+    <category rdf:resource="https://projects.apache.org/category/go"/>
+    <repository>
+      <GitRepository>
+        <location 
rdf:resource="https://gitbox.apache.org/repos/asf/lucene-solr-operator.git"/>
+        <browse 
rdf:resource="https://gitbox.apache.org/repos/asf?p=lucene-solr-operator.git"/>
+      </GitRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Apache Solr Team</foaf:name>
+          <foaf:mbox rdf:resource="mailto:[email protected]"/>
+      </foaf:Person>
+    </maintainer>
+  </Project>
+</rdf:RDF>

Reply via email to