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:
ltheussl
2005-12-07 06:18:42 +00:00
parent edbbfc8751
commit 0ba62a5cd0
64 changed files with 128 additions and 64 deletions

View File

@@ -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>