From ce4092ca7f7e16a9a9b9b67da22055012e895c25 Mon Sep 17 00:00:00 2001 From: antelder Date: Sat, 5 Feb 2011 21:05:07 +0000 Subject: Update all samples to use the top level samples as parent git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1067524 13f79535-47bb-0310-9956-ffa450edef68 --- .../helloworld-contribution/pom.xml | 4 +- .../getting-started/helloworld-webapp/pom.xml | 4 +- .../samples/getting-started/sca-scopes/pom.xml | 102 ++++++++++----------- .../scdl-include-contribution/pom.xml | 4 +- .../async/calculator-contribution/pom.xml | 4 +- .../binding-comet/weather-webapp/pom.xml | 4 +- .../binding-jms/helloworld-webapp/pom.xml | 4 +- .../calculator-contribution/pom.xml | 4 +- .../binding-jsonrpc/calculator-webapp/pom.xml | 4 +- .../calculator-reference-contribution/pom.xml | 4 +- .../calculator-service-contribution/pom.xml | 4 +- .../binding-sca/calculator-contribution/pom.xml | 4 +- .../binding-ws/calculator-contribution/pom.xml | 4 +- .../helloworld-ws-sdo-contribution/pom.xml | 4 +- .../binding-ws/holder-ws-service/pom.xml | 4 +- .../dosgi-dynamic-calculator-operations/pom.xml | 4 +- .../dosgi-dynamic-calculator/pom.xml | 4 +- .../helloworld-bpel-contribution/pom.xml | 4 +- .../helloworld-bpel-webapp/pom.xml | 4 +- .../helloworld-recursive-ws/pom.xml | 4 +- .../helloworld-recursive/pom.xml | 4 +- .../calculator-contribution/pom.xml | 4 +- .../dosgi-calculator-operations/pom.xml | 4 +- .../implementation-osgi/dosgi-calculator/pom.xml | 4 +- .../calculator-contribution/pom.xml | 4 +- .../helloworld-spring-contribution/pom.xml | 4 +- .../helloworld-spring-webapp/pom.xml | 4 +- .../implementation-web/helloworld-jaxrs/pom.xml | 4 +- .../helloworld-js-client/pom.xml | 4 +- .../implementation-web/helloworld-jsf/pom.xml | 4 +- .../implementation-web/helloworld-jsp/pom.xml | 4 +- .../implementation-web/helloworld-servlet/pom.xml | 4 +- .../implementation-web/helloworld-stripes/pom.xml | 4 +- .../sca-client/calculator-scaclient/pom.xml | 4 +- .../sca-client/helloworld-scaclient/pom.xml | 4 +- 35 files changed, 119 insertions(+), 119 deletions(-) (limited to 'sca-java-2.x') diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-contribution/pom.xml b/sca-java-2.x/trunk/samples/getting-started/helloworld-contribution/pom.xml index cf9ca44ec8..d0f522d96b 100644 --- a/sca-java-2.x/trunk/samples/getting-started/helloworld-contribution/pom.xml +++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-contribution/pom.xml @@ -21,9 +21,9 @@ 4.0.0 org.apache.tuscany.sca - tuscany-samples-getting-started-contributions + tuscany-samples 2.0-SNAPSHOT - ../pom.xml + ../../pom.xml jar diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/pom.xml b/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/pom.xml index f7c375a8c3..4a8c757ecf 100644 --- a/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/pom.xml +++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/pom.xml @@ -21,9 +21,9 @@ 4.0.0 org.apache.tuscany.sca - tuscany-samples-getting-started-contributions + tuscany-samples 2.0-SNAPSHOT - ../pom.xml + ../../pom.xml sample-helloworld-webapp diff --git a/sca-java-2.x/trunk/samples/getting-started/sca-scopes/pom.xml b/sca-java-2.x/trunk/samples/getting-started/sca-scopes/pom.xml index 404c8cc4ff..878da43573 100644 --- a/sca-java-2.x/trunk/samples/getting-started/sca-scopes/pom.xml +++ b/sca-java-2.x/trunk/samples/getting-started/sca-scopes/pom.xml @@ -1,51 +1,51 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-samples-getting-started-contributions - 2.0-SNAPSHOT - ../pom.xml - - Apache Tuscany SCA Sample SCA Scopes Contribution - sample-sca-scopes-contribution - - - - org.apache.tuscany.sca - tuscany-node-api - 2.0-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-node-impl - 2.0-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-implementation-java-runtime - 2.0-SNAPSHOT - - - - + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-samples + 2.0-SNAPSHOT + ../../pom.xml + + Apache Tuscany SCA Sample SCA Scopes Contribution + sample-sca-scopes-contribution + + + + org.apache.tuscany.sca + tuscany-node-api + 2.0-SNAPSHOT + + + + org.apache.tuscany.sca + tuscany-node-impl + 2.0-SNAPSHOT + + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 2.0-SNAPSHOT + + + + diff --git a/sca-java-2.x/trunk/samples/getting-started/scdl-include-contribution/pom.xml b/sca-java-2.x/trunk/samples/getting-started/scdl-include-contribution/pom.xml index 9d61acbd45..7f30c84149 100644 --- a/sca-java-2.x/trunk/samples/getting-started/scdl-include-contribution/pom.xml +++ b/sca-java-2.x/trunk/samples/getting-started/scdl-include-contribution/pom.xml @@ -21,9 +21,9 @@ 4.0.0 org.apache.tuscany.sca - tuscany-samples-getting-started-contributions + tuscany-samples 2.0-SNAPSHOT - ../pom.xml + ../../pom.xml zip diff --git a/sca-java-2.x/trunk/samples/learning-more/async/calculator-contribution/pom.xml b/sca-java-2.x/trunk/samples/learning-more/async/calculator-contribution/pom.xml index eca47cb8e8..20c04e9e70 100644 --- a/sca-java-2.x/trunk/samples/learning-more/async/calculator-contribution/pom.xml +++ b/sca-java-2.x/trunk/samples/learning-more/async/calculator-contribution/pom.xml @@ -21,9 +21,9 @@ 4.0.0 org.apache.tuscany.sca - sample-tuscany-async + tuscany-samples 2.0-SNAPSHOT - ../pom.xml + ../../../pom.xml sample-implementation-java-calculator-async-contribution Apache Tuscany SCA Sample implementation.java Calculator Async Contribution diff --git a/sca-java-2.x/trunk/samples/learning-more/binding-comet/weather-webapp/pom.xml b/sca-java-2.x/trunk/samples/learning-more/binding-comet/weather-webapp/pom.xml index 95c1ede7c2..cb538d02a0 100644 --- a/sca-java-2.x/trunk/samples/learning-more/binding-comet/weather-webapp/pom.xml +++ b/sca-java-2.x/trunk/samples/learning-more/binding-comet/weather-webapp/pom.xml @@ -21,9 +21,9 @@ 4.0.0 org.apache.tuscany.sca - tuscany-samples-binding-comet + tuscany-samples 2.0-SNAPSHOT - ../pom.xml + ../../../pom.xml org.apache.tuscany.sca diff --git a/sca-java-2.x/trunk/samples/learning-more/binding-jms/helloworld-webapp/pom.xml b/sca-java-2.x/trunk/samples/learning-more/binding-jms/helloworld-webapp/pom.xml index e4e495d65a..751fffc4c9 100644 --- a/sca-java-2.x/trunk/samples/learning-more/binding-jms/helloworld-webapp/pom.xml +++ b/sca-java-2.x/trunk/samples/learning-more/binding-jms/helloworld-webapp/pom.xml @@ -21,9 +21,9 @@ 4.0.0 org.apache.tuscany.sca - tuscany-sample-binding-jms + tuscany-samples 2.0-SNAPSHOT - ../pom.xml + ../../../pom.xml sample-binding-jms-helloworld-webapp diff --git a/sca-java-2.x/trunk/samples/learning-more/binding-jsonrpc/calculator-contribution/pom.xml b/sca-java-2.x/trunk/samples/learning-more/binding-jsonrpc/calculator-contribution/pom.xml index f611d71402..8f0a042f21 100644 --- a/sca-java-2.x/trunk/samples/learning-more/binding-jsonrpc/calculator-contribution/pom.xml +++ b/sca-java-2.x/trunk/samples/learning-more/binding-jsonrpc/calculator-contribution/pom.xml @@ -21,9 +21,9 @@ 4.0.0 org.apache.tuscany.sca - tuscany-samples-binding-jsonrpc + tuscany-samples 2.0-SNAPSHOT - ../pom.xml + ../../../pom.xml sample-binding-jsonrpc-calculator-contribution Apache Tuscany SCA Sample binding.jsonrpc Calculator Contribution diff --git a/sca-java-2.x/trunk/samples/learning-more/binding-jsonrpc/calculator-webapp/pom.xml b/sca-java-2.x/trunk/samples/learning-more/binding-jsonrpc/calculator-webapp/pom.xml index eb3eda368a..da55756087 100644 --- a/sca-java-2.x/trunk/samples/learning-more/binding-jsonrpc/calculator-webapp/pom.xml +++ b/sca-java-2.x/trunk/samples/learning-more/binding-jsonrpc/calculator-webapp/pom.xml @@ -21,9 +21,9 @@ 4.0.0 org.apache.tuscany.sca - tuscany-samples-binding-jsonrpc + tuscany-samples 2.0-SNAPSHOT - ../pom.xml + ../../../pom.xml sample-binding-jsonrpc-calculator-webapp Apache Tuscany SCA Sample binding.jsonrpc Calculator WebApp diff --git a/sca-java-2.x/trunk/samples/learning-more/binding-rmi/calculator-reference-contribution/pom.xml b/sca-java-2.x/trunk/samples/learning-more/binding-rmi/calculator-reference-contribution/pom.xml index d8257ed8ee..87ac79b0d0 100644 --- a/sca-java-2.x/trunk/samples/learning-more/binding-rmi/calculator-reference-contribution/pom.xml +++ b/sca-java-2.x/trunk/samples/learning-more/binding-rmi/calculator-reference-contribution/pom.xml @@ -21,9 +21,9 @@ 4.0.0 org.apache.tuscany.sca - tuscany-sample-binding-rmi + tuscany-samples 2.0-SNAPSHOT - ../pom.xml + ../../../pom.xml sample-binding-rmi-calculator-reference-contribution Apache Tuscany SCA Sample binding.rmi Calculator Reference Contribution diff --git a/sca-java-2.x/trunk/samples/learning-more/binding-rmi/calculator-service-contribution/pom.xml b/sca-java-2.x/trunk/samples/learning-more/binding-rmi/calculator-service-contribution/pom.xml index 01807f6b87..cb92cfe8a1 100644 --- a/sca-java-2.x/trunk/samples/learning-more/binding-rmi/calculator-service-contribution/pom.xml +++ b/sca-java-2.x/trunk/samples/learning-more/binding-rmi/calculator-service-contribution/pom.xml @@ -21,9 +21,9 @@ 4.0.0 org.apache.tuscany.sca - tuscany-sample-binding-rmi + tuscany-samples 2.0-SNAPSHOT - ../pom.xml + ../../../pom.xml sample-binding-rmi-calculator-service-contribution Apache Tuscany SCA Sample binding.rmi Calculator Service Contribution diff --git a/sca-java-2.x/trunk/samples/learning-more/binding-sca/calculator-contribution/pom.xml b/sca-java-2.x/trunk/samples/learning-more/binding-sca/calculator-contribution/pom.xml index fb102b7c32..134a9be456 100644 --- a/sca-java-2.x/trunk/samples/learning-more/binding-sca/calculator-contribution/pom.xml +++ b/sca-java-2.x/trunk/samples/learning-more/binding-sca/calculator-contribution/pom.xml @@ -21,9 +21,9 @@ 4.0.0 org.apache.tuscany.sca - tuscany-sample-binding-sca + tuscany-samples 2.0-SNAPSHOT - ../pom.xml + ../../../pom.xml sample-binding-sca-calculator-contribution Apache Tuscany SCA Sample binding.sca Calculator Contribution diff --git a/sca-java-2.x/trunk/samples/learning-more/binding-ws/calculator-contribution/pom.xml b/sca-java-2.x/trunk/samples/learning-more/binding-ws/calculator-contribution/pom.xml index 33ab0cde19..4153f5f523 100644 --- a/sca-java-2.x/trunk/samples/learning-more/binding-ws/calculator-contribution/pom.xml +++ b/sca-java-2.x/trunk/samples/learning-more/binding-ws/calculator-contribution/pom.xml @@ -21,9 +21,9 @@ 4.0.0 org.apache.tuscany.sca - tuscany-sample-binding-ws + tuscany-samples 2.0-SNAPSHOT - ../pom.xml + ../../../pom.xml sample-binding-ws-calculator-contribution Apache Tuscany SCA Sample binding.ws Calculator Contribution diff --git a/sca-java-2.x/trunk/samples/learning-more/binding-ws/helloworld-ws-sdo-contribution/pom.xml b/sca-java-2.x/trunk/samples/learning-more/binding-ws/helloworld-ws-sdo-contribution/pom.xml index 3f2f9e4177..f5c2839067 100644 --- a/sca-java-2.x/trunk/samples/learning-more/binding-ws/helloworld-ws-sdo-contribution/pom.xml +++ b/sca-java-2.x/trunk/samples/learning-more/binding-ws/helloworld-ws-sdo-contribution/pom.xml @@ -21,9 +21,9 @@ 4.0.0 org.apache.tuscany.sca - tuscany-sample-binding-ws + tuscany-samples 2.0-SNAPSHOT - ../pom.xml + ../../../pom.xml sample-binding-ws-helloworld-ws-sdo-contribution Apache Tuscany SCA Sample binding.ws HelloWorld Web Service SDO Contribution diff --git a/sca-java-2.x/trunk/samples/learning-more/binding-ws/holder-ws-service/pom.xml b/sca-java-2.x/trunk/samples/learning-more/binding-ws/holder-ws-service/pom.xml index c1b66724e9..e910931a27 100644 --- a/sca-java-2.x/trunk/samples/learning-more/binding-ws/holder-ws-service/pom.xml +++ b/sca-java-2.x/trunk/samples/learning-more/binding-ws/holder-ws-service/pom.xml @@ -21,9 +21,9 @@ 4.0.0 org.apache.tuscany.sca - tuscany-sample-binding-ws + tuscany-samples 2.0-SNAPSHOT - ../pom.xml + ../../../pom.xml jar diff --git a/sca-java-2.x/trunk/samples/learning-more/distributed-osgi/dosgi-dynamic-calculator-operations/pom.xml b/sca-java-2.x/trunk/samples/learning-more/distributed-osgi/dosgi-dynamic-calculator-operations/pom.xml index e0b5d6962e..6f5918b8d1 100644 --- a/sca-java-2.x/trunk/samples/learning-more/distributed-osgi/dosgi-dynamic-calculator-operations/pom.xml +++ b/sca-java-2.x/trunk/samples/learning-more/distributed-osgi/dosgi-dynamic-calculator-operations/pom.xml @@ -21,9 +21,9 @@ 4.0.0 org.apache.tuscany.sca - tuscany-samples-distributed-osgi + tuscany-samples 2.0-SNAPSHOT - ../pom.xml + ../../../pom.xml sample-dosgi-dynamic-calculator-operations diff --git a/sca-java-2.x/trunk/samples/learning-more/distributed-osgi/dosgi-dynamic-calculator/pom.xml b/sca-java-2.x/trunk/samples/learning-more/distributed-osgi/dosgi-dynamic-calculator/pom.xml index 978ada93d0..9b79a97b07 100644 --- a/sca-java-2.x/trunk/samples/learning-more/distributed-osgi/dosgi-dynamic-calculator/pom.xml +++ b/sca-java-2.x/trunk/samples/learning-more/distributed-osgi/dosgi-dynamic-calculator/pom.xml @@ -21,9 +21,9 @@ 4.0.0 org.apache.tuscany.sca - tuscany-samples-distributed-osgi + tuscany-samples 2.0-SNAPSHOT - ../pom.xml + ../../../pom.xml sample-dosgi-dynamic-calculator diff --git a/sca-java-2.x/trunk/samples/learning-more/implementation-bpel/helloworld-bpel-contribution/pom.xml b/sca-java-2.x/trunk/samples/learning-more/implementation-bpel/helloworld-bpel-contribution/pom.xml index 611b5a9366..59d74cb5ae 100644 --- a/sca-java-2.x/trunk/samples/learning-more/implementation-bpel/helloworld-bpel-contribution/pom.xml +++ b/sca-java-2.x/trunk/samples/learning-more/implementation-bpel/helloworld-bpel-contribution/pom.xml @@ -21,9 +21,9 @@ 4.0.0 org.apache.tuscany.sca - tuscany-sample-implementation-bpel + tuscany-samples 2.0-SNAPSHOT - ../pom.xml + ../../../pom.xml zip diff --git a/sca-java-2.x/trunk/samples/learning-more/implementation-bpel/helloworld-bpel-webapp/pom.xml b/sca-java-2.x/trunk/samples/learning-more/implementation-bpel/helloworld-bpel-webapp/pom.xml index 0c7c4c230c..8417ee478f 100644 --- a/sca-java-2.x/trunk/samples/learning-more/implementation-bpel/helloworld-bpel-webapp/pom.xml +++ b/sca-java-2.x/trunk/samples/learning-more/implementation-bpel/helloworld-bpel-webapp/pom.xml @@ -23,9 +23,9 @@ 4.0.0 org.apache.tuscany.sca - tuscany-sample-implementation-bpel + tuscany-samples 2.0-SNAPSHOT - ../pom.xml + ../../../pom.xml sample-implementation-bpel-helloworld-webapp diff --git a/sca-java-2.x/trunk/samples/learning-more/implementation-composite/helloworld-recursive-ws/pom.xml b/sca-java-2.x/trunk/samples/learning-more/implementation-composite/helloworld-recursive-ws/pom.xml index a6c338475f..e6ec9557ac 100644 --- a/sca-java-2.x/trunk/samples/learning-more/implementation-composite/helloworld-recursive-ws/pom.xml +++ b/sca-java-2.x/trunk/samples/learning-more/implementation-composite/helloworld-recursive-ws/pom.xml @@ -21,9 +21,9 @@ 4.0.0 org.apache.tuscany.sca - tuscany-samples-implementation-composite + tuscany-samples 2.0-SNAPSHOT - ../pom.xml + ../../../pom.xml zip diff --git a/sca-java-2.x/trunk/samples/learning-more/implementation-composite/helloworld-recursive/pom.xml b/sca-java-2.x/trunk/samples/learning-more/implementation-composite/helloworld-recursive/pom.xml index ef462dffba..d802f9a0e4 100644 --- a/sca-java-2.x/trunk/samples/learning-more/implementation-composite/helloworld-recursive/pom.xml +++ b/sca-java-2.x/trunk/samples/learning-more/implementation-composite/helloworld-recursive/pom.xml @@ -21,9 +21,9 @@ 4.0.0 org.apache.tuscany.sca - tuscany-samples-implementation-composite + tuscany-samples 2.0-SNAPSHOT - ../pom.xml + ../../../pom.xml zip diff --git a/sca-java-2.x/trunk/samples/learning-more/implementation-java/calculator-contribution/pom.xml b/sca-java-2.x/trunk/samples/learning-more/implementation-java/calculator-contribution/pom.xml index e43f92a862..f10a4b486e 100644 --- a/sca-java-2.x/trunk/samples/learning-more/implementation-java/calculator-contribution/pom.xml +++ b/sca-java-2.x/trunk/samples/learning-more/implementation-java/calculator-contribution/pom.xml @@ -21,9 +21,9 @@ 4.0.0 org.apache.tuscany.sca - tuscany-sample-implementation-java + tuscany-samples 2.0-SNAPSHOT - ../pom.xml + ../../../pom.xml sample-implementation-java-calculator-contribution Apache Tuscany SCA Sample implementation.java Calculator Contribution diff --git a/sca-java-2.x/trunk/samples/learning-more/implementation-osgi/dosgi-calculator-operations/pom.xml b/sca-java-2.x/trunk/samples/learning-more/implementation-osgi/dosgi-calculator-operations/pom.xml index f084b0ec3c..612bf0b634 100644 --- a/sca-java-2.x/trunk/samples/learning-more/implementation-osgi/dosgi-calculator-operations/pom.xml +++ b/sca-java-2.x/trunk/samples/learning-more/implementation-osgi/dosgi-calculator-operations/pom.xml @@ -21,9 +21,9 @@ 4.0.0 org.apache.tuscany.sca - tuscany-samples-distributed-osgi-static + tuscany-samples 2.0-SNAPSHOT - ../pom.xml + ../../../pom.xml sample-dosgi-calculator-operations diff --git a/sca-java-2.x/trunk/samples/learning-more/implementation-osgi/dosgi-calculator/pom.xml b/sca-java-2.x/trunk/samples/learning-more/implementation-osgi/dosgi-calculator/pom.xml index 0a436fc560..94a9d46db2 100644 --- a/sca-java-2.x/trunk/samples/learning-more/implementation-osgi/dosgi-calculator/pom.xml +++ b/sca-java-2.x/trunk/samples/learning-more/implementation-osgi/dosgi-calculator/pom.xml @@ -21,9 +21,9 @@ 4.0.0 org.apache.tuscany.sca - tuscany-samples-distributed-osgi-static + tuscany-samples 2.0-SNAPSHOT - ../pom.xml + ../../../pom.xml sample-dosgi-calculator diff --git a/sca-java-2.x/trunk/samples/learning-more/implementation-script/calculator-contribution/pom.xml b/sca-java-2.x/trunk/samples/learning-more/implementation-script/calculator-contribution/pom.xml index cd1be13214..2444855b17 100644 --- a/sca-java-2.x/trunk/samples/learning-more/implementation-script/calculator-contribution/pom.xml +++ b/sca-java-2.x/trunk/samples/learning-more/implementation-script/calculator-contribution/pom.xml @@ -21,9 +21,9 @@ 4.0.0 org.apache.tuscany.sca - tuscany-sample-implementation-script + tuscany-samples 2.0-SNAPSHOT - ../pom.xml + ../../../pom.xml sample-implementation-script-calculator-contribution Apache Tuscany SCA Sample implementation.script Calculator Contribution diff --git a/sca-java-2.x/trunk/samples/learning-more/implementation-spring/helloworld-spring-contribution/pom.xml b/sca-java-2.x/trunk/samples/learning-more/implementation-spring/helloworld-spring-contribution/pom.xml index b4cb31e1ef..5b7b366056 100644 --- a/sca-java-2.x/trunk/samples/learning-more/implementation-spring/helloworld-spring-contribution/pom.xml +++ b/sca-java-2.x/trunk/samples/learning-more/implementation-spring/helloworld-spring-contribution/pom.xml @@ -21,9 +21,9 @@ 4.0.0 org.apache.tuscany.sca - tuscany-samples-implementation-spring + tuscany-samples 2.0-SNAPSHOT - ../pom.xml + ../../../pom.xml sample-implementation-spring-helloworld-contribution diff --git a/sca-java-2.x/trunk/samples/learning-more/implementation-spring/helloworld-spring-webapp/pom.xml b/sca-java-2.x/trunk/samples/learning-more/implementation-spring/helloworld-spring-webapp/pom.xml index 5b96d7d913..25a78c2a54 100644 --- a/sca-java-2.x/trunk/samples/learning-more/implementation-spring/helloworld-spring-webapp/pom.xml +++ b/sca-java-2.x/trunk/samples/learning-more/implementation-spring/helloworld-spring-webapp/pom.xml @@ -21,9 +21,9 @@ 4.0.0 org.apache.tuscany.sca - tuscany-samples-implementation-spring + tuscany-samples 2.0-SNAPSHOT - ../pom.xml + ../../../pom.xml sample-implementation-spring-helloworld-webapp diff --git a/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-jaxrs/pom.xml b/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-jaxrs/pom.xml index 43b0e64daa..9b874a5215 100644 --- a/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-jaxrs/pom.xml +++ b/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-jaxrs/pom.xml @@ -21,9 +21,9 @@ 4.0.0 org.apache.tuscany.sca - tuscany-samples-implementation-webapp + tuscany-samples 2.0-SNAPSHOT - ../pom.xml + ../../../pom.xml sample-implementation-web-helloworld-jaxrs-webapp diff --git a/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-js-client/pom.xml b/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-js-client/pom.xml index bbde1b0d65..bdd9c5085b 100644 --- a/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-js-client/pom.xml +++ b/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-js-client/pom.xml @@ -21,9 +21,9 @@ 4.0.0 org.apache.tuscany.sca - tuscany-samples-implementation-webapp + tuscany-samples 2.0-SNAPSHOT - ../pom.xml + ../../../pom.xml sample-implementation-web-helloworld-js-client-webapp diff --git a/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-jsf/pom.xml b/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-jsf/pom.xml index d93f1475ab..36fe0c93c8 100644 --- a/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-jsf/pom.xml +++ b/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-jsf/pom.xml @@ -21,9 +21,9 @@ 4.0.0 org.apache.tuscany.sca - tuscany-samples-implementation-webapp + tuscany-samples 2.0-SNAPSHOT - ../pom.xml + ../../../pom.xml sample-implementation-web-helloworld-jsf-webapp diff --git a/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-jsp/pom.xml b/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-jsp/pom.xml index 0aeed87589..fb1f93bcc1 100644 --- a/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-jsp/pom.xml +++ b/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-jsp/pom.xml @@ -21,9 +21,9 @@ 4.0.0 org.apache.tuscany.sca - tuscany-samples-implementation-webapp + tuscany-samples 2.0-SNAPSHOT - ../pom.xml + ../../../pom.xml sample-implementation-web-helloworld-jsp-webapp diff --git a/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-servlet/pom.xml b/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-servlet/pom.xml index 8892949405..5a07843e58 100644 --- a/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-servlet/pom.xml +++ b/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-servlet/pom.xml @@ -21,9 +21,9 @@ 4.0.0 org.apache.tuscany.sca - tuscany-samples-implementation-webapp + tuscany-samples 2.0-SNAPSHOT - ../pom.xml + ../../../pom.xml sample-implementation-web-helloworld-servlet-webapp diff --git a/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-stripes/pom.xml b/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-stripes/pom.xml index fd96fc3367..7e092f548b 100644 --- a/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-stripes/pom.xml +++ b/sca-java-2.x/trunk/samples/learning-more/implementation-web/helloworld-stripes/pom.xml @@ -21,9 +21,9 @@ 4.0.0 org.apache.tuscany.sca - tuscany-samples-implementation-webapp + tuscany-samples 2.0-SNAPSHOT - ../pom.xml + ../../../pom.xml sample-implementation-web-helloworld-stripes-webapp diff --git a/sca-java-2.x/trunk/samples/learning-more/sca-client/calculator-scaclient/pom.xml b/sca-java-2.x/trunk/samples/learning-more/sca-client/calculator-scaclient/pom.xml index a29fdc345d..d63a90c359 100644 --- a/sca-java-2.x/trunk/samples/learning-more/sca-client/calculator-scaclient/pom.xml +++ b/sca-java-2.x/trunk/samples/learning-more/sca-client/calculator-scaclient/pom.xml @@ -21,9 +21,9 @@ 4.0.0 org.apache.tuscany.sca - tuscany-samples-sca-client + tuscany-samples 2.0-SNAPSHOT - ../pom.xml + ../../../pom.xml sample-sca-client-calculator diff --git a/sca-java-2.x/trunk/samples/learning-more/sca-client/helloworld-scaclient/pom.xml b/sca-java-2.x/trunk/samples/learning-more/sca-client/helloworld-scaclient/pom.xml index a9c4ef0dc0..f891ee3e45 100644 --- a/sca-java-2.x/trunk/samples/learning-more/sca-client/helloworld-scaclient/pom.xml +++ b/sca-java-2.x/trunk/samples/learning-more/sca-client/helloworld-scaclient/pom.xml @@ -21,9 +21,9 @@ 4.0.0 org.apache.tuscany.sca - tuscany-samples-sca-client + tuscany-samples 2.0-SNAPSHOT - ../pom.xml + ../../../pom.xml sample-sca-client-helloworld -- cgit v1.2.3