You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by at...@apache.org on 2020/11/04 05:18:19 UTC

[lucene-solr] branch branch_8x updated: DOAP changes for release 8.7.0

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

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


The following commit(s) were added to refs/heads/branch_8x by this push:
     new c61b347  DOAP changes for release 8.7.0
c61b347 is described below

commit c61b347b5ee9fd0f10c41e486728689644dd264d
Author: Atri Sharma <at...@gmail.com>
AuthorDate: Wed Nov 4 10:46:39 2020 +0530

    DOAP changes for release 8.7.0
---
 dev-tools/doap/lucene.rdf | 7 +++++++
 dev-tools/doap/solr.rdf   | 7 +++++++
 2 files changed, 14 insertions(+)

diff --git a/dev-tools/doap/lucene.rdf b/dev-tools/doap/lucene.rdf
index c9cc7e1..a7011ae 100644
--- a/dev-tools/doap/lucene.rdf
+++ b/dev-tools/doap/lucene.rdf
@@ -69,6 +69,13 @@
     <!-- NOTE: please insert releases in numeric order, NOT chronologically. -->
     <release>
        <Version>
+         <name>lucene-8.7.0</name>
+         <created>2020-11-03</created>
+         <revision>8.7.0</revision>
+       </Version>
+   </release>
+    <release>
+       <Version>
          <name>lucene-8.6.3</name>
          <created>2020-10-07</created>
          <revision>8.6.3</revision>
diff --git a/dev-tools/doap/solr.rdf b/dev-tools/doap/solr.rdf
index b97c37b..85d4490 100644
--- a/dev-tools/doap/solr.rdf
+++ b/dev-tools/doap/solr.rdf
@@ -69,6 +69,13 @@
     <!-- NOTE: please insert releases in numeric order, NOT chronologically. -->
     <release>
          <Version>
+           <name>solr-8.7.0</name>
+           <created>2020-11-03</created>
+           <revision>8.7.0</revision>
+         </Version>
+    </release>
+    <release>
+         <Version>
            <name>solr-8.6.3</name>
            <created>2020-10-07</created>
            <revision>8.6.3</revision>