[MNG-8346] Reorganize subprojects (#1837)

Reorganize Maven modules into impl and compat directories
This commit is contained in:
Guillaume Nodet 2024-10-25 14:31:46 +02:00 committed by GitHub
parent f6528183f2
commit 13ad6376e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2587 changed files with 174 additions and 62 deletions

View File

@ -24,6 +24,8 @@ under the License.
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>4.0.0-beta-6-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<artifactId>maven-artifact</artifactId>

View File

@ -24,6 +24,8 @@ under the License.
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>4.0.0-beta-6-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<artifactId>maven-builder-support</artifactId>

View File

@ -24,6 +24,8 @@ under the License.
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>4.0.0-beta-6-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<artifactId>maven-compat</artifactId>

Some files were not shown because too many files have changed in this diff Show More