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:29:29 UTC

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


The following commit(s) were added to refs/heads/master by this push:
     new 2bdfc39  LUCENE-8993: Also update to latest version of Apache Parent POM
2bdfc39 is described below

commit 2bdfc39d89c2633edf26271aca2809abe06af8f0
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 689374a..0214783 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>