mirror of https://github.com/apache/maven.git
[MNG-8346] Reorganize subprojects (#1837)
Reorganize Maven modules into impl and compat directories
This commit is contained in:
parent
f6528183f2
commit
13ad6376e0
|
@ -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>
|
|
@ -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>
|
|
@ -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
Loading…
Reference in New Issue