diff options
author | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-09-16 10:30:47 +0000 |
---|---|---|
committer | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-09-16 10:30:47 +0000 |
commit | 6d1b0e4670f540142fc42087060eb0535c661b45 (patch) | |
tree | 28e2ab8c4aeeeb8dabba753fe6d8dc401e318e0e | |
parent | 3ad84c4a1399d302b6ced85c7df76b3f52f1d189 (diff) |
Fix incorrect mvn project names
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@997683 13f79535-47bb-0310-9956-ffa450edef68
3 files changed, 3 insertions, 3 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/samples/photo-gallery/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/samples/photo-gallery/pom.xml index b40e88c56a..43df669a96 100644 --- a/sca-java-1.x/branches/sca-java-1.6.1/samples/photo-gallery/pom.xml +++ b/sca-java-1.x/branches/sca-java-1.6.1/samples/photo-gallery/pom.xml @@ -26,7 +26,7 @@ <relativePath>../pom.xml</relativePath> </parent> <artifactId>sample-photo-gallery</artifactId> - <name>Apache Tuscany SCA Sample Getting Started Online Store</name> + <name>Apache Tuscany SCA Sample Photo Gallery</name> <repositories> <repository> diff --git a/sca-java-1.x/branches/sca-java-1.6.1/samples/store-dojo/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/samples/store-dojo/pom.xml index 72b9ea5dee..7de682b172 100644 --- a/sca-java-1.x/branches/sca-java-1.6.1/samples/store-dojo/pom.xml +++ b/sca-java-1.x/branches/sca-java-1.6.1/samples/store-dojo/pom.xml @@ -26,7 +26,7 @@ <relativePath>../pom.xml</relativePath> </parent> <artifactId>sample-store-dojo</artifactId> - <name>Apache Tuscany SCA Sample Getting Started Online Store</name> + <name>Apache Tuscany SCA Sample Getting Started Online Store Dojo</name> <repositories> <repository> diff --git a/sca-java-1.x/branches/sca-java-1.6.1/samples/store-secure/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/samples/store-secure/pom.xml index 5bd095d3df..2cd0084086 100644 --- a/sca-java-1.x/branches/sca-java-1.6.1/samples/store-secure/pom.xml +++ b/sca-java-1.x/branches/sca-java-1.6.1/samples/store-secure/pom.xml @@ -26,7 +26,7 @@ <relativePath>../pom.xml</relativePath> </parent> <artifactId>sample-store-secure</artifactId> - <name>Apache Tuscany SCA Sample Getting Started Online Store</name> + <name>Apache Tuscany SCA Sample Getting Started Online Store Secure</name> <repositories> <repository> |