Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 2 additions & 0 deletions maven-artifact/pom.xml → compat/maven-artifact/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 2 additions & 0 deletions maven-compat/pom.xml → compat/maven-compat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Loading
Loading