summaryrefslogtreecommitdiffstats
path: root/java/sca/samples/helloworld-bpel/pom.xml
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/samples/helloworld-bpel/pom.xml
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 '')
-rw-r--r--java/sca/samples/helloworld-bpel/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/sca/samples/helloworld-bpel/pom.xml b/java/sca/samples/helloworld-bpel/pom.xml
index 6a1eee7936..a088095712 100644
--- a/java/sca/samples/helloworld-bpel/pom.xml
+++ b/java/sca/samples/helloworld-bpel/pom.xml
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-implementation-bpel-ode</artifactId>
+ <artifactId>tuscany-implementation-bpel-runtime</artifactId>
<version>2.0-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>