Skip to content
This repository has been archived by the owner on Jan 9, 2019. It is now read-only.

Commit

Permalink
Updating parent references on the flattened multi-module project
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmccullough committed Nov 7, 2010
1 parent b26c85e commit 8c75817
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.ambientideas</groupId>
<artifactId>sample08-multimodulejava-parent</artifactId>
<artifactId>sample08c-multimodulejavaflattened-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<!-- Not yet ready for this in Maven 3 where the parent pointer doesn't
specify a version and the child just points with a relativePath -->
Expand Down
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.ambientideas</groupId>
<artifactId>sample08-multimodulejava-parent</artifactId>
<artifactId>sample08c-multimodulejavaflattened-parent</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>

Expand Down
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.ambientideas</groupId>
<artifactId>sample08-multimodulejava-parent</artifactId>
<artifactId>sample08c-multimodulejavaflattened-parent</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>

Expand Down
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.ambientideas</groupId>
<artifactId>sample08-multimodulejava-parent</artifactId>
<artifactId>sample08c-multimodulejavaflattened-parent</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>

Expand Down
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.ambientideas</groupId>
<artifactId>sample08-multimodulejava-parent</artifactId>
<artifactId>sample08c-multimodulejavaflattened-parent</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>

Expand Down
Expand Up @@ -6,8 +6,8 @@
<artifactId>sample08-multimodulejava-module6</artifactId>
<packaging>jar</packaging>
<version>1.0-SNAPSHOT</version>
<name>Sample Multimodule Java 6</name>
<url>http://maven.apache.org</url>
<name>Sample Multimodule Java 6, No Parent At All</name>

<dependencies>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit 8c75817

Please sign in to comment.