diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-05-20 06:37:05 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-05-20 06:37:05 +0000 |
commit | dcabb3cb1762b15ac06abb04e7134dd58010f82d (patch) | |
tree | b826ab569b2533ae6254f50b788cbf9dc5bb2712 /java/sca/samples/helloworld-bpel | |
parent | 016d91d73396d778f544123efbd7ff81426a4e36 (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/samples/helloworld-bpel')
-rw-r--r-- | java/sca/samples/helloworld-bpel/pom.xml | 2 |
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> |