You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2016/03/07 20:26:48 UTC

svn commit: r1733961 - in /maven/plugins/tags/maven-shade-plugin-2.4.3/src: it/MSHADE-155/ it/MSHADE-183/ it/MSHADE-185/ it/attach-after-lifecycle-fork/ it/attached-artifact-type/ it/attached-artifact-type/consumer/ it/attached-artifact-type/shade/ it/...

Author: michaelo
Date: Mon Mar  7 19:26:47 2016
New Revision: 1733961

URL: http://svn.apache.org/viewvc?rev=1733961&view=rev
Log:
[MSHADE-219] Update XSD location of POM to the new one in POMWriter

Modified:
    maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/MSHADE-155/pom.xml
    maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/MSHADE-183/pom.xml
    maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/MSHADE-185/pom.xml
    maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/attach-after-lifecycle-fork/pom.xml
    maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/attached-artifact-type/consumer/pom.xml
    maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/attached-artifact-type/pom.xml
    maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/attached-artifact-type/shade/pom.xml
    maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/component-descriptor-relocation/pom.xml
    maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/dep-reduced-pom-relocated-result/child/pom.xml
    maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/dep-reduced-pom-relocated-result/pom.xml
    maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/dep-reduced-pom-with-local-parent/child/pom.xml
    maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/dep-reduced-pom-with-local-parent/pom.xml
    maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/duplicate-classes-with-reloc/pom.xml
    maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/duplicate-classes-without-reloc/pom.xml
    maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/finalNameBuild-attached/pom.xml
    maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/finalNameBuild/pom.xml
    maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/finalNameShade-attached/pom.xml
    maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/finalNameShade/pom.xml
    maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/manifest-retained/pom.xml
    maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/manifest-transformed/pom.xml
    maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/plugin-descriptor-relocation/pom.xml
    maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/reloc-abs-resource-path/pom.xml
    maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/reloc-anno/pom.xml
    maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/reloc-class-from-string-pool/pom.xml
    maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/reloc-enum-ref-from-anno/pom.xml
    maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/shadePomDependency/pom.xml
    maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/shadePomDependency/pomDependency/pom.xml
    maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/shadePomDependency/shadingModule/pom.xml
    maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/shadePomDependency/testModule/pom.xml
    maven/plugins/tags/maven-shade-plugin-2.4.3/src/main/java/org/apache/maven/plugins/shade/pom/PomWriter.java
    maven/plugins/tags/maven-shade-plugin-2.4.3/src/test/projects/default-config-project/pom.xml
    maven/plugins/tags/maven-shade-plugin-2.4.3/src/test/projects/no-relocation-project/pom.xml
    maven/plugins/tags/maven-shade-plugin-2.4.3/src/test/projects/pom.xml
    maven/plugins/tags/maven-shade-plugin-2.4.3/src/test/projects/shaded-attached-project/pom.xml
    maven/plugins/tags/maven-shade-plugin-2.4.3/src/test/projects/shaded-project/pom.xml
    maven/plugins/tags/maven-shade-plugin-2.4.3/src/test/projects/shaded-renamed-project/pom.xml
    maven/plugins/tags/maven-shade-plugin-2.4.3/src/test/projects/test-project/pom.xml

Modified: maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/MSHADE-155/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/MSHADE-155/pom.xml?rev=1733961&r1=1733960&r2=1733961&view=diff
==============================================================================
--- maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/MSHADE-155/pom.xml (original)
+++ maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/MSHADE-155/pom.xml Mon Mar  7 19:26:47 2016
@@ -19,7 +19,7 @@ specific language governing permissions
 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.shade.fnb</groupId>

Modified: maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/MSHADE-183/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/MSHADE-183/pom.xml?rev=1733961&r1=1733960&r2=1733961&view=diff
==============================================================================
--- maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/MSHADE-183/pom.xml (original)
+++ maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/MSHADE-183/pom.xml Mon Mar  7 19:26:47 2016
@@ -19,7 +19,7 @@ specific language governing permissions
 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.shade.mt</groupId>

Modified: maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/MSHADE-185/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/MSHADE-185/pom.xml?rev=1733961&r1=1733960&r2=1733961&view=diff
==============================================================================
--- maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/MSHADE-185/pom.xml (original)
+++ maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/MSHADE-185/pom.xml Mon Mar  7 19:26:47 2016
@@ -18,7 +18,7 @@ KIND, either express or implied.  See th
 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>test.shade</groupId>
   <artifactId>system-dep</artifactId>

Modified: maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/attach-after-lifecycle-fork/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/attach-after-lifecycle-fork/pom.xml?rev=1733961&r1=1733960&r2=1733961&view=diff
==============================================================================
--- maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/attach-after-lifecycle-fork/pom.xml (original)
+++ maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/attach-after-lifecycle-fork/pom.xml Mon Mar  7 19:26:47 2016
@@ -19,7 +19,7 @@ specific language governing permissions
 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.shade.aalf</groupId>

Modified: maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/attached-artifact-type/consumer/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/attached-artifact-type/consumer/pom.xml?rev=1733961&r1=1733960&r2=1733961&view=diff
==============================================================================
--- maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/attached-artifact-type/consumer/pom.xml (original)
+++ maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/attached-artifact-type/consumer/pom.xml Mon Mar  7 19:26:47 2016
@@ -19,7 +19,7 @@ specific language governing permissions
 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>
 
   <parent>

Modified: maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/attached-artifact-type/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/attached-artifact-type/pom.xml?rev=1733961&r1=1733960&r2=1733961&view=diff
==============================================================================
--- maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/attached-artifact-type/pom.xml (original)
+++ maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/attached-artifact-type/pom.xml Mon Mar  7 19:26:47 2016
@@ -19,7 +19,7 @@ specific language governing permissions
 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.shade.aat</groupId>

Modified: maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/attached-artifact-type/shade/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/attached-artifact-type/shade/pom.xml?rev=1733961&r1=1733960&r2=1733961&view=diff
==============================================================================
--- maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/attached-artifact-type/shade/pom.xml (original)
+++ maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/attached-artifact-type/shade/pom.xml Mon Mar  7 19:26:47 2016
@@ -19,7 +19,7 @@ specific language governing permissions
 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>
 
   <parent>

Modified: maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/component-descriptor-relocation/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/component-descriptor-relocation/pom.xml?rev=1733961&r1=1733960&r2=1733961&view=diff
==============================================================================
--- maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/component-descriptor-relocation/pom.xml (original)
+++ maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/component-descriptor-relocation/pom.xml Mon Mar  7 19:26:47 2016
@@ -19,7 +19,7 @@ specific language governing permissions
 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.shade.cdr</groupId>

Modified: maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/dep-reduced-pom-relocated-result/child/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/dep-reduced-pom-relocated-result/child/pom.xml?rev=1733961&r1=1733960&r2=1733961&view=diff
==============================================================================
--- maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/dep-reduced-pom-relocated-result/child/pom.xml (original)
+++ maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/dep-reduced-pom-relocated-result/child/pom.xml Mon Mar  7 19:26:47 2016
@@ -19,7 +19,7 @@ specific language governing permissions
 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>
 
   <parent>

Modified: maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/dep-reduced-pom-relocated-result/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/dep-reduced-pom-relocated-result/pom.xml?rev=1733961&r1=1733960&r2=1733961&view=diff
==============================================================================
--- maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/dep-reduced-pom-relocated-result/pom.xml (original)
+++ maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/dep-reduced-pom-relocated-result/pom.xml Mon Mar  7 19:26:47 2016
@@ -19,7 +19,7 @@ specific language governing permissions
 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.shade.drpwlp</groupId>

Modified: maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/dep-reduced-pom-with-local-parent/child/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/dep-reduced-pom-with-local-parent/child/pom.xml?rev=1733961&r1=1733960&r2=1733961&view=diff
==============================================================================
--- maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/dep-reduced-pom-with-local-parent/child/pom.xml (original)
+++ maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/dep-reduced-pom-with-local-parent/child/pom.xml Mon Mar  7 19:26:47 2016
@@ -19,7 +19,7 @@ specific language governing permissions
 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>
 
   <parent>

Modified: maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/dep-reduced-pom-with-local-parent/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/dep-reduced-pom-with-local-parent/pom.xml?rev=1733961&r1=1733960&r2=1733961&view=diff
==============================================================================
--- maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/dep-reduced-pom-with-local-parent/pom.xml (original)
+++ maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/dep-reduced-pom-with-local-parent/pom.xml Mon Mar  7 19:26:47 2016
@@ -19,7 +19,7 @@ specific language governing permissions
 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.shade.drpwlp</groupId>

Modified: maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/duplicate-classes-with-reloc/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/duplicate-classes-with-reloc/pom.xml?rev=1733961&r1=1733960&r2=1733961&view=diff
==============================================================================
--- maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/duplicate-classes-with-reloc/pom.xml (original)
+++ maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/duplicate-classes-with-reloc/pom.xml Mon Mar  7 19:26:47 2016
@@ -19,7 +19,7 @@ specific language governing permissions
 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.shade.dcwr</groupId>

Modified: maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/duplicate-classes-without-reloc/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/duplicate-classes-without-reloc/pom.xml?rev=1733961&r1=1733960&r2=1733961&view=diff
==============================================================================
--- maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/duplicate-classes-without-reloc/pom.xml (original)
+++ maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/duplicate-classes-without-reloc/pom.xml Mon Mar  7 19:26:47 2016
@@ -19,7 +19,7 @@ specific language governing permissions
 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.shade.dcwor</groupId>

Modified: maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/finalNameBuild-attached/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/finalNameBuild-attached/pom.xml?rev=1733961&r1=1733960&r2=1733961&view=diff
==============================================================================
--- maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/finalNameBuild-attached/pom.xml (original)
+++ maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/finalNameBuild-attached/pom.xml Mon Mar  7 19:26:47 2016
@@ -19,7 +19,7 @@ specific language governing permissions
 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.shade.fnba</groupId>

Modified: maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/finalNameBuild/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/finalNameBuild/pom.xml?rev=1733961&r1=1733960&r2=1733961&view=diff
==============================================================================
--- maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/finalNameBuild/pom.xml (original)
+++ maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/finalNameBuild/pom.xml Mon Mar  7 19:26:47 2016
@@ -19,7 +19,7 @@ specific language governing permissions
 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.shade.fnb</groupId>

Modified: maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/finalNameShade-attached/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/finalNameShade-attached/pom.xml?rev=1733961&r1=1733960&r2=1733961&view=diff
==============================================================================
--- maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/finalNameShade-attached/pom.xml (original)
+++ maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/finalNameShade-attached/pom.xml Mon Mar  7 19:26:47 2016
@@ -19,7 +19,7 @@ specific language governing permissions
 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.shade.fnsa</groupId>

Modified: maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/finalNameShade/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/finalNameShade/pom.xml?rev=1733961&r1=1733960&r2=1733961&view=diff
==============================================================================
--- maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/finalNameShade/pom.xml (original)
+++ maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/finalNameShade/pom.xml Mon Mar  7 19:26:47 2016
@@ -19,7 +19,7 @@ specific language governing permissions
 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.shade.fns</groupId>

Modified: maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/manifest-retained/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/manifest-retained/pom.xml?rev=1733961&r1=1733960&r2=1733961&view=diff
==============================================================================
--- maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/manifest-retained/pom.xml (original)
+++ maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/manifest-retained/pom.xml Mon Mar  7 19:26:47 2016
@@ -19,7 +19,7 @@ specific language governing permissions
 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.shade.mr</groupId>

Modified: maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/manifest-transformed/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/manifest-transformed/pom.xml?rev=1733961&r1=1733960&r2=1733961&view=diff
==============================================================================
--- maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/manifest-transformed/pom.xml (original)
+++ maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/manifest-transformed/pom.xml Mon Mar  7 19:26:47 2016
@@ -19,7 +19,7 @@ specific language governing permissions
 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.shade.mt</groupId>

Modified: maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/plugin-descriptor-relocation/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/plugin-descriptor-relocation/pom.xml?rev=1733961&r1=1733960&r2=1733961&view=diff
==============================================================================
--- maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/plugin-descriptor-relocation/pom.xml (original)
+++ maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/plugin-descriptor-relocation/pom.xml Mon Mar  7 19:26:47 2016
@@ -19,7 +19,7 @@ specific language governing permissions
 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.shade.cdr</groupId>

Modified: maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/reloc-abs-resource-path/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/reloc-abs-resource-path/pom.xml?rev=1733961&r1=1733960&r2=1733961&view=diff
==============================================================================
--- maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/reloc-abs-resource-path/pom.xml (original)
+++ maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/reloc-abs-resource-path/pom.xml Mon Mar  7 19:26:47 2016
@@ -19,7 +19,7 @@ specific language governing permissions
 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.shade</groupId>

Modified: maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/reloc-anno/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/reloc-anno/pom.xml?rev=1733961&r1=1733960&r2=1733961&view=diff
==============================================================================
--- maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/reloc-anno/pom.xml (original)
+++ maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/reloc-anno/pom.xml Mon Mar  7 19:26:47 2016
@@ -19,7 +19,7 @@ specific language governing permissions
 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.shade.ra</groupId>

Modified: maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/reloc-class-from-string-pool/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/reloc-class-from-string-pool/pom.xml?rev=1733961&r1=1733960&r2=1733961&view=diff
==============================================================================
--- maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/reloc-class-from-string-pool/pom.xml (original)
+++ maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/reloc-class-from-string-pool/pom.xml Mon Mar  7 19:26:47 2016
@@ -19,7 +19,7 @@ specific language governing permissions
 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.shade.rcfsp</groupId>

Modified: maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/reloc-enum-ref-from-anno/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/reloc-enum-ref-from-anno/pom.xml?rev=1733961&r1=1733960&r2=1733961&view=diff
==============================================================================
--- maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/reloc-enum-ref-from-anno/pom.xml (original)
+++ maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/reloc-enum-ref-from-anno/pom.xml Mon Mar  7 19:26:47 2016
@@ -19,7 +19,7 @@ specific language governing permissions
 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.shade.rerfa</groupId>

Modified: maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/shadePomDependency/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/shadePomDependency/pom.xml?rev=1733961&r1=1733960&r2=1733961&view=diff
==============================================================================
--- maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/shadePomDependency/pom.xml (original)
+++ maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/shadePomDependency/pom.xml Mon Mar  7 19:26:47 2016
@@ -19,7 +19,7 @@ specific language governing permissions
 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.shade.spom</groupId>

Modified: maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/shadePomDependency/pomDependency/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/shadePomDependency/pomDependency/pom.xml?rev=1733961&r1=1733960&r2=1733961&view=diff
==============================================================================
--- maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/shadePomDependency/pomDependency/pom.xml (original)
+++ maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/shadePomDependency/pomDependency/pom.xml Mon Mar  7 19:26:47 2016
@@ -19,7 +19,7 @@ specific language governing permissions
 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.shade.spom</groupId>

Modified: maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/shadePomDependency/shadingModule/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/shadePomDependency/shadingModule/pom.xml?rev=1733961&r1=1733960&r2=1733961&view=diff
==============================================================================
--- maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/shadePomDependency/shadingModule/pom.xml (original)
+++ maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/shadePomDependency/shadingModule/pom.xml Mon Mar  7 19:26:47 2016
@@ -19,7 +19,7 @@ specific language governing permissions
 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.shade.spom</groupId>

Modified: maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/shadePomDependency/testModule/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/shadePomDependency/testModule/pom.xml?rev=1733961&r1=1733960&r2=1733961&view=diff
==============================================================================
--- maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/shadePomDependency/testModule/pom.xml (original)
+++ maven/plugins/tags/maven-shade-plugin-2.4.3/src/it/shadePomDependency/testModule/pom.xml Mon Mar  7 19:26:47 2016
@@ -19,7 +19,7 @@ specific language governing permissions
 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.shade.spom</groupId>

Modified: maven/plugins/tags/maven-shade-plugin-2.4.3/src/main/java/org/apache/maven/plugins/shade/pom/PomWriter.java
URL: http://svn.apache.org/viewvc/maven/plugins/tags/maven-shade-plugin-2.4.3/src/main/java/org/apache/maven/plugins/shade/pom/PomWriter.java?rev=1733961&r1=1733960&r2=1733961&view=diff
==============================================================================
--- maven/plugins/tags/maven-shade-plugin-2.4.3/src/main/java/org/apache/maven/plugins/shade/pom/PomWriter.java (original)
+++ maven/plugins/tags/maven-shade-plugin-2.4.3/src/main/java/org/apache/maven/plugins/shade/pom/PomWriter.java Mon Mar  7 19:26:47 2016
@@ -59,8 +59,8 @@ public class PomWriter
             if ( root.getAttribute( "schemaLocation", xsiNamespace ) == null )
             {
                 root.setAttribute( "schemaLocation",
-                                   "http://maven.apache.org/POM/" + modelVersion + " http://maven.apache.org/maven-v"
-                                       + modelVersion.replace( '.', '_' ) + ".xsd", xsiNamespace );
+                                   "http://maven.apache.org/POM/" + modelVersion + " http://maven.apache.org/xsd/maven-"
+                                       + modelVersion + ".xsd", xsiNamespace );
             }
         }
 

Modified: maven/plugins/tags/maven-shade-plugin-2.4.3/src/test/projects/default-config-project/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/tags/maven-shade-plugin-2.4.3/src/test/projects/default-config-project/pom.xml?rev=1733961&r1=1733960&r2=1733961&view=diff
==============================================================================
--- maven/plugins/tags/maven-shade-plugin-2.4.3/src/test/projects/default-config-project/pom.xml (original)
+++ maven/plugins/tags/maven-shade-plugin-2.4.3/src/test/projects/default-config-project/pom.xml Mon Mar  7 19:26:47 2016
@@ -19,7 +19,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.plugins.shade</groupId>
   <artifactId>default-config-project</artifactId>

Modified: maven/plugins/tags/maven-shade-plugin-2.4.3/src/test/projects/no-relocation-project/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/tags/maven-shade-plugin-2.4.3/src/test/projects/no-relocation-project/pom.xml?rev=1733961&r1=1733960&r2=1733961&view=diff
==============================================================================
--- maven/plugins/tags/maven-shade-plugin-2.4.3/src/test/projects/no-relocation-project/pom.xml (original)
+++ maven/plugins/tags/maven-shade-plugin-2.4.3/src/test/projects/no-relocation-project/pom.xml Mon Mar  7 19:26:47 2016
@@ -19,7 +19,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.plugins.shade</groupId>
   <artifactId>no-relocation-project</artifactId>

Modified: maven/plugins/tags/maven-shade-plugin-2.4.3/src/test/projects/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/tags/maven-shade-plugin-2.4.3/src/test/projects/pom.xml?rev=1733961&r1=1733960&r2=1733961&view=diff
==============================================================================
--- maven/plugins/tags/maven-shade-plugin-2.4.3/src/test/projects/pom.xml (original)
+++ maven/plugins/tags/maven-shade-plugin-2.4.3/src/test/projects/pom.xml Mon Mar  7 19:26:47 2016
@@ -16,7 +16,7 @@
   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.plugins.shade</groupId>
   <artifactId>projects-parent</artifactId>

Modified: maven/plugins/tags/maven-shade-plugin-2.4.3/src/test/projects/shaded-attached-project/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/tags/maven-shade-plugin-2.4.3/src/test/projects/shaded-attached-project/pom.xml?rev=1733961&r1=1733960&r2=1733961&view=diff
==============================================================================
--- maven/plugins/tags/maven-shade-plugin-2.4.3/src/test/projects/shaded-attached-project/pom.xml (original)
+++ maven/plugins/tags/maven-shade-plugin-2.4.3/src/test/projects/shaded-attached-project/pom.xml Mon Mar  7 19:26:47 2016
@@ -19,7 +19,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.plugins.shade</groupId>
   <artifactId>shaded-attached-project</artifactId>

Modified: maven/plugins/tags/maven-shade-plugin-2.4.3/src/test/projects/shaded-project/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/tags/maven-shade-plugin-2.4.3/src/test/projects/shaded-project/pom.xml?rev=1733961&r1=1733960&r2=1733961&view=diff
==============================================================================
--- maven/plugins/tags/maven-shade-plugin-2.4.3/src/test/projects/shaded-project/pom.xml (original)
+++ maven/plugins/tags/maven-shade-plugin-2.4.3/src/test/projects/shaded-project/pom.xml Mon Mar  7 19:26:47 2016
@@ -19,7 +19,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.plugins.shade</groupId>
   <artifactId>shaded-project</artifactId>

Modified: maven/plugins/tags/maven-shade-plugin-2.4.3/src/test/projects/shaded-renamed-project/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/tags/maven-shade-plugin-2.4.3/src/test/projects/shaded-renamed-project/pom.xml?rev=1733961&r1=1733960&r2=1733961&view=diff
==============================================================================
--- maven/plugins/tags/maven-shade-plugin-2.4.3/src/test/projects/shaded-renamed-project/pom.xml (original)
+++ maven/plugins/tags/maven-shade-plugin-2.4.3/src/test/projects/shaded-renamed-project/pom.xml Mon Mar  7 19:26:47 2016
@@ -19,7 +19,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.plugins.shade</groupId>
   <artifactId>shaded-renamed-project</artifactId>

Modified: maven/plugins/tags/maven-shade-plugin-2.4.3/src/test/projects/test-project/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/tags/maven-shade-plugin-2.4.3/src/test/projects/test-project/pom.xml?rev=1733961&r1=1733960&r2=1733961&view=diff
==============================================================================
--- maven/plugins/tags/maven-shade-plugin-2.4.3/src/test/projects/test-project/pom.xml (original)
+++ maven/plugins/tags/maven-shade-plugin-2.4.3/src/test/projects/test-project/pom.xml Mon Mar  7 19:26:47 2016
@@ -19,7 +19,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.plugins.shade</groupId>
   <artifactId>test-project</artifactId>