You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ji...@apache.org on 2019/02/11 08:52:17 UTC

[lucene-solr] branch branch_7x updated: add 7.7.0 version to rdf

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

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


The following commit(s) were added to refs/heads/branch_7x by this push:
     new 09aed1d  add 7.7.0 version to rdf
09aed1d is described below

commit 09aed1dc1f4e8e63c0ec36fbbe2b5664efc69566
Author: jimczi <ji...@apache.org>
AuthorDate: Mon Feb 11 09:50:01 2019 +0100

    add 7.7.0 version to rdf
---
 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 ac98f9d..f2bf437 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-7.7.0</name>
+        <created>2019-02-11</created>
+        <revision>7.7.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
         <name>lucene-7.6.0</name>
         <created>2018-12-14</created>
         <revision>7.6.0</revision>
diff --git a/dev-tools/doap/solr.rdf b/dev-tools/doap/solr.rdf
index cc6be54..99b64dc 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-7.7.0</name>
+        <created>2019-02-11</created>
+        <revision>7.7.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
         <name>solr-7.6.0</name>
         <created>2018-12-14</created>
         <revision>7.6.0</revision>