Add namespace declaration to all poms
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@354735 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -16,7 +16,8 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
-->
|
||||
<project>
|
||||
<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>
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-java-plugin</id>
|
||||
|
||||
Reference in New Issue
Block a user