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:33:22 UTC

[lucene-solr] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


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

commit b37e165a2a05f6188595bb430be0540b91d24c4a
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 1699779..95542dd 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 e0bd6c0..09cfedc 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>