Skip to content

Commit 37ea5a8

Browse files
authored
[MNG-8577] Project POM hierarchy (#2104)
And some other minor formatting cleanup. --- https://issues.apache.org/jira/browse/MNG-8577
1 parent 08bcf21 commit 37ea5a8

File tree

24 files changed

+36
-68
lines changed

24 files changed

+36
-68
lines changed

api/maven-api-metadata/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ under the License.
1919
-->
2020
<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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2121
<modelVersion>4.0.0</modelVersion>
22+
2223
<parent>
2324
<groupId>org.apache.maven</groupId>
2425
<artifactId>maven-api</artifactId>

api/maven-api-plugin/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ under the License.
1919
-->
2020
<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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2121
<modelVersion>4.0.0</modelVersion>
22+
2223
<parent>
2324
<groupId>org.apache.maven</groupId>
2425
<artifactId>maven-api</artifactId>

api/maven-api-toolchain/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ under the License.
1919
-->
2020
<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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2121
<modelVersion>4.0.0</modelVersion>
22+
2223
<parent>
2324
<groupId>org.apache.maven</groupId>
2425
<artifactId>maven-api</artifactId>

compat/maven-artifact/pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,8 @@ under the License.
2222

2323
<parent>
2424
<groupId>org.apache.maven</groupId>
25-
<artifactId>maven</artifactId>
25+
<artifactId>maven-compat-modules</artifactId>
2626
<version>4.0.0-rc-3-SNAPSHOT</version>
27-
28-
<relativePath>../../</relativePath>
2927
</parent>
3028

3129
<artifactId>maven-artifact</artifactId>

compat/maven-builder-support/pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,8 @@ under the License.
2222

2323
<parent>
2424
<groupId>org.apache.maven</groupId>
25-
<artifactId>maven</artifactId>
25+
<artifactId>maven-compat-modules</artifactId>
2626
<version>4.0.0-rc-3-SNAPSHOT</version>
27-
28-
<relativePath>../../</relativePath>
2927
</parent>
3028

3129
<artifactId>maven-builder-support</artifactId>

compat/maven-compat/pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,8 @@ under the License.
2222

2323
<parent>
2424
<groupId>org.apache.maven</groupId>
25-
<artifactId>maven</artifactId>
25+
<artifactId>maven-compat-modules</artifactId>
2626
<version>4.0.0-rc-3-SNAPSHOT</version>
27-
28-
<relativePath>../../</relativePath>
2927
</parent>
3028

3129
<artifactId>maven-compat</artifactId>

compat/maven-embedder/pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,8 @@ under the License.
2222

2323
<parent>
2424
<groupId>org.apache.maven</groupId>
25-
<artifactId>maven</artifactId>
25+
<artifactId>maven-compat-modules</artifactId>
2626
<version>4.0.0-rc-3-SNAPSHOT</version>
27-
28-
<relativePath>../../</relativePath>
2927
</parent>
3028

3129
<artifactId>maven-embedder</artifactId>

compat/maven-model-builder/pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,8 @@ under the License.
2222

2323
<parent>
2424
<groupId>org.apache.maven</groupId>
25-
<artifactId>maven</artifactId>
25+
<artifactId>maven-compat-modules</artifactId>
2626
<version>4.0.0-rc-3-SNAPSHOT</version>
27-
28-
<relativePath>../../</relativePath>
2927
</parent>
3028

3129
<artifactId>maven-model-builder</artifactId>

compat/maven-model/pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,8 @@ under the License.
2222

2323
<parent>
2424
<groupId>org.apache.maven</groupId>
25-
<artifactId>maven</artifactId>
25+
<artifactId>maven-compat-modules</artifactId>
2626
<version>4.0.0-rc-3-SNAPSHOT</version>
27-
28-
<relativePath>../../</relativePath>
2927
</parent>
3028

3129
<artifactId>maven-model</artifactId>

compat/maven-plugin-api/pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,8 @@ under the License.
2222

2323
<parent>
2424
<groupId>org.apache.maven</groupId>
25-
<artifactId>maven</artifactId>
25+
<artifactId>maven-compat-modules</artifactId>
2626
<version>4.0.0-rc-3-SNAPSHOT</version>
27-
28-
<relativePath>../../</relativePath>
2927
</parent>
3028

3129
<artifactId>maven-plugin-api</artifactId>

0 commit comments

Comments
 (0)