diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2008-10-18 20:01:41 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2008-10-18 20:01:41 +0000 |
commit | a532bc9298c0597cb17a9127389d39fef4e9b3ec (patch) | |
tree | f40e7371e2e7983da2472214545e2c76bbaa8e88 | |
parent | a26759a5ee5fc1f6298b1de27b4963598c4779b4 (diff) |
Fixing dependency name after module rename
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705913 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | branches/sca-equinox/modules/binding-gdata2-runtime/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/branches/sca-equinox/modules/binding-gdata2-runtime/pom.xml b/branches/sca-equinox/modules/binding-gdata2-runtime/pom.xml index 12356866c1..91d16d99c6 100644 --- a/branches/sca-equinox/modules/binding-gdata2-runtime/pom.xml +++ b/branches/sca-equinox/modules/binding-gdata2-runtime/pom.xml @@ -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> |