diff options
author | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-02-25 05:52:27 +0000 |
---|---|---|
committer | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-02-25 05:52:27 +0000 |
commit | e21c17e0b66d2b7768ec22fa69b55aea8c37a5d8 (patch) | |
tree | 23b3c70476c4961e81c81b04d44e9517ab1e9a88 /sca-java-1.x/trunk/tutorials/travelsample/contributions/payment-bpel | |
parent | 26b9afeceea37ceecbfa8cda2c1575fd3999b2e3 (diff) |
Add ODE runtime database to travel sample binary distro (TUSCANY-3461)
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916135 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/trunk/tutorials/travelsample/contributions/payment-bpel')
-rw-r--r-- | sca-java-1.x/trunk/tutorials/travelsample/contributions/payment-bpel/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/contributions/payment-bpel/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/contributions/payment-bpel/pom.xml index 1d062cd68d..3cf859b5eb 100644 --- a/sca-java-1.x/trunk/tutorials/travelsample/contributions/payment-bpel/pom.xml +++ b/sca-java-1.x/trunk/tutorials/travelsample/contributions/payment-bpel/pom.xml @@ -206,10 +206,10 @@ <artifactItem> <groupId>org.apache.ode</groupId> <artifactId>ode-dao-jpa-ojpa-derby</artifactId> - <version>1.1</version> + <version>1.1.1</version> <type>zip</type> <overWrite>true</overWrite> - <outputDirectory>${project.build.directory}/classes/</outputDirectory> + <outputDirectory>${project.build.directory}/test-classes/</outputDirectory> </artifactItem> </artifactItems> </configuration> |