You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ho...@apache.org on 2020/08/14 19:08:15 UTC

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

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

houston 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 a8c074e  DOAP changes for release 8.6.1
a8c074e is described below

commit a8c074ed69464efb7374438ebbd750ab366542d2
Author: Houston Putman <hp...@apple.com>
AuthorDate: Fri Aug 14 14:44:00 2020 -0400

    DOAP changes for release 8.6.1
---
 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 3b00904..2dfd97c 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.6.1</name>
+         <created>2020-08-13</created>
+         <revision>8.6.1</revision>
+       </Version>
+   </release>
+   <release>
+       <Version>
          <name>lucene-8.6.0</name>
          <created>2020-07-15</created>
          <revision>8.6.0</revision>
diff --git a/dev-tools/doap/solr.rdf b/dev-tools/doap/solr.rdf
index 4641d35..4de40ba 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.6.1</name>
+           <created>2020-08-13</created>
+           <revision>8.6.1</revision>
+         </Version>
+    </release>
+    <release>
+         <Version>
            <name>solr-8.6.0</name>
            <created>2020-07-15</created>
            <revision>8.6.0</revision>