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

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

commit 69013d33580a525eed0ecdfefa4c82dd13268f69
Author: Dawid Weiss <[email protected]>
AuthorDate: Wed Mar 10 09:24:17 2021 +0100

    SOLR-14762: add a readme with instructions and pointers to new repositories.
---
 README.md | 38 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..68bc25f
--- /dev/null
+++ b/README.md
@@ -0,0 +1,38 @@
+<!--
+    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
+
+        http://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.
+ -->
+
+# Apache Lucene and Solr have separate repositories now!
+
+Solr has become a top-level Apache project and main line 
+development for Lucene and Solr is happening in each 
+project's git repository now:
+
+- Lucene: <https://gitbox.apache.org/repos/asf/lucene.git>
+- Solr: <https://gitbox.apache.org/repos/asf/solr.git>
+
+Development for branch 8x remains in the shared repository:
+
+- https://gitbox.apache.org/repos/asf/lucene-solr.git
+
+## GitHub forks?
+
+If you are using GitHub, make a clone of the corresponding repository
+mirror and create your pull requests against the main branch:
+
+- Lucene: <https://github.com/apache/lucene>
+- Solr: <https://github.com/apache/solr>
+

Reply via email to