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 22:01:42 UTC

svn commit: r705913 - /tuscany/branches/sca-equinox/modules/binding-gdata2-runtime/pom.xml

Author: lresende
Date: Sat Oct 18 13:01:41 2008
New Revision: 705913

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

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

Modified: tuscany/branches/sca-equinox/modules/binding-gdata2-runtime/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-equinox/modules/binding-gdata2-runtime/pom.xml?rev=705913&r1=705912&r2=705913&view=diff
==============================================================================
--- tuscany/branches/sca-equinox/modules/binding-gdata2-runtime/pom.xml (original)
+++ tuscany/branches/sca-equinox/modules/binding-gdata2-runtime/pom.xml Sat Oct 18 13:01:41 2008
@@ -38,7 +38,7 @@
     <dependencies>
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-binding-gdata</artifactId>
+            <artifactId>tuscany-binding-gdata2</artifactId>
             <version>1.4-SNAPSHOT</version>
         </dependency>