summaryrefslogtreecommitdiffstats
path: root/java/sca/archetypes/quickstart-bpel/src/main
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-05-20 06:37:05 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-05-20 06:37:05 +0000
commitdcabb3cb1762b15ac06abb04e7134dd58010f82d (patch)
treeb826ab569b2533ae6254f50b788cbf9dc5bb2712 /java/sca/archetypes/quickstart-bpel/src/main
parent016d91d73396d778f544123efbd7ff81426a4e36 (diff)
Renaming implementation-bpel-ode to implementation-bpel-runtime to follow the name pattern used by other modules
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776591 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/archetypes/quickstart-bpel/src/main')
-rw-r--r--java/sca/archetypes/quickstart-bpel/src/main/resources/archetype-resources/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/sca/archetypes/quickstart-bpel/src/main/resources/archetype-resources/pom.xml b/java/sca/archetypes/quickstart-bpel/src/main/resources/archetype-resources/pom.xml
index d6c8dfd621..f8fba3c68e 100644
--- a/java/sca/archetypes/quickstart-bpel/src/main/resources/archetype-resources/pom.xml
+++ b/java/sca/archetypes/quickstart-bpel/src/main/resources/archetype-resources/pom.xml
@@ -46,7 +46,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-implementation-bpel-ode</artifactId>
+ <artifactId>tuscany-implementation-bpel-runtime</artifactId>
<version>${tuscany.version}</version>
<scope>runtime</scope>
</dependency>