You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ca...@apache.org on 2005/12/31 17:50:39 UTC

svn commit: r360327 - /maven/plugins/trunk/maven-antrun-plugin/src/test/projects/test1/pom.xml

Author: carlos
Date: Sat Dec 31 08:50:36 2005
New Revision: 360327

URL: http://svn.apache.org/viewcvs?rev=360327&view=rev
Log:
Fixed project header

Modified:
    maven/plugins/trunk/maven-antrun-plugin/src/test/projects/test1/pom.xml

Modified: maven/plugins/trunk/maven-antrun-plugin/src/test/projects/test1/pom.xml
URL: http://svn.apache.org/viewcvs/maven/plugins/trunk/maven-antrun-plugin/src/test/projects/test1/pom.xml?rev=360327&r1=360326&r2=360327&view=diff
==============================================================================
--- maven/plugins/trunk/maven-antrun-plugin/src/test/projects/test1/pom.xml (original)
+++ maven/plugins/trunk/maven-antrun-plugin/src/test/projects/test1/pom.xml Sat Dec 31 08:50:36 2005
@@ -1,5 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="/home/jdcasey/xml-schemas/maven-4.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/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   
   <groupId>org.apache.maven.plugins.antrun</groupId>