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/03 10:30:38 UTC

[lucene-solr] branch branch_8x updated: 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 9d21418  LUCENE-8993: Also update to latest version of Apache Parent POM
9d21418 is described below

commit 9d21418dfcc5c884f45ab668579b0391965a18bb
Author: Uwe Schindler <us...@apache.org>
AuthorDate: Thu Oct 3 12:29:14 2019 +0200

    LUCENE-8993: Also update to latest version of Apache Parent POM
---
 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 b084895..6e23b52 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>13</version>
+    <version>21</version>
     <relativePath/>
   </parent>
   <groupId>org.apache.lucene</groupId>