mirror of https://github.com/apache/maven.git
[MNG-8003] The Maven BOM should have a cleaner parent (#1374)
This commit is contained in:
parent
6c20e8e85c
commit
f1c53cbfdf
|
@ -20,9 +20,9 @@ under the License.
|
|||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-parent</artifactId>
|
||||
<version>41</version>
|
||||
<groupId>org.apache</groupId>
|
||||
<artifactId>apache</artifactId>
|
||||
<version>31</version>
|
||||
<relativePath />
|
||||
</parent>
|
||||
|
||||
|
|
Loading…
Reference in New Issue