Author: aheritier
Date: Tue Sep 13 14:42:06 2005
New Revision: 280678

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

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

Modified: maven/maven-1/plugins/trunk/rar/src/plugin-test/project.xml
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/rar/src/plugin-test/project.xml?rev=280678&r1=280677&r2=280678&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/rar/src/plugin-test/project.xml (original)
+++ maven/maven-1/plugins/trunk/rar/src/plugin-test/project.xml Tue Sep 13 
14:42:06 2005
@@ -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";>
   <pomVersion>3</pomVersion>
   <name>Test project for Maven Rar Plugin</name>
   <id>test-maven-rar-plugin</id>
@@ -46,7 +47,9 @@
       <id>djencks</id>
       <email>djencks at apache.org</email>
       <organization>none</organization>
-      <role>Java Developer</role>
+      <roles>
+        <role>Java Developer</role>
+      </roles>
     </developer>
   </developers>
   <dependencies>



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

Reply via email to