From d23b31c01f30008f935e58fb9fb41919327f278e Mon Sep 17 00:00:00 2001 From: slaws Date: Sat, 21 Feb 2009 13:33:30 +0000 Subject: Switch poms back to depend on 1.5-SNAPSHOT as much of the stuff that I'm adding now depends on 1.x fixes git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@746505 13f79535-47bb-0310-9956-ffa450edef68 --- sandbox/travelsample/chapter-01/pom.xml | 12 +- .../chapter-02/goodvaluetrips-contribution/pom.xml | 6 +- sandbox/travelsample/chapter-02/node/build.xml | 32 ++-- sandbox/travelsample/chapter-02/node/pom.xml | 2 +- sandbox/travelsample/chapter-02/pom.xml | 2 +- .../tuscanyscatours-contribution/pom.xml | 4 +- sandbox/travelsample/chapter-03/pom.xml | 2 +- sandbox/travelsample/chapter-05/node/build.xml | 167 ++++++++++----------- sandbox/travelsample/chapter-05/node/pom.xml | 34 ++--- .../node/src/main/java/scatours/LaunchNode.java | 4 +- sandbox/travelsample/chapter-05/pom.xml | 2 +- .../chapter-05/ui-contribution/build.xml | 81 +++++----- .../chapter-05/ui-contribution/pom.xml | 12 +- sandbox/travelsample/chapter-06/pom.xml | 6 +- sandbox/travelsample/chapter-07/pom.xml | 2 +- sandbox/travelsample/chapter-08/pom.xml | 2 +- .../chapter-08/ui-contribution-webapp/build.xml | 58 +++---- .../chapter-08/ui-contribution-webapp/pom.xml | 12 +- .../creditcard-payment-sdo-contribution/pom.xml | 14 +- sandbox/travelsample/chapter-09/node/build.xml | 155 ++++++++++--------- sandbox/travelsample/chapter-09/node/pom.xml | 28 ++-- .../chapter-09/payment-contribution/pom.xml | 12 +- sandbox/travelsample/chapter-09/pom.xml | 2 +- .../chapter-09/ui-contribution/build.xml | 2 +- .../chapter-09/ui-contribution/pom.xml | 10 +- sandbox/travelsample/pom.xml | 2 +- .../calendar-contribution/pom.xml | 6 +- .../shared-contributions/car-contribution/pom.xml | 8 +- .../common-contribution/pom.xml | 6 +- .../creditcard-payment-jaxb-contribution/pom.xml | 14 +- .../currency-contribution/pom.xml | 6 +- .../emailgateway-contribution/pom.xml | 12 +- .../flight-contribution/pom.xml | 8 +- .../hotel-contribution/pom.xml | 8 +- sandbox/travelsample/shared-contributions/pom.xml | 3 +- .../scatours-contribution/pom.xml | 18 +-- .../shoppingcart-contribution/pom.xml | 63 ++++++-- .../travelcatalog-contribution/pom.xml | 12 +- .../shared-contributions/trip-contribution/pom.xml | 8 +- .../tripbooking-contribution/pom.xml | 12 +- 40 files changed, 451 insertions(+), 398 deletions(-) (limited to 'sandbox/travelsample') diff --git a/sandbox/travelsample/chapter-01/pom.xml b/sandbox/travelsample/chapter-01/pom.xml index c7fa91b952..fef850d2d7 100644 --- a/sandbox/travelsample/chapter-01/pom.xml +++ b/sandbox/travelsample/chapter-01/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4 + 1.5-SNAPSHOT scatours-chapter-01 @@ -32,34 +32,34 @@ org.apache.tuscany.sca tuscany-node-api - 1.4 + 1.5-SNAPSHOT org.apache.tuscany.sca tuscany-node-impl - 1.4 + 1.5-SNAPSHOT runtime org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4 + 1.5-SNAPSHOT test org.apache.tuscany.sca tuscany-binding-ws-axis2 - 1.4 + 1.5-SNAPSHOT test org.apache.tuscany.sca tuscany-host-tomcat - 1.4 + 1.5-SNAPSHOT test diff --git a/sandbox/travelsample/chapter-02/goodvaluetrips-contribution/pom.xml b/sandbox/travelsample/chapter-02/goodvaluetrips-contribution/pom.xml index 745ddd17b3..fe64ac94b3 100644 --- a/sandbox/travelsample/chapter-02/goodvaluetrips-contribution/pom.xml +++ b/sandbox/travelsample/chapter-02/goodvaluetrips-contribution/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4 + 1.5-SNAPSHOT scatours-chapter-02-goodvaluetrips-contribution @@ -32,14 +32,14 @@ org.apache.tuscany.sca tuscany-sca-api - 1.4 + 1.5-SNAPSHOT diff --git a/sandbox/travelsample/chapter-02/node/build.xml b/sandbox/travelsample/chapter-02/node/build.xml index 9c6f9f9043..1d3e3adea3 100644 --- a/sandbox/travelsample/chapter-02/node/build.xml +++ b/sandbox/travelsample/chapter-02/node/build.xml @@ -118,19 +118,19 @@ - + - - - - - - + + + + + + @@ -139,12 +139,12 @@ - + - + - + @@ -160,13 +160,13 @@ - - + + - - - + + + @@ -178,7 +178,7 @@ - + diff --git a/sandbox/travelsample/chapter-02/node/pom.xml b/sandbox/travelsample/chapter-02/node/pom.xml index 15b4cc7333..15fbfaf79c 100644 --- a/sandbox/travelsample/chapter-02/node/pom.xml +++ b/sandbox/travelsample/chapter-02/node/pom.xml @@ -94,7 +94,7 @@ org.apache.derby derby - 10.3.1.4 + 10.3.1.5-SNAPSHOT runtime diff --git a/sandbox/travelsample/chapter-02/pom.xml b/sandbox/travelsample/chapter-02/pom.xml index 9450cbaeb5..61d99c1777 100644 --- a/sandbox/travelsample/chapter-02/pom.xml +++ b/sandbox/travelsample/chapter-02/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4 + 1.5-SNAPSHOT tuscany-scatours-chapter-02 diff --git a/sandbox/travelsample/chapter-02/tuscanyscatours-contribution/pom.xml b/sandbox/travelsample/chapter-02/tuscanyscatours-contribution/pom.xml index 4536d16dfe..dc6cea44ae 100644 --- a/sandbox/travelsample/chapter-02/tuscanyscatours-contribution/pom.xml +++ b/sandbox/travelsample/chapter-02/tuscanyscatours-contribution/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4 + 1.5-SNAPSHOT scatours-chapter-02-tuscanyscatours-contribution @@ -32,7 +32,7 @@ org.apache.tuscany.sca tuscany-sca-api - 1.4 + 1.5-SNAPSHOT diff --git a/sandbox/travelsample/chapter-03/pom.xml b/sandbox/travelsample/chapter-03/pom.xml index 63b1a1003c..7d417a20de 100644 --- a/sandbox/travelsample/chapter-03/pom.xml +++ b/sandbox/travelsample/chapter-03/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4-SNAPSHOT + 1.5-SNAPSHOT-SNAPSHOT tuscany-scatours-chapter-03 diff --git a/sandbox/travelsample/chapter-05/node/build.xml b/sandbox/travelsample/chapter-05/node/build.xml index 773598a32f..a96dff856a 100644 --- a/sandbox/travelsample/chapter-05/node/build.xml +++ b/sandbox/travelsample/chapter-05/node/build.xml @@ -18,19 +18,19 @@ --> - - + - + + @@ -57,86 +57,86 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -162,7 +162,7 @@ - + @@ -181,7 +181,6 @@ - diff --git a/sandbox/travelsample/chapter-05/node/pom.xml b/sandbox/travelsample/chapter-05/node/pom.xml index e5bb7affb5..df2e00eee0 100644 --- a/sandbox/travelsample/chapter-05/node/pom.xml +++ b/sandbox/travelsample/chapter-05/node/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4 + 1.5-SNAPSHOT scatours-chapter-05-node @@ -32,103 +32,103 @@ org.apache.tuscany.sca tuscany-node-api - 1.4 + 1.5-SNAPSHOT org.apache.tuscany.sca tuscany-node-launcher - 1.4 + 1.5-SNAPSHOT org.apache.tuscany.sca tuscany-domain-manager - 1.4 + 1.5-SNAPSHOT runtime org.apache.tuscany.sca tuscany-implementation-node-runtime - 1.4 + 1.5-SNAPSHOT runtime org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4 + 1.5-SNAPSHOT runtime org.apache.tuscany.sca tuscany-implementation-widget-runtime - 1.4 + 1.5-SNAPSHOT runtime org.apache.tuscany.sca tuscany-implementation-resource-runtime - 1.4 + 1.5-SNAPSHOT runtime org.apache.tuscany.sca tuscany-binding-atom-abdera - 1.4 + 1.5-SNAPSHOT runtime org.apache.tuscany.sca tuscany-binding-jsonrpc-runtime - 1.4 + 1.5-SNAPSHOT runtime org.apache.tuscany.sca tuscany-binding-http-runtime - 1.4 + 1.5-SNAPSHOT runtime org.apache.tuscany.sca tuscany-binding-ws-axis2 - 1.4 + 1.5-SNAPSHOT runtime org.apache.tuscany.sca tuscany-binding-sca-axis2 - 1.4 + 1.5-SNAPSHOT runtime org.apache.tuscany.sca tuscany-binding-ejb-runtime - 1.4 + 1.5-SNAPSHOT runtime org.apache.tuscany.sca tuscany-implementation-ejb - 1.4 + 1.5-SNAPSHOT runtime org.apache.tuscany.sca tuscany-implementation-bpel-ode - 1.4 + 1.5-SNAPSHOT runtime @@ -147,7 +147,7 @@ org.apache.tuscany.sca tuscany-maven-ant-generator - 1.4 + 1.5-SNAPSHOT diff --git a/sandbox/travelsample/chapter-05/node/src/main/java/scatours/LaunchNode.java b/sandbox/travelsample/chapter-05/node/src/main/java/scatours/LaunchNode.java index e41f28c425..e78b387f6f 100644 --- a/sandbox/travelsample/chapter-05/node/src/main/java/scatours/LaunchNode.java +++ b/sandbox/travelsample/chapter-05/node/src/main/java/scatours/LaunchNode.java @@ -45,8 +45,8 @@ public class LaunchNode { new SCAContribution("trip", "../../shared-contributions/trip-contribution/target/classes"), new SCAContribution("tripbooking", "../../shared-contributions/tripbooking-contribution/target/classes"), new SCAContribution("travelcatalog", "../../shared-contributions/travelcatalog-contribution/target/classes"), - //new SCAContribution("payment", "../../shared-contributions/payment-contribution/target/classes"), - //new SCAContribution("emailgateway", "../../shared-contributions/emailgateway-contribution/target/classes"), + new SCAContribution("payment", "../../shared-contributions/payment-java-contribution/target/classes"), + new SCAContribution("creditcard", "../../shared-contributions/creditcard-payment-jaxb-contribution/target/classes"), new SCAContribution("shoppingcart", "../../shared-contributions/shoppingcart-contribution/target/classes"), new SCAContribution("scatours", "../../shared-contributions/scatours-contribution/target/classes"), new SCAContribution("ui", "../ui-contribution/target/classes")); diff --git a/sandbox/travelsample/chapter-05/pom.xml b/sandbox/travelsample/chapter-05/pom.xml index b358ed5804..5507b545d1 100644 --- a/sandbox/travelsample/chapter-05/pom.xml +++ b/sandbox/travelsample/chapter-05/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4 + 1.5-SNAPSHOT tuscany-scatours-chapter-05 diff --git a/sandbox/travelsample/chapter-05/ui-contribution/build.xml b/sandbox/travelsample/chapter-05/ui-contribution/build.xml index 11d6c40c45..4c14d4dde8 100644 --- a/sandbox/travelsample/chapter-05/ui-contribution/build.xml +++ b/sandbox/travelsample/chapter-05/ui-contribution/build.xml @@ -22,14 +22,15 @@ - + - + + @@ -57,48 +58,54 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + + + + + + + diff --git a/sandbox/travelsample/chapter-05/ui-contribution/pom.xml b/sandbox/travelsample/chapter-05/ui-contribution/pom.xml index bc9399e9d8..a51f04ce59 100644 --- a/sandbox/travelsample/chapter-05/ui-contribution/pom.xml +++ b/sandbox/travelsample/chapter-05/ui-contribution/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4 + 1.5-SNAPSHOT scatours-chapter-05-ui-contribution @@ -32,27 +32,27 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4 + 1.5-SNAPSHOT org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4 + 1.5-SNAPSHOT test org.apache.tuscany.sca tuscany-binding-ws-axis2 - 1.4 + 1.5-SNAPSHOT test org.apache.tuscany.sca tuscany-host-tomcat - 1.4 + 1.5-SNAPSHOT test @@ -71,7 +71,7 @@ org.apache.tuscany.sca tuscany-maven-ant-generator - 1.4 + 1.5-SNAPSHOT diff --git a/sandbox/travelsample/chapter-06/pom.xml b/sandbox/travelsample/chapter-06/pom.xml index 4a5ec5b694..b8fc7a5881 100644 --- a/sandbox/travelsample/chapter-06/pom.xml +++ b/sandbox/travelsample/chapter-06/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4 + 1.5-SNAPSHOT tuscany-scatours-chapter-06 @@ -38,6 +38,10 @@ node payment-bpel-contribution + payment-spring-contribution + payment-spring-annotation-contribution + ui-bpel-contribution + ui-spring-contribution diff --git a/sandbox/travelsample/chapter-07/pom.xml b/sandbox/travelsample/chapter-07/pom.xml index b418036f65..5f9e3ef56b 100644 --- a/sandbox/travelsample/chapter-07/pom.xml +++ b/sandbox/travelsample/chapter-07/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4-SNAPSHOT + 1.5-SNAPSHOT-SNAPSHOT tuscany-scatours-chapter-07 diff --git a/sandbox/travelsample/chapter-08/pom.xml b/sandbox/travelsample/chapter-08/pom.xml index 0ac36f2965..caf9636c18 100644 --- a/sandbox/travelsample/chapter-08/pom.xml +++ b/sandbox/travelsample/chapter-08/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4-SNAPSHOT + 1.5-SNAPSHOT-SNAPSHOT tuscany-scatours-chapter-08 diff --git a/sandbox/travelsample/chapter-08/ui-contribution-webapp/build.xml b/sandbox/travelsample/chapter-08/ui-contribution-webapp/build.xml index 924456228e..f453e53815 100644 --- a/sandbox/travelsample/chapter-08/ui-contribution-webapp/build.xml +++ b/sandbox/travelsample/chapter-08/ui-contribution-webapp/build.xml @@ -57,35 +57,35 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sandbox/travelsample/chapter-08/ui-contribution-webapp/pom.xml b/sandbox/travelsample/chapter-08/ui-contribution-webapp/pom.xml index 614ff82ac7..a253fbf74b 100644 --- a/sandbox/travelsample/chapter-08/ui-contribution-webapp/pom.xml +++ b/sandbox/travelsample/chapter-08/ui-contribution-webapp/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4-SNAPSHOT + 1.5-SNAPSHOT-SNAPSHOT war @@ -33,27 +33,27 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4-SNAPSHOT + 1.5-SNAPSHOT-SNAPSHOT org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4-SNAPSHOT + 1.5-SNAPSHOT-SNAPSHOT test org.apache.tuscany.sca tuscany-binding-ws-axis2 - 1.4-SNAPSHOT + 1.5-SNAPSHOT-SNAPSHOT test org.apache.tuscany.sca tuscany-host-tomcat - 1.4-SNAPSHOT + 1.5-SNAPSHOT-SNAPSHOT test @@ -86,7 +86,7 @@ org.apache.tuscany.sca tuscany-maven-ant-generator - 1.4-SNAPSHOT + 1.5-SNAPSHOT-SNAPSHOT diff --git a/sandbox/travelsample/chapter-09/creditcard-payment-sdo-contribution/pom.xml b/sandbox/travelsample/chapter-09/creditcard-payment-sdo-contribution/pom.xml index 9fb34dba76..e93aa76758 100644 --- a/sandbox/travelsample/chapter-09/creditcard-payment-sdo-contribution/pom.xml +++ b/sandbox/travelsample/chapter-09/creditcard-payment-sdo-contribution/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4 + 1.5-SNAPSHOT scatours-chapter-09-creditcard-payment-sdo-contribution @@ -32,40 +32,40 @@ org.apache.tuscany.sca tuscany-node-api - 1.4 + 1.5-SNAPSHOT org.apache.tuscany.sca tuscany-node-impl - 1.4 + 1.5-SNAPSHOT runtime org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4 + 1.5-SNAPSHOT runtime org.apache.tuscany.sca tuscany-databinding-sdo - 1.4 + 1.5-SNAPSHOT org.apache.tuscany.sca tuscany-binding-ws-axis2 - 1.4 + 1.5-SNAPSHOT runtime org.apache.tuscany.sca tuscany-host-jetty - 1.4 + 1.5-SNAPSHOT runtime diff --git a/sandbox/travelsample/chapter-09/node/build.xml b/sandbox/travelsample/chapter-09/node/build.xml index 84c1a14a5e..2c26646c51 100644 --- a/sandbox/travelsample/chapter-09/node/build.xml +++ b/sandbox/travelsample/chapter-09/node/build.xml @@ -18,19 +18,19 @@ --> - - + - + + @@ -57,80 +57,80 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -154,7 +154,7 @@ - + @@ -164,7 +164,6 @@ - diff --git a/sandbox/travelsample/chapter-09/node/pom.xml b/sandbox/travelsample/chapter-09/node/pom.xml index 08cd919bfc..b6a0d70a6a 100644 --- a/sandbox/travelsample/chapter-09/node/pom.xml +++ b/sandbox/travelsample/chapter-09/node/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4 + 1.5-SNAPSHOT scatours-chapter-09-node @@ -32,82 +32,82 @@ org.apache.tuscany.sca tuscany-node-api - 1.4 + 1.5-SNAPSHOT org.apache.tuscany.sca tuscany-node-launcher - 1.4 + 1.5-SNAPSHOT org.apache.tuscany.sca tuscany-domain-manager - 1.4 + 1.5-SNAPSHOT runtime org.apache.tuscany.sca tuscany-implementation-node-runtime - 1.4 + 1.5-SNAPSHOT runtime org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4 + 1.5-SNAPSHOT runtime org.apache.tuscany.sca tuscany-implementation-widget-runtime - 1.4 + 1.5-SNAPSHOT runtime org.apache.tuscany.sca tuscany-implementation-resource-runtime - 1.4 + 1.5-SNAPSHOT runtime org.apache.tuscany.sca tuscany-binding-atom-abdera - 1.4 + 1.5-SNAPSHOT runtime org.apache.tuscany.sca tuscany-binding-jsonrpc-runtime - 1.4 + 1.5-SNAPSHOT runtime org.apache.tuscany.sca tuscany-binding-http-runtime - 1.4 + 1.5-SNAPSHOT runtime org.apache.tuscany.sca tuscany-binding-ws-axis2 - 1.4 + 1.5-SNAPSHOT runtime org.apache.tuscany.sca tuscany-binding-sca-axis2 - 1.4 + 1.5-SNAPSHOT runtime @@ -127,7 +127,7 @@ org.apache.tuscany.sca tuscany-maven-ant-generator - 1.4 + 1.5-SNAPSHOT diff --git a/sandbox/travelsample/chapter-09/payment-contribution/pom.xml b/sandbox/travelsample/chapter-09/payment-contribution/pom.xml index ce60f33f29..5f3b822de7 100644 --- a/sandbox/travelsample/chapter-09/payment-contribution/pom.xml +++ b/sandbox/travelsample/chapter-09/payment-contribution/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4 + 1.5-SNAPSHOT scatours-chapter-09-payment-contribution @@ -32,34 +32,34 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4 + 1.5-SNAPSHOT org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4 + 1.5-SNAPSHOT runtime org.apache.tuscany.sca tuscany-binding-jsonrpc-runtime - 1.4 + 1.5-SNAPSHOT runtime org.apache.tuscany.sca tuscany-binding-ws-axis2 - 1.4 + 1.5-SNAPSHOT runtime org.apache.tuscany.sca tuscany-host-jetty - 1.4 + 1.5-SNAPSHOT runtime diff --git a/sandbox/travelsample/chapter-09/pom.xml b/sandbox/travelsample/chapter-09/pom.xml index 8fac6c9a59..7d7bee30ff 100644 --- a/sandbox/travelsample/chapter-09/pom.xml +++ b/sandbox/travelsample/chapter-09/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4 + 1.5-SNAPSHOT tuscany-scatours-chapter-09 diff --git a/sandbox/travelsample/chapter-09/ui-contribution/build.xml b/sandbox/travelsample/chapter-09/ui-contribution/build.xml index 0aa96f56de..dfebf9c5c1 100644 --- a/sandbox/travelsample/chapter-09/ui-contribution/build.xml +++ b/sandbox/travelsample/chapter-09/ui-contribution/build.xml @@ -92,7 +92,7 @@ - + diff --git a/sandbox/travelsample/chapter-09/ui-contribution/pom.xml b/sandbox/travelsample/chapter-09/ui-contribution/pom.xml index b330385cd1..8b6a8790b1 100644 --- a/sandbox/travelsample/chapter-09/ui-contribution/pom.xml +++ b/sandbox/travelsample/chapter-09/ui-contribution/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4 + 1.5-SNAPSHOT scatours-chapter-09-ui-contribution @@ -32,27 +32,27 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4 + 1.5-SNAPSHOT org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4 + 1.5-SNAPSHOT test org.apache.tuscany.sca tuscany-binding-ws-axis2 - 1.4 + 1.5-SNAPSHOT test org.apache.tuscany.sca tuscany-host-tomcat - 1.4 + 1.5-SNAPSHOT test diff --git a/sandbox/travelsample/pom.xml b/sandbox/travelsample/pom.xml index af9fa85ee9..4227a3588a 100644 --- a/sandbox/travelsample/pom.xml +++ b/sandbox/travelsample/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4-SNAPSHOT + 1.5-SNAPSHOT tuscany-scatours diff --git a/sandbox/travelsample/shared-contributions/calendar-contribution/pom.xml b/sandbox/travelsample/shared-contributions/calendar-contribution/pom.xml index 165ffa20b5..ac4004355c 100644 --- a/sandbox/travelsample/shared-contributions/calendar-contribution/pom.xml +++ b/sandbox/travelsample/shared-contributions/calendar-contribution/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4 + 1.5-SNAPSHOT scatours-calendar-contribution @@ -32,13 +32,13 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4 + 1.5-SNAPSHOT org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4 + 1.5-SNAPSHOT runtime diff --git a/sandbox/travelsample/shared-contributions/car-contribution/pom.xml b/sandbox/travelsample/shared-contributions/car-contribution/pom.xml index 7cfcf79d97..9728629bfe 100644 --- a/sandbox/travelsample/shared-contributions/car-contribution/pom.xml +++ b/sandbox/travelsample/shared-contributions/car-contribution/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4 + 1.5-SNAPSHOT scatours-car-contribution @@ -32,19 +32,19 @@ org.apache.tuscany.sca tuscany-sca-api - 1.4 + 1.5-SNAPSHOT org.apache.tuscany.sca tuscany-data-api - 1.4 + 1.5-SNAPSHOT org.apache.tuscany.sca scatours-common-contribution - 1.4 + 1.5-SNAPSHOT diff --git a/sandbox/travelsample/shared-contributions/common-contribution/pom.xml b/sandbox/travelsample/shared-contributions/common-contribution/pom.xml index 6563b8d6ab..1a876f2539 100644 --- a/sandbox/travelsample/shared-contributions/common-contribution/pom.xml +++ b/sandbox/travelsample/shared-contributions/common-contribution/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4 + 1.5-SNAPSHOT scatours-common-contribution @@ -32,13 +32,13 @@ org.apache.tuscany.sca tuscany-sca-api - 1.4 + 1.5-SNAPSHOT org.apache.tuscany.sca tuscany-data-api - 1.4 + 1.5-SNAPSHOT diff --git a/sandbox/travelsample/shared-contributions/creditcard-payment-jaxb-contribution/pom.xml b/sandbox/travelsample/shared-contributions/creditcard-payment-jaxb-contribution/pom.xml index 137ed29d5b..edf5b6cc21 100644 --- a/sandbox/travelsample/shared-contributions/creditcard-payment-jaxb-contribution/pom.xml +++ b/sandbox/travelsample/shared-contributions/creditcard-payment-jaxb-contribution/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4 + 1.5-SNAPSHOT scatours-creditcard-payment-jaxb-contribution @@ -32,41 +32,41 @@ org.apache.tuscany.sca tuscany-node-api - 1.4 + 1.5-SNAPSHOT org.apache.tuscany.sca tuscany-node-impl - 1.4 + 1.5-SNAPSHOT runtime org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4 + 1.5-SNAPSHOT runtime org.apache.tuscany.sca tuscany-binding-jsonrpc-runtime - 1.4 + 1.5-SNAPSHOT runtime org.apache.tuscany.sca tuscany-binding-ws-axis2 - 1.4 + 1.5-SNAPSHOT runtime org.apache.tuscany.sca tuscany-host-jetty - 1.4 + 1.5-SNAPSHOT runtime diff --git a/sandbox/travelsample/shared-contributions/currency-contribution/pom.xml b/sandbox/travelsample/shared-contributions/currency-contribution/pom.xml index f358d94f98..9897d0dcb8 100644 --- a/sandbox/travelsample/shared-contributions/currency-contribution/pom.xml +++ b/sandbox/travelsample/shared-contributions/currency-contribution/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4 + 1.5-SNAPSHOT scatours-currency-contribution @@ -32,13 +32,13 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4 + 1.5-SNAPSHOT org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4 + 1.5-SNAPSHOT runtime diff --git a/sandbox/travelsample/shared-contributions/emailgateway-contribution/pom.xml b/sandbox/travelsample/shared-contributions/emailgateway-contribution/pom.xml index 302c9398b9..87d39db135 100644 --- a/sandbox/travelsample/shared-contributions/emailgateway-contribution/pom.xml +++ b/sandbox/travelsample/shared-contributions/emailgateway-contribution/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4 + 1.5-SNAPSHOT scatours-emailgateway-contribution @@ -32,34 +32,34 @@ org.apache.tuscany.sca tuscany-host-embedded - 1.4 + 1.5-SNAPSHOT org.apache.tuscany.sca tuscany-implementation-java-runtime - 1.4 + 1.5-SNAPSHOT runtime org.apache.tuscany.sca tuscany-binding-jsonrpc-runtime - 1.4 + 1.5-SNAPSHOT runtime org.apache.tuscany.sca tuscany-binding-ws-axis2 - 1.4 + 1.5-SNAPSHOT runtime org.apache.tuscany.sca tuscany-host-jetty - 1.4 + 1.5-SNAPSHOT runtime diff --git a/sandbox/travelsample/shared-contributions/flight-contribution/pom.xml b/sandbox/travelsample/shared-contributions/flight-contribution/pom.xml index b324946692..87420897e3 100644 --- a/sandbox/travelsample/shared-contributions/flight-contribution/pom.xml +++ b/sandbox/travelsample/shared-contributions/flight-contribution/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4 + 1.5-SNAPSHOT scatours-flight-contribution @@ -32,19 +32,19 @@ org.apache.tuscany.sca tuscany-sca-api - 1.4 + 1.5-SNAPSHOT org.apache.tuscany.sca tuscany-data-api - 1.4 + 1.5-SNAPSHOT org.apache.tuscany.sca scatours-common-contribution - 1.4 + 1.5-SNAPSHOT diff --git a/sandbox/travelsample/shared-contributions/hotel-contribution/pom.xml b/sandbox/travelsample/shared-contributions/hotel-contribution/pom.xml index b9c7483699..4d985fdf51 100644 --- a/sandbox/travelsample/shared-contributions/hotel-contribution/pom.xml +++ b/sandbox/travelsample/shared-contributions/hotel-contribution/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4 + 1.5-SNAPSHOT scatours-hotel-contribution @@ -32,19 +32,19 @@ org.apache.tuscany.sca tuscany-sca-api - 1.4 + 1.5-SNAPSHOT org.apache.tuscany.sca tuscany-data-api - 1.4 + 1.5-SNAPSHOT org.apache.tuscany.sca scatours-common-contribution - 1.4 + 1.5-SNAPSHOT diff --git a/sandbox/travelsample/shared-contributions/pom.xml b/sandbox/travelsample/shared-contributions/pom.xml index 648c067f92..dec2e0b4a1 100644 --- a/sandbox/travelsample/shared-contributions/pom.xml +++ b/sandbox/travelsample/shared-contributions/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4 + 1.5-SNAPSHOT tuscany-scatours-common-contributions @@ -49,6 +49,7 @@ tripbooking-contribution trip-contribution scatours-contribution + payment-java-contribution diff --git a/sandbox/travelsample/shared-contributions/scatours-contribution/pom.xml b/sandbox/travelsample/shared-contributions/scatours-contribution/pom.xml index 816fbe11b4..6a29b5d00c 100644 --- a/sandbox/travelsample/shared-contributions/scatours-contribution/pom.xml +++ b/sandbox/travelsample/shared-contributions/scatours-contribution/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4 + 1.5-SNAPSHOT scatours-scatours-contribution @@ -32,50 +32,50 @@ org.apache.tuscany.sca tuscany-sca-api - 1.4 + 1.5-SNAPSHOT org.apache.tuscany.sca tuscany-data-api - 1.4 + 1.5-SNAPSHOT org.apache.tuscany.sca scatours-common-contribution - 1.4 + 1.5-SNAPSHOT org.apache.tuscany.sca scatours-currency-contribution - 1.4 + 1.5-SNAPSHOT org.apache.tuscany.sca scatours-travelcatalog-contribution - 1.4 + 1.5-SNAPSHOT org.apache.tuscany.sca scatours-tripbooking-contribution - 1.4 + 1.5-SNAPSHOT org.apache.tuscany.sca scatours-shoppingcart-contribution - 1.4 + 1.5-SNAPSHOT diff --git a/sandbox/travelsample/shared-contributions/shoppingcart-contribution/pom.xml b/sandbox/travelsample/shared-contributions/shoppingcart-contribution/pom.xml index 248c757067..0b90382703 100644 --- a/sandbox/travelsample/shared-contributions/shoppingcart-contribution/pom.xml +++ b/sandbox/travelsample/shared-contributions/shoppingcart-contribution/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4 + 1.5-SNAPSHOT scatours-shoppingcart-contribution @@ -32,34 +32,32 @@ org.apache.tuscany.sca tuscany-sca-api - 1.4 + 1.5-SNAPSHOT org.apache.tuscany.sca tuscany-data-api - 1.4 + 1.5-SNAPSHOT org.apache.tuscany.sca scatours-common-contribution - 1.4 + 1.5-SNAPSHOT org.apache.tuscany.sca scatours-currency-contribution - 1.4 + 1.5-SNAPSHOT - - junit @@ -72,5 +70,50 @@ ${artifactId} + + + org.codehaus.mojo + build-helper-maven-plugin + 1.0 + + + add-source + generate-sources + + add-source + + + + target/jaxws-source + + + + + + + org.codehaus.mojo + jaxws-maven-plugin + 1.9 + + + payment + generate-sources + + wsimport + + + payment + ${basedir}/src/main/resources + + Payment.wsdl + + ${project.build.directory}/jaxws-source + false + true + + + + + diff --git a/sandbox/travelsample/shared-contributions/travelcatalog-contribution/pom.xml b/sandbox/travelsample/shared-contributions/travelcatalog-contribution/pom.xml index 0622458c17..54e521d76b 100644 --- a/sandbox/travelsample/shared-contributions/travelcatalog-contribution/pom.xml +++ b/sandbox/travelsample/shared-contributions/travelcatalog-contribution/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4 + 1.5-SNAPSHOT scatours-travelcatalog-contribution @@ -32,31 +32,31 @@ org.apache.tuscany.sca tuscany-sca-api - 1.4 + 1.5-SNAPSHOT org.apache.tuscany.sca tuscany-data-api - 1.4 + 1.5-SNAPSHOT org.apache.tuscany.sca scatours-common-contribution - 1.4 + 1.5-SNAPSHOT org.apache.tuscany.sca scatours-currency-contribution - 1.4 + 1.5-SNAPSHOT org.apache.tuscany.sca scatours-tripbooking-contribution - 1.4 + 1.5-SNAPSHOT diff --git a/sandbox/travelsample/shared-contributions/trip-contribution/pom.xml b/sandbox/travelsample/shared-contributions/trip-contribution/pom.xml index 4f2cb813fb..3c257ac4b1 100644 --- a/sandbox/travelsample/shared-contributions/trip-contribution/pom.xml +++ b/sandbox/travelsample/shared-contributions/trip-contribution/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4 + 1.5-SNAPSHOT scatours-trip-contribution @@ -32,19 +32,19 @@ org.apache.tuscany.sca tuscany-sca-api - 1.4 + 1.5-SNAPSHOT org.apache.tuscany.sca tuscany-data-api - 1.4 + 1.5-SNAPSHOT org.apache.tuscany.sca scatours-common-contribution - 1.4 + 1.5-SNAPSHOT diff --git a/sandbox/travelsample/shared-contributions/tripbooking-contribution/pom.xml b/sandbox/travelsample/shared-contributions/tripbooking-contribution/pom.xml index 23cffc631f..66f006a670 100644 --- a/sandbox/travelsample/shared-contributions/tripbooking-contribution/pom.xml +++ b/sandbox/travelsample/shared-contributions/tripbooking-contribution/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca tuscany-sca - 1.4 + 1.5-SNAPSHOT scatours-tripbooking-contribution @@ -32,31 +32,31 @@ org.apache.tuscany.sca tuscany-sca-api - 1.4 + 1.5-SNAPSHOT org.apache.tuscany.sca tuscany-data-api - 1.4 + 1.5-SNAPSHOT org.apache.tuscany.sca scatours-common-contribution - 1.4 + 1.5-SNAPSHOT org.apache.tuscany.sca scatours-currency-contribution - 1.4 + 1.5-SNAPSHOT org.apache.tuscany.sca scatours-shoppingcart-contribution - 1.4 + 1.5-SNAPSHOT -- cgit v1.2.3