diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2008-07-17 06:46:18 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2008-07-17 06:46:18 +0000 |
commit | 234c6ca5fb76807964a9ecdd761ea30cd4521bd4 (patch) | |
tree | 845198e10740d43b552c9609d76e179a7543ad32 /java/sca/modules/binding-gdata-runtime-gsoc | |
parent | a03f9e38afc837227470ec406847febd6f77c80f (diff) |
Small updates to the pom
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@677510 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/modules/binding-gdata-runtime-gsoc')
-rw-r--r-- | java/sca/modules/binding-gdata-runtime-gsoc/pom.xml | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/java/sca/modules/binding-gdata-runtime-gsoc/pom.xml b/java/sca/modules/binding-gdata-runtime-gsoc/pom.xml index b90cc4a04e..5a7433c57e 100644 --- a/java/sca/modules/binding-gdata-runtime-gsoc/pom.xml +++ b/java/sca/modules/binding-gdata-runtime-gsoc/pom.xml @@ -26,17 +26,15 @@ <relativePath>../pom.xml</relativePath> </parent> - <artifactId>tuscany-binding-gdata-extension-gsoc</artifactId> + <artifactId>tuscany-binding-gdata-runtime-gsoc</artifactId> <name>Apache Tuscany SCA Gdata Binding Extension</name> - <repositories> - <repository> - <id>com.google.gdata</id> - <url> - http://people.apache.org/~lresende/google-gdata/maven/ - </url> - </repository> - </repositories> + <repositories> + <repository> + <id>com.google.gdata</id> + <url>http://people.apache.org/~lresende/google-gdata/maven/</url> + </repository> + </repositories> <dependencies> <dependency> |