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@115171 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<!--
|
||||
/*
|
||||
* Copyright 2001-2004 The Apache Software Foundation.
|
||||
@@ -17,9 +18,8 @@
|
||||
*/
|
||||
-->
|
||||
|
||||
|
||||
<project>
|
||||
<extend>../project.xml</extend>
|
||||
<extend>../plugin-parent/project.xml</extend>
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-java-plugin</id>
|
||||
<name>Maven Java Plug-in</name>
|
||||
@@ -40,6 +40,11 @@
|
||||
<name>1.3</name>
|
||||
<tag>MAVEN_JAVA_1_3</tag>
|
||||
</version>
|
||||
<version>
|
||||
<id>1.4</id>
|
||||
<name>1.4</name>
|
||||
<tag>HEAD</tag>
|
||||
</version>
|
||||
</versions>
|
||||
<developers>
|
||||
<developer>
|
||||
|
||||
Reference in New Issue
Block a user