You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2019/10/16 10:34:35 UTC

[lucene-solr] branch branch_8x updated: Revert "LUCENE-8993: Also update to latest version of Apache Parent POM"

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

uschindler 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 fa726be  Revert "LUCENE-8993: Also update to latest version of Apache Parent POM"
fa726be is described below

commit fa726bec50ddbe1819a2d32c06aff3837b948e9e
Author: Uwe Schindler <us...@apache.org>
AuthorDate: Wed Oct 16 12:34:14 2019 +0200

    Revert "LUCENE-8993: Also update to latest version of Apache Parent POM"
    
    This reverts commit 9d21418dfcc5c884f45ab668579b0391965a18bb.
    
    This is needed because Lucene 8.x does not yet update minimum Maven version, but Apache Parent POM requires this.
---
 dev-tools/maven/pom.xml.template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tools/maven/pom.xml.template b/dev-tools/maven/pom.xml.template
index d61279d..590b0e3 100644
--- a/dev-tools/maven/pom.xml.template
+++ b/dev-tools/maven/pom.xml.template
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>21</version>
+    <version>13</version>
     <relativePath/>
   </parent>
   <groupId>org.apache.lucene</groupId>