Author: aheritier
Date: Tue Sep 13 06:38:36 2005
New Revision: 280554

URL: http://svn.apache.org/viewcvs?rev=280554&view=rev
Log:
Fix invalid POM

Modified:
    
maven/maven-1/plugins/trunk/ear/src/plugin-test/appXmlBundledTest/project.xml

Modified: 
maven/maven-1/plugins/trunk/ear/src/plugin-test/appXmlBundledTest/project.xml
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/ear/src/plugin-test/appXmlBundledTest/project.xml?rev=280554&r1=280553&r2=280554&view=diff
==============================================================================
--- 
maven/maven-1/plugins/trunk/ear/src/plugin-test/appXmlBundledTest/project.xml 
(original)
+++ 
maven/maven-1/plugins/trunk/ear/src/plugin-test/appXmlBundledTest/project.xml 
Tue Sep 13 06:38:36 2005
@@ -16,8 +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";>
   <pomVersion>3</pomVersion>
   <name>Ear Plugin - AppXml Bundled Test</name>
   <artifactId>test-maven-ear-plugin-appXmlBundledTest</artifactId>
@@ -29,7 +29,9 @@
     <developer>
       <name>Felipe Leme</name>
       <id>felipeal</id>
-      <role>Jelly Developer</role>
+      <roles>
+        <role>Jelly Developer</role>
+      </roles>
     </developer>
   </developers>
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to