You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by di...@apache.org on 2005/09/08 14:39:42 UTC

svn commit: r279559 - /webservices/axis2/trunk/java/modules/databinding/project.xml

Author: dims
Date: Thu Sep  8 05:39:39 2005
New Revision: 279559

URL: http://svn.apache.org/viewcvs?rev=279559&view=rev
Log:
Fix bad groupId


Modified:
    webservices/axis2/trunk/java/modules/databinding/project.xml

Modified: webservices/axis2/trunk/java/modules/databinding/project.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/databinding/project.xml?rev=279559&r1=279558&r2=279559&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/databinding/project.xml (original)
+++ webservices/axis2/trunk/java/modules/databinding/project.xml Thu Sep  8 05:39:39 2005
@@ -26,12 +26,12 @@
 
     <dependencies>
         <dependency>
-            <groupId>axis</groupId>
+            <groupId>axis2</groupId>
             <artifactId>axis2-xml</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>
         <dependency>
-            <groupId>axis</groupId>
+            <groupId>axis2</groupId>
             <artifactId>axis2-common</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>