Revert "LUCENE-8993: Also update to latest version of Apache Parent POM"

This reverts commit 9d21418dfc.

This is needed because Lucene 8.x does not yet update minimum Maven version, but Apache Parent POM requires this.
This commit is contained in:
Uwe Schindler 2019-10-16 12:34:14 +02:00
parent ac418540d0
commit fa726bec50
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
<parent> <parent>
<groupId>org.apache</groupId> <groupId>org.apache</groupId>
<artifactId>apache</artifactId> <artifactId>apache</artifactId>
<version>21</version> <version>13</version>
<relativePath/> <relativePath/>
</parent> </parent>
<groupId>org.apache.lucene</groupId> <groupId>org.apache.lucene</groupId>