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 18:44:17 UTC

[lucene-solr] branch master 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 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 ec1c5cf  DOAP changes for release 8.6.1
ec1c5cf is described below

commit ec1c5cfffe43aa1d96473cb949869dca9df3a959
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 ebfb1d3..aed0315 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 b201865..5e3789b 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>