Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

Commit

Permalink
Fix artifactId for parent POM
Browse files Browse the repository at this point in the history
  • Loading branch information
Godin committed Sep 25, 2011
1 parent 7f154c4 commit 93afc46
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion com.mountainminds.eclemma.build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<modelVersion>4.0.0</modelVersion>

<groupId>com.mountainminds.eclemma</groupId>
<artifactId>parent</artifactId>
<artifactId>com.mountainminds.eclemma.build</artifactId>
<packaging>pom</packaging>
<version>2.0.0-SNAPSHOT</version>

Expand Down
2 changes: 1 addition & 1 deletion com.mountainminds.eclemma.core.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<parent>
<groupId>com.mountainminds.eclemma</groupId>
<artifactId>parent</artifactId>
<artifactId>com.mountainminds.eclemma.build</artifactId>
<version>2.0.0-SNAPSHOT</version>
<relativePath>../com.mountainminds.eclemma.build</relativePath>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion com.mountainminds.eclemma.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<parent>
<groupId>com.mountainminds.eclemma</groupId>
<artifactId>parent</artifactId>
<artifactId>com.mountainminds.eclemma.build</artifactId>
<version>2.0.0-SNAPSHOT</version>
<relativePath>../com.mountainminds.eclemma.build</relativePath>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion com.mountainminds.eclemma.doc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<parent>
<groupId>com.mountainminds.eclemma</groupId>
<artifactId>parent</artifactId>
<artifactId>com.mountainminds.eclemma.build</artifactId>
<version>2.0.0-SNAPSHOT</version>
<relativePath>../com.mountainminds.eclemma.build</relativePath>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion com.mountainminds.eclemma.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<parent>
<groupId>com.mountainminds.eclemma</groupId>
<artifactId>parent</artifactId>
<artifactId>com.mountainminds.eclemma.build</artifactId>
<version>2.0.0-SNAPSHOT</version>
<relativePath>../com.mountainminds.eclemma.build</relativePath>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion com.mountainminds.eclemma.site/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<parent>
<groupId>com.mountainminds.eclemma</groupId>
<artifactId>parent</artifactId>
<artifactId>com.mountainminds.eclemma.build</artifactId>
<version>2.0.0-SNAPSHOT</version>
<relativePath>../com.mountainminds.eclemma.build</relativePath>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion com.mountainminds.eclemma.target/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<parent>
<groupId>com.mountainminds.eclemma</groupId>
<artifactId>parent</artifactId>
<artifactId>com.mountainminds.eclemma.build</artifactId>
<version>2.0.0-SNAPSHOT</version>
<relativePath>../com.mountainminds.eclemma.build</relativePath>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion com.mountainminds.eclemma.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<parent>
<groupId>com.mountainminds.eclemma</groupId>
<artifactId>parent</artifactId>
<artifactId>com.mountainminds.eclemma.build</artifactId>
<version>2.0.0-SNAPSHOT</version>
<relativePath>../com.mountainminds.eclemma.build</relativePath>
</parent>
Expand Down

0 comments on commit 93afc46

Please sign in to comment.