Rename the plugin-parent project to plugins-parent to be more consistent with plugins-site. It's the parent of all plugins.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@375409 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier
2006-02-06 23:26:22 +00:00
parent c985b81552
commit 21859abfd5
72 changed files with 78 additions and 78 deletions

View File

@@ -18,7 +18,7 @@
-->
<project xmlns="http://maven.apache.org/POM/3.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd">
<extend>../plugin-parent/project.xml</extend>
<extend>../plugins-parent/project.xml</extend>
<pomVersion>3</pomVersion>
<id>maven-java-plugin</id>
<name>Maven Java Plugin</name>