diff options
author | mcombellack <mcombellack@13f79535-47bb-0310-9956-ffa450edef68> | 2008-07-07 09:02:37 +0000 |
---|---|---|
committer | mcombellack <mcombellack@13f79535-47bb-0310-9956-ffa450edef68> | 2008-07-07 09:02:37 +0000 |
commit | 71b4950c10804a877f5008f4d2e9d491360b80aa (patch) | |
tree | f44b7fb70e3fdf722e5f3312529ec995e4059c8b /java/sca | |
parent | cdf90a5f77e7c0f7bb1457f618fc598675351522 (diff) |
Fixed spelling mistake in google (was googoe) that was prevening the gdata-core artefact being uploaded
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@674425 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca')
-rwxr-xr-x | java/sca/modules/binding-gdata-runtime/deployGdataToMaven.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/sca/modules/binding-gdata-runtime/deployGdataToMaven.sh b/java/sca/modules/binding-gdata-runtime/deployGdataToMaven.sh index 800e057978..62918df581 100755 --- a/java/sca/modules/binding-gdata-runtime/deployGdataToMaven.sh +++ b/java/sca/modules/binding-gdata-runtime/deployGdataToMaven.sh @@ -1,3 +1,3 @@ -mvn gpg:sign-and-deploy-file -DgroupId=com.google.gdata -DartifactId=gdata-core -Dversion=1.0 -Dpackaging=jar -Dfile=gdata-core-1.0.jar -DrepositoryId=apache.people -Durl=scp://people.apache.org/home/lresende/public_html/googoe-gdata/maven -Dkeyname=lresende +mvn gpg:sign-and-deploy-file -DgroupId=com.google.gdata -DartifactId=gdata-core -Dversion=1.0 -Dpackaging=jar -Dfile=gdata-core-1.0.jar -DrepositoryId=apache.people -Durl=scp://people.apache.org/home/lresende/public_html/google-gdata/maven -Dkeyname=lresende mvn gpg:sign-and-deploy-file -DgroupId=com.google.gdata -DartifactId=gdata-client -Dversion=1.0 -Dpackaging=jar -Dfile=gdata-client-1.0.jar -DrepositoryId=apache.people -Durl=scp://people.apache.org/home/lresende/public_html/google-gdata/maven -Dkeyname=lresende |