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:35:53 UTC

[lucene-solr] branch branch_8_3 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_8_3
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/branch_8_3 by this push:
     new 0c8e767  Revert "LUCENE-8993: Also update to latest version of Apache Parent POM"
0c8e767 is described below

commit 0c8e76764dd62728c61c415118584de04de6b022
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 6e23b52..b084895 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>