You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by js...@apache.org on 2008/05/13 07:15:43 UTC

svn commit: r655737 - /incubator/tuscany/java/sca/samples/helloworld-bpel/pom.xml

Author: jsdelfino
Date: Mon May 12 22:15:43 2008
New Revision: 655737

URL: http://svn.apache.org/viewvc?rev=655737&view=rev
Log:
Split implementation-bpel in two modules, implementation-bpel for the model and implementation-bpel-ode for the runtime.

Modified:
    incubator/tuscany/java/sca/samples/helloworld-bpel/pom.xml

Modified: incubator/tuscany/java/sca/samples/helloworld-bpel/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/helloworld-bpel/pom.xml?rev=655737&r1=655736&r2=655737&view=diff
==============================================================================
--- incubator/tuscany/java/sca/samples/helloworld-bpel/pom.xml (original)
+++ incubator/tuscany/java/sca/samples/helloworld-bpel/pom.xml Mon May 12 22:15:43 2008
@@ -51,7 +51,7 @@
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-implementation-bpel</artifactId>
+            <artifactId>tuscany-implementation-bpel-ode</artifactId>
             <version>2.0-incubating-SNAPSHOT</version>
             <scope>runtime</scope>
         </dependency>