You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by th...@apache.org on 2021/02/23 15:34:09 UTC

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

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

thelabdude 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 38dd0d1  DOAP changes for release 8.8.1
38dd0d1 is described below

commit 38dd0d121455faac6424e136150e85a81194bfa1
Author: Timothy Potter <th...@gmail.com>
AuthorDate: Tue Feb 23 08:33:07 2021 -0700

    DOAP changes for release 8.8.1
---
 dev-tools/doap/lucene.rdf | 8 ++++++++
 dev-tools/doap/solr.rdf   | 8 ++++++++
 2 files changed, 16 insertions(+)

diff --git a/dev-tools/doap/lucene.rdf b/dev-tools/doap/lucene.rdf
index a7011ae..132b375 100644
--- a/dev-tools/doap/lucene.rdf
+++ b/dev-tools/doap/lucene.rdf
@@ -69,6 +69,14 @@
     <!-- NOTE: please insert releases in numeric order, NOT chronologically. -->
     <release>
        <Version>
+         <name>lucene-8.8.1</name>
+         <created>2021-02-22</created>
+         <revision>8.8.1</revision>
+       </Version>
+   </release>
+
+    <release>
+       <Version>
          <name>lucene-8.7.0</name>
          <created>2020-11-03</created>
          <revision>8.7.0</revision>
diff --git a/dev-tools/doap/solr.rdf b/dev-tools/doap/solr.rdf
index 85d4490..6b9f193 100644
--- a/dev-tools/doap/solr.rdf
+++ b/dev-tools/doap/solr.rdf
@@ -69,6 +69,14 @@
     <!-- NOTE: please insert releases in numeric order, NOT chronologically. -->
     <release>
          <Version>
+           <name>solr-8.8.1</name>
+           <created>2021-02-22</created>
+           <revision>8.8.1</revision>
+         </Version>
+    </release>
+
+    <release>
+         <Version>
            <name>solr-8.7.0</name>
            <created>2020-11-03</created>
            <revision>8.7.0</revision>