diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2009-12-01 19:58:18 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2009-12-01 19:58:18 +0000 |
commit | 058749120f8bf8c9f40d156d882e66f550c28d15 (patch) | |
tree | ef01054c39abf7b49ca316db8703ee1873f34e61 /sandbox/travelsample/distribution | |
parent | 23630b559b302350a8c5ca15e4f5f9a28851a5de (diff) |
Take account of name change from frontend to coordination
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@885899 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/travelsample/distribution')
-rw-r--r-- | sandbox/travelsample/distribution/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sandbox/travelsample/distribution/pom.xml b/sandbox/travelsample/distribution/pom.xml index df5c9578ed..774cd70f15 100644 --- a/sandbox/travelsample/distribution/pom.xml +++ b/sandbox/travelsample/distribution/pom.xml @@ -151,7 +151,7 @@ </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>scatours-contribution-fullapp-frontend</artifactId> + <artifactId>scatours-contribution-fullapp-coordination</artifactId> <version>${pom.version}</version> </dependency> <dependency> @@ -500,4 +500,4 @@ </plugin> </plugins> </build> -</project>
\ No newline at end of file +</project> |