You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jp...@apache.org on 2019/12/29 20:30:49 UTC

[lucene-solr] branch branch_8_4 updated: DOAP changes for release 8.4.0

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

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


The following commit(s) were added to refs/heads/branch_8_4 by this push:
     new 7cdf3b7  DOAP changes for release 8.4.0
7cdf3b7 is described below

commit 7cdf3b7264e4f23fb9461a0b7f364bc698353fa9
Author: Adrien Grand <jp...@gmail.com>
AuthorDate: Sun Dec 29 20:52:33 2019 +0100

    DOAP changes for release 8.4.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 b8fc8d9..905cbb9 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.4.0</name>
+        <created>2019-12-29</created>
+        <revision>8.4.0</revision>
+      </Version>
+    </release>
+   <release>
+      <Version>
         <name>lucene-8.3.1</name>
         <created>2019-12-03</created>
         <revision>8.3.1</revision>
diff --git a/dev-tools/doap/solr.rdf b/dev-tools/doap/solr.rdf
index 71557fa..7305ba8 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.4.0</name>
+        <created>2019-12-29</created>
+        <revision>8.4.0</revision>
+      </Version>
+   </release>
+    <release>
+      <Version>
         <name>solr-8.3.1</name>
         <created>2019-12-03</created>
         <revision>8.3.1</revision>