Author: ajith
Date: Mon Apr 24 01:50:07 2006
New Revision: 396481
URL: http://svn.apache.org/viewcvs?rev=396481&view=rev
Log:
Fixing minor error in the group id
Modified:
webservices/commons/trunk/modules/XmlSchema/project.xml
Modified: webservices/commons/trunk/modules/XmlSchema/project.xml
URL:
http://svn.apache.org/viewcvs/webservices/commons/trunk/modules/XmlSchema/project.xml?rev=396481&r1=396480&r2=396481&view=diff
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/project.xml (original)
+++ webservices/commons/trunk/modules/XmlSchema/project.xml Mon Apr 24 01:50:07
2006
@@ -22,7 +22,7 @@
<!-- a unique name for this project -->
<name>Apache XmlSchema</name>
<id>XmlSchema</id>
- <groupId>org.apache.ws.commons</groupId>
+ <groupId>ws-commons</groupId>
<package>org.apache.commons</package>
<currentVersion>${schema.version}</currentVersion>
<!-- details about the organization that 'owns' the project -->