Fix invalid POM

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@280528 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2005-09-13 09:51:36 +00:00
parent cb79a0ea0c
commit ea310b2252

View File

@ -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>