You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2008/10/18 21:04:31 UTC

svn commit: r705907 - /tuscany/branches/sca-equinox/modules/binding-gdata-runtime/pom.xml

Author: lresende
Date: Sat Oct 18 12:04:30 2008
New Revision: 705907

URL: http://svn.apache.org/viewvc?rev=705907&view=rev
Log:
Fixing dependency name after module rename

Modified:
    tuscany/branches/sca-equinox/modules/binding-gdata-runtime/pom.xml

Modified: tuscany/branches/sca-equinox/modules/binding-gdata-runtime/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-equinox/modules/binding-gdata-runtime/pom.xml?rev=705907&r1=705906&r2=705907&view=diff
==============================================================================
--- tuscany/branches/sca-equinox/modules/binding-gdata-runtime/pom.xml (original)
+++ tuscany/branches/sca-equinox/modules/binding-gdata-runtime/pom.xml Sat Oct 18 12:04:30 2008
@@ -32,7 +32,7 @@
     <dependencies>
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-binding-gdata-gsoc</artifactId>
+            <artifactId>tuscany-binding-gdata</artifactId>
             <version>1.4-SNAPSHOT</version>
         </dependency>