inherit from the plugin-parent/project.xml POM instead of the top level one which is reserved for the master build
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115172 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
-->
|
||||
|
||||
<project>
|
||||
<extend>../project.xml</extend>
|
||||
<extend>../plugin-parent/project.xml</extend>
|
||||
<id>maven-multiproject-plugin</id>
|
||||
<name>Maven Multi-Project Plug-in</name>
|
||||
<currentVersion>1.3-SNAPSHOT</currentVersion>
|
||||
|
||||
Reference in New Issue
Block a user