Author: ajith
Date: Thu Jul  6 03:34:01 2006
New Revision: 419510

URL: http://svn.apache.org/viewvc?rev=419510&view=rev
Log:
1.Fixed a wrong groupId in the project.xml. This error causes the generated jar 
to be copied into a wrong repository location when running the maven 1 build

Modified:
    webservices/commons/trunk/modules/XmlSchema/project.xml

Modified: webservices/commons/trunk/modules/XmlSchema/project.xml
URL: 
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/project.xml?rev=419510&r1=419509&r2=419510&view=diff
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/project.xml (original)
+++ webservices/commons/trunk/modules/XmlSchema/project.xml Thu Jul  6 03:34:01 
2006
@@ -22,7 +22,7 @@
        <!-- a unique name for this project -->
        <name>Apache XmlSchema</name>
        <id>XmlSchema</id>
-       <groupId>ws-commons</groupId>
+       <groupId>org.apache.ws.commons</groupId>
        <package>org.apache.commons</package>
        <currentVersion>${schema.version}</currentVersion>
        <!-- details about the organization that 'owns' the project -->



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

Reply via email to