Author: hboutemy Date: Tue Jul 24 20:57:11 2012 New Revision: 1365276 URL: http://svn.apache.org/viewvc?rev=1365276&view=rev Log: updated pom xsd location
Modified: maven/plugins/trunk/maven-dependency-plugin/src/it/analyze-dep-mgt/pom.xml maven/plugins/trunk/maven-dependency-plugin/src/it/analyze/pom.xml maven/plugins/trunk/maven-dependency-plugin/src/it/build-classpath/pom.xml maven/plugins/trunk/maven-dependency-plugin/src/it/copy-and-unpack-with-alternate-local-repo/pom.xml maven/plugins/trunk/maven-dependency-plugin/src/it/copy-dependencies/pom.xml maven/plugins/trunk/maven-dependency-plugin/src/it/copy-from-reactor/child-a/pom.xml maven/plugins/trunk/maven-dependency-plugin/src/it/copy-from-reactor/child-b/pom.xml maven/plugins/trunk/maven-dependency-plugin/src/it/copy-from-reactor/pom.xml maven/plugins/trunk/maven-dependency-plugin/src/it/copy/pom.xml maven/plugins/trunk/maven-dependency-plugin/src/it/dependency-properties/pom.xml maven/plugins/trunk/maven-dependency-plugin/src/it/filterunpack/pom.xml maven/plugins/trunk/maven-dependency-plugin/src/it/go-offline/pom.xml maven/plugins/trunk/maven-dependency-plugin/src/it/purge-local-repository-snapshots-only/pom.xml maven/plugins/trunk/maven-dependency-plugin/src/it/purge-local-repository/pom.xml maven/plugins/trunk/maven-dependency-plugin/src/it/resolve-plugins/pom.xml maven/plugins/trunk/maven-dependency-plugin/src/it/resolve/pom.xml maven/plugins/trunk/maven-dependency-plugin/src/it/sources/pom.xml maven/plugins/trunk/maven-dependency-plugin/src/it/tree/pom.xml maven/plugins/trunk/maven-dependency-plugin/src/it/unpack/pom.xml Modified: maven/plugins/trunk/maven-dependency-plugin/src/it/analyze-dep-mgt/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/it/analyze-dep-mgt/pom.xml?rev=1365276&r1=1365275&r2=1365276&view=diff ============================================================================== --- maven/plugins/trunk/maven-dependency-plugin/src/it/analyze-dep-mgt/pom.xml (original) +++ maven/plugins/trunk/maven-dependency-plugin/src/it/analyze-dep-mgt/pom.xml Tue Jul 24 20:57:11 2012 @@ -20,7 +20,7 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.maven.its.dependency</groupId> Modified: maven/plugins/trunk/maven-dependency-plugin/src/it/analyze/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/it/analyze/pom.xml?rev=1365276&r1=1365275&r2=1365276&view=diff ============================================================================== --- maven/plugins/trunk/maven-dependency-plugin/src/it/analyze/pom.xml (original) +++ maven/plugins/trunk/maven-dependency-plugin/src/it/analyze/pom.xml Tue Jul 24 20:57:11 2012 @@ -20,7 +20,7 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.maven.its.dependency</groupId> Modified: maven/plugins/trunk/maven-dependency-plugin/src/it/build-classpath/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/it/build-classpath/pom.xml?rev=1365276&r1=1365275&r2=1365276&view=diff ============================================================================== --- maven/plugins/trunk/maven-dependency-plugin/src/it/build-classpath/pom.xml (original) +++ maven/plugins/trunk/maven-dependency-plugin/src/it/build-classpath/pom.xml Tue Jul 24 20:57:11 2012 @@ -20,7 +20,7 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.maven.its.dependency</groupId> Modified: maven/plugins/trunk/maven-dependency-plugin/src/it/copy-and-unpack-with-alternate-local-repo/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/it/copy-and-unpack-with-alternate-local-repo/pom.xml?rev=1365276&r1=1365275&r2=1365276&view=diff ============================================================================== --- maven/plugins/trunk/maven-dependency-plugin/src/it/copy-and-unpack-with-alternate-local-repo/pom.xml (original) +++ maven/plugins/trunk/maven-dependency-plugin/src/it/copy-and-unpack-with-alternate-local-repo/pom.xml Tue Jul 24 20:57:11 2012 @@ -19,7 +19,9 @@ ~ under the License. --> -<project> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> Modified: maven/plugins/trunk/maven-dependency-plugin/src/it/copy-dependencies/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/it/copy-dependencies/pom.xml?rev=1365276&r1=1365275&r2=1365276&view=diff ============================================================================== --- maven/plugins/trunk/maven-dependency-plugin/src/it/copy-dependencies/pom.xml (original) +++ maven/plugins/trunk/maven-dependency-plugin/src/it/copy-dependencies/pom.xml Tue Jul 24 20:57:11 2012 @@ -1,17 +1,26 @@ <?xml version="1.0" encoding="UTF-8"?> - <!-- - ~ Licensed to the Apache Software Foundation (ASF) under one ~ or more contributor license agreements. See the - NOTICE file ~ distributed with this work for additional information ~ regarding copyright ownership. The ASF - licenses this file ~ to you under the Apache License, Version 2.0 (the ~ "License"); you may not use this file - except in compliance ~ with the License. You may obtain a copy of the License at ~ ~ - http://www.apache.org/licenses/LICENSE-2.0 ~ ~ Unless required by applicable law or agreed to in writing, ~ software - distributed under the License is distributed on an ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY ~ KIND, - either express or implied. See the License for the ~ specific language governing permissions and limitations ~ under - the License. +<!-- + ~ Licensed to the Apache Software Foundation (ASF) under one + ~ or more contributor license agreements. See the NOTICE file + ~ distributed with this work for additional information + ~ regarding copyright ownership. The ASF licenses this file + ~ to you under the Apache License, Version 2.0 (the + ~ "License"); you may not use this file except in compliance + ~ with the License. You may obtain a copy of the License at + ~ + ~ http://www.apache.org/licenses/LICENSE-2.0 + ~ + ~ Unless required by applicable law or agreed to in writing, + ~ software distributed under the License is distributed on an + ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + ~ KIND, either express or implied. See the License for the + ~ specific language governing permissions and limitations + ~ under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.maven.its.dependency</groupId> Modified: maven/plugins/trunk/maven-dependency-plugin/src/it/copy-from-reactor/child-a/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/it/copy-from-reactor/child-a/pom.xml?rev=1365276&r1=1365275&r2=1365276&view=diff ============================================================================== --- maven/plugins/trunk/maven-dependency-plugin/src/it/copy-from-reactor/child-a/pom.xml (original) +++ maven/plugins/trunk/maven-dependency-plugin/src/it/copy-from-reactor/child-a/pom.xml Tue Jul 24 20:57:11 2012 @@ -20,7 +20,7 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> Modified: maven/plugins/trunk/maven-dependency-plugin/src/it/copy-from-reactor/child-b/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/it/copy-from-reactor/child-b/pom.xml?rev=1365276&r1=1365275&r2=1365276&view=diff ============================================================================== --- maven/plugins/trunk/maven-dependency-plugin/src/it/copy-from-reactor/child-b/pom.xml (original) +++ maven/plugins/trunk/maven-dependency-plugin/src/it/copy-from-reactor/child-b/pom.xml Tue Jul 24 20:57:11 2012 @@ -20,7 +20,7 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> Modified: maven/plugins/trunk/maven-dependency-plugin/src/it/copy-from-reactor/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/it/copy-from-reactor/pom.xml?rev=1365276&r1=1365275&r2=1365276&view=diff ============================================================================== --- maven/plugins/trunk/maven-dependency-plugin/src/it/copy-from-reactor/pom.xml (original) +++ maven/plugins/trunk/maven-dependency-plugin/src/it/copy-from-reactor/pom.xml Tue Jul 24 20:57:11 2012 @@ -20,7 +20,7 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.maven.its.dependency</groupId> Modified: maven/plugins/trunk/maven-dependency-plugin/src/it/copy/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/it/copy/pom.xml?rev=1365276&r1=1365275&r2=1365276&view=diff ============================================================================== --- maven/plugins/trunk/maven-dependency-plugin/src/it/copy/pom.xml (original) +++ maven/plugins/trunk/maven-dependency-plugin/src/it/copy/pom.xml Tue Jul 24 20:57:11 2012 @@ -20,7 +20,7 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.maven.its.dependency</groupId> Modified: maven/plugins/trunk/maven-dependency-plugin/src/it/dependency-properties/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/it/dependency-properties/pom.xml?rev=1365276&r1=1365275&r2=1365276&view=diff ============================================================================== --- maven/plugins/trunk/maven-dependency-plugin/src/it/dependency-properties/pom.xml (original) +++ maven/plugins/trunk/maven-dependency-plugin/src/it/dependency-properties/pom.xml Tue Jul 24 20:57:11 2012 @@ -20,7 +20,7 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.maven.its.dependency</groupId> Modified: maven/plugins/trunk/maven-dependency-plugin/src/it/filterunpack/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/it/filterunpack/pom.xml?rev=1365276&r1=1365275&r2=1365276&view=diff ============================================================================== --- maven/plugins/trunk/maven-dependency-plugin/src/it/filterunpack/pom.xml (original) +++ maven/plugins/trunk/maven-dependency-plugin/src/it/filterunpack/pom.xml Tue Jul 24 20:57:11 2012 @@ -1,5 +1,26 @@ <?xml version="1.0" encoding="UTF-8"?> -<project> +<!-- + ~ Licensed to the Apache Software Foundation (ASF) under one + ~ or more contributor license agreements. See the NOTICE file + ~ distributed with this work for additional information + ~ regarding copyright ownership. The ASF licenses this file + ~ to you under the Apache License, Version 2.0 (the + ~ "License"); you may not use this file except in compliance + ~ with the License. You may obtain a copy of the License at + ~ + ~ http://www.apache.org/licenses/LICENSE-2.0 + ~ + ~ Unless required by applicable law or agreed to in writing, + ~ software distributed under the License is distributed on an + ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + ~ KIND, either express or implied. See the License for the + ~ specific language governing permissions and limitations + ~ under the License. + --> + +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>dependency</groupId> Modified: maven/plugins/trunk/maven-dependency-plugin/src/it/go-offline/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/it/go-offline/pom.xml?rev=1365276&r1=1365275&r2=1365276&view=diff ============================================================================== --- maven/plugins/trunk/maven-dependency-plugin/src/it/go-offline/pom.xml (original) +++ maven/plugins/trunk/maven-dependency-plugin/src/it/go-offline/pom.xml Tue Jul 24 20:57:11 2012 @@ -20,7 +20,7 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.maven.its.dependency</groupId> Modified: maven/plugins/trunk/maven-dependency-plugin/src/it/purge-local-repository-snapshots-only/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/it/purge-local-repository-snapshots-only/pom.xml?rev=1365276&r1=1365275&r2=1365276&view=diff ============================================================================== --- maven/plugins/trunk/maven-dependency-plugin/src/it/purge-local-repository-snapshots-only/pom.xml (original) +++ maven/plugins/trunk/maven-dependency-plugin/src/it/purge-local-repository-snapshots-only/pom.xml Tue Jul 24 20:57:11 2012 @@ -20,7 +20,7 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.maven.its.dependency</groupId> Modified: maven/plugins/trunk/maven-dependency-plugin/src/it/purge-local-repository/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/it/purge-local-repository/pom.xml?rev=1365276&r1=1365275&r2=1365276&view=diff ============================================================================== --- maven/plugins/trunk/maven-dependency-plugin/src/it/purge-local-repository/pom.xml (original) +++ maven/plugins/trunk/maven-dependency-plugin/src/it/purge-local-repository/pom.xml Tue Jul 24 20:57:11 2012 @@ -20,7 +20,7 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.maven.its.dependency</groupId> Modified: maven/plugins/trunk/maven-dependency-plugin/src/it/resolve-plugins/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/it/resolve-plugins/pom.xml?rev=1365276&r1=1365275&r2=1365276&view=diff ============================================================================== --- maven/plugins/trunk/maven-dependency-plugin/src/it/resolve-plugins/pom.xml (original) +++ maven/plugins/trunk/maven-dependency-plugin/src/it/resolve-plugins/pom.xml Tue Jul 24 20:57:11 2012 @@ -20,7 +20,7 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.maven.its.dependency</groupId> Modified: maven/plugins/trunk/maven-dependency-plugin/src/it/resolve/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/it/resolve/pom.xml?rev=1365276&r1=1365275&r2=1365276&view=diff ============================================================================== --- maven/plugins/trunk/maven-dependency-plugin/src/it/resolve/pom.xml (original) +++ maven/plugins/trunk/maven-dependency-plugin/src/it/resolve/pom.xml Tue Jul 24 20:57:11 2012 @@ -20,7 +20,7 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.maven.its.dependency</groupId> Modified: maven/plugins/trunk/maven-dependency-plugin/src/it/sources/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/it/sources/pom.xml?rev=1365276&r1=1365275&r2=1365276&view=diff ============================================================================== --- maven/plugins/trunk/maven-dependency-plugin/src/it/sources/pom.xml (original) +++ maven/plugins/trunk/maven-dependency-plugin/src/it/sources/pom.xml Tue Jul 24 20:57:11 2012 @@ -20,7 +20,7 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.maven.its.dependency</groupId> Modified: maven/plugins/trunk/maven-dependency-plugin/src/it/tree/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/it/tree/pom.xml?rev=1365276&r1=1365275&r2=1365276&view=diff ============================================================================== --- maven/plugins/trunk/maven-dependency-plugin/src/it/tree/pom.xml (original) +++ maven/plugins/trunk/maven-dependency-plugin/src/it/tree/pom.xml Tue Jul 24 20:57:11 2012 @@ -20,7 +20,7 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.maven.its.dependency</groupId> Modified: maven/plugins/trunk/maven-dependency-plugin/src/it/unpack/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/it/unpack/pom.xml?rev=1365276&r1=1365275&r2=1365276&view=diff ============================================================================== --- maven/plugins/trunk/maven-dependency-plugin/src/it/unpack/pom.xml (original) +++ maven/plugins/trunk/maven-dependency-plugin/src/it/unpack/pom.xml Tue Jul 24 20:57:11 2012 @@ -19,7 +19,9 @@ ~ under the License. --> -<project> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion>