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/16 08:23:30 UTC

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

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 de7d9e3  DOAP changes for release 8.3.1
de7d9e3 is described below

commit de7d9e3119f2acadaf90bef80fe90afcdf6ba32d
Author: Ishan Chattopadhyaya <is...@apache.org>
AuthorDate: Wed Dec 4 09:59:12 2019 +0530

    DOAP changes for release 8.3.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 456b138..b8fc8d9 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.3.1</name>
+        <created>2019-12-03</created>
+        <revision>8.3.1</revision>
+      </Version>
+    </release>
+   <release>
+      <Version>
         <name>lucene-8.3.0</name>
         <created>2019-11-02</created>
         <revision>8.3.0</revision>
diff --git a/dev-tools/doap/solr.rdf b/dev-tools/doap/solr.rdf
index bdba70b..71557fa 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.3.1</name>
+        <created>2019-12-03</created>
+        <revision>8.3.1</revision>
+      </Version>
+   </release>
+    <release>
+      <Version>
         <name>solr-8.3.0</name>
         <created>2019-11-02</created>
         <revision>8.3.0</revision>