Change all references of maven-project-builder to maven-model-builder.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@766081 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Britton Isbell 2009-04-17 16:48:47 +00:00
parent cc52bc3a7a
commit fa462e6893
5 changed files with 6 additions and 6 deletions

View File

@ -47,7 +47,7 @@
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-project-builder</artifactId>
<artifactId>maven-model-builder</artifactId>
</dependency>
<dependency>
<groupId>commons-cli</groupId>

View File

@ -34,7 +34,7 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-project-builder</artifactId>
<artifactId>maven-model-builder</artifactId>
</dependency>
<dependency>

View File

@ -18,9 +18,9 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.maven</groupId>
<artifactId>maven-project-builder</artifactId>
<artifactId>maven-model-builder</artifactId>
<version>3.0-SNAPSHOT</version>
<name>Maven Project Builder</name>
<name>Maven Model Builder</name>
<dependencies>
<dependency>
<groupId>org.codehaus.plexus</groupId>

View File

@ -62,7 +62,7 @@ under the License.
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-project-builder</artifactId>
<artifactId>maven-model-builder</artifactId>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>

View File

@ -316,7 +316,7 @@ under the License.
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-project-builder</artifactId>
<artifactId>maven-model-builder</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>