You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ah...@apache.org on 2005/09/13 11:51:52 UTC

svn commit: r280528 - /maven/maven-1/plugins/trunk/artifact/src/plugin-test/project.xml

Author: aheritier
Date: Tue Sep 13 02:51:36 2005
New Revision: 280528

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

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

Modified: maven/maven-1/plugins/trunk/artifact/src/plugin-test/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/artifact/src/plugin-test/project.xml?rev=280528&r1=280527&r2=280528&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/artifact/src/plugin-test/project.xml (original)
+++ maven/maven-1/plugins/trunk/artifact/src/plugin-test/project.xml Tue Sep 13 02:51:36 2005
@@ -16,9 +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 Deploy Plugin</name>
   <id>test-maven-deploy-plugin</id>
@@ -28,7 +27,7 @@
     <url>http://www.nettec.net</url>
   </organization>
   <inceptionYear>2002</inceptionYear>
-  <package>net.nettec.marsh.begin</package>
+  <packageName>net.nettec.marsh.begin</packageName>
   <shortDescription>Marsh Begin TTS Maven</shortDescription>
   <description>TTS Begin</description>
   <url/>
@@ -48,7 +47,9 @@
       <id>nathanc</id>
       <email>nathan.coast@blueyonder.co.uk</email>
       <organization>Shadow Solutions</organization>
-      <role>Java Developer</role>
+      <roles>
+        <role>Java Developer</role>
+      </roles>
     </developer>
   </developers>
   <dependencies>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org