You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by aj...@apache.org on 2006/07/06 12:34:03 UTC

svn commit: r419510 - /webservices/commons/trunk/modules/XmlSchema/project.xml

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: commons-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: commons-dev-help@ws.apache.org