From be0a1462c44aff76c2e62796c94fe2532f4aa45e Mon Sep 17 00:00:00 2001 From: lresende Date: Thu, 26 Sep 2013 21:53:40 +0000 Subject: Set artifact version to 2.0.1-SNAPSHOT git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1526720 13f79535-47bb-0310-9956-ffa450edef68 --- .../branches/2.0/samples/applications/pom.xml | 4 ++-- .../branches/2.0/samples/applications/store/pom.xml | 20 ++++++++++---------- .../samples/getting-started/helloworld-jaxrs/pom.xml | 4 ++-- .../samples/getting-started/helloworld-jsonp/pom.xml | 4 ++-- .../getting-started/helloworld-jsonrpc/pom.xml | 4 ++-- .../getting-started/helloworld-scaclient/pom.xml | 4 ++-- .../getting-started/helloworld-spring/pom.xml | 4 ++-- .../getting-started/helloworld-webapp/pom.xml | 4 ++-- .../getting-started/helloworld-webservice/pom.xml | 4 ++-- .../getting-started/helloworld-withdeps/pom.xml | 4 ++-- .../2.0/samples/getting-started/helloworld/pom.xml | 4 ++-- .../branches/2.0/samples/getting-started/pom.xml | 4 ++-- .../samples/learning-more/async-invocation/pom.xml | 8 ++++---- .../binding-comet/autocomplete-webapp/pom.xml | 10 +++++----- .../learning-more/binding-comet/chat-webapp/pom.xml | 10 +++++----- .../2.0/samples/learning-more/binding-comet/pom.xml | 2 +- .../binding-comet/pubsub-webapp/pom.xml | 10 +++++----- .../binding-comet/weather-webapp/pom.xml | 10 +++++----- .../binding-websocket/autocomplete-webapp/pom.xml | 8 ++++---- .../binding-websocket/chat-webapp/pom.xml | 8 ++++---- .../samples/learning-more/binding-websocket/pom.xml | 2 +- .../binding-websocket/pubsub-webapp/pom.xml | 8 ++++---- .../binding-websocket/weather-webapp/pom.xml | 8 ++++---- .../samples/learning-more/contribution-osgi/pom.xml | 8 ++++---- .../calculator-bundle/pom.xml | 10 +++++----- .../operations-bundle/pom.xml | 12 ++++++------ .../learning-more/distributed-osgi-dynamic/pom.xml | 2 +- .../calculator-bundle/pom.xml | 10 +++++----- .../operations-bundle/pom.xml | 12 ++++++------ .../learning-more/distributed-osgi-static/pom.xml | 2 +- .../branches/2.0/samples/learning-more/pom.xml | 4 ++-- sca-java-2.x/branches/2.0/samples/pom.xml | 4 ++-- .../branches/2.0/samples/running-tuscany/jse/pom.xml | 4 ++-- .../2.0/samples/running-tuscany/junit/pom.xml | 4 ++-- .../branches/2.0/samples/running-tuscany/pom.xml | 4 ++-- 35 files changed, 112 insertions(+), 112 deletions(-) (limited to 'sca-java-2.x/branches/2.0/samples') diff --git a/sca-java-2.x/branches/2.0/samples/applications/pom.xml b/sca-java-2.x/branches/2.0/samples/applications/pom.xml index 2c04fa537e..dd7e639361 100644 --- a/sca-java-2.x/branches/2.0/samples/applications/pom.xml +++ b/sca-java-2.x/branches/2.0/samples/applications/pom.xml @@ -22,12 +22,12 @@ org.apache.tuscany.sca.samples tuscany-samples - 2.0 + 2.0.1-SNAPSHOT ../pom.xml tuscany-samples-applications - 2.0 + 2.0.1-SNAPSHOT pom Apache Tuscany SCA Sample Applications diff --git a/sca-java-2.x/branches/2.0/samples/applications/store/pom.xml b/sca-java-2.x/branches/2.0/samples/applications/store/pom.xml index f94a7223fa..cf9815c9b6 100644 --- a/sca-java-2.x/branches/2.0/samples/applications/store/pom.xml +++ b/sca-java-2.x/branches/2.0/samples/applications/store/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca.samples tuscany-samples - 2.0 + 2.0.1-SNAPSHOT ../../pom.xml sample-store @@ -32,48 +32,48 @@ org.apache.tuscany.sca tuscany-base-runtime-pom - 2.0 + 2.0.1-SNAPSHOT pom org.apache.tuscany.sca tuscany-data-api - 2.0 + 2.0.1-SNAPSHOT org.apache.tuscany.sca tuscany-binding-atom-runtime - 2.0 + 2.0.1-SNAPSHOT org.apache.tuscany.sca tuscany-binding-http-runtime - 2.0 + 2.0.1-SNAPSHOT org.apache.tuscany.sca tuscany-binding-rest-runtime - 2.0 + 2.0.1-SNAPSHOT org.apache.tuscany.sca tuscany-binding-jsonrpc-runtime - 2.0 + 2.0.1-SNAPSHOT org.apache.tuscany.sca tuscany-implementation-widget-runtime - 2.0 + 2.0.1-SNAPSHOT org.apache.tuscany.sca tuscany-implementation-widget-runtime-dojo - 2.0 + 2.0.1-SNAPSHOT org.apache.tuscany.sca tuscany-web-javascript-dojo - 2.0 + 2.0.1-SNAPSHOT org.mortbay.jetty diff --git a/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-jaxrs/pom.xml b/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-jaxrs/pom.xml index dab06bbad4..34aed2d35b 100644 --- a/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-jaxrs/pom.xml +++ b/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-jaxrs/pom.xml @@ -24,11 +24,11 @@ org.apache.tuscany.sca.samples tuscany-samples - 2.0 + 2.0.1-SNAPSHOT helloworld-jaxrs - 2.0 + 2.0.1-SNAPSHOT Apache Tuscany SCA Samples Helloworld JAX-RS diff --git a/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-jsonp/pom.xml b/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-jsonp/pom.xml index cd5599923e..208bf0dd3f 100644 --- a/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-jsonp/pom.xml +++ b/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-jsonp/pom.xml @@ -24,12 +24,12 @@ org.apache.tuscany.sca.samples tuscany-samples - 2.0 + 2.0.1-SNAPSHOT helloworld-jsonp - 2.0 + 2.0.1-SNAPSHOT Apache Tuscany SCA Samples Helloworld JSONP diff --git a/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-jsonrpc/pom.xml b/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-jsonrpc/pom.xml index 4811017425..ad961712fd 100644 --- a/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-jsonrpc/pom.xml +++ b/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-jsonrpc/pom.xml @@ -24,12 +24,12 @@ org.apache.tuscany.sca.samples tuscany-samples - 2.0 + 2.0.1-SNAPSHOT helloworld-jsonrpc - 2.0 + 2.0.1-SNAPSHOT Apache Tuscany SCA Samples Helloworld JSON-RPC diff --git a/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-scaclient/pom.xml b/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-scaclient/pom.xml index f1d8980e07..5e67af9d4d 100644 --- a/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-scaclient/pom.xml +++ b/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-scaclient/pom.xml @@ -24,12 +24,12 @@ org.apache.tuscany.sca.samples tuscany-samples - 2.0 + 2.0.1-SNAPSHOT helloworld-scaclient - 2.0 + 2.0.1-SNAPSHOT Apache Tuscany SCA Samples Helloworld SCAClient diff --git a/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-spring/pom.xml b/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-spring/pom.xml index b60d2fd172..a1e1ce2049 100644 --- a/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-spring/pom.xml +++ b/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-spring/pom.xml @@ -24,11 +24,11 @@ org.apache.tuscany.sca.samples tuscany-samples - 2.0 + 2.0.1-SNAPSHOT helloworld-spring - 2.0 + 2.0.1-SNAPSHOT Apache Tuscany SCA Samples Helloworld Spring diff --git a/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-webapp/pom.xml b/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-webapp/pom.xml index b807bf9c30..afdb64f449 100644 --- a/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-webapp/pom.xml +++ b/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-webapp/pom.xml @@ -24,12 +24,12 @@ org.apache.tuscany.sca.samples tuscany-samples - 2.0 + 2.0.1-SNAPSHOT helloworld-webapp - 2.0 + 2.0.1-SNAPSHOT Apache Tuscany SCA Samples Helloworld WebApp war diff --git a/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-webservice/pom.xml b/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-webservice/pom.xml index c747e35923..4bb53773f1 100644 --- a/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-webservice/pom.xml +++ b/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-webservice/pom.xml @@ -24,12 +24,12 @@ org.apache.tuscany.sca.samples tuscany-samples - 2.0 + 2.0.1-SNAPSHOT helloworld-webservice - 2.0 + 2.0.1-SNAPSHOT Apache Tuscany SCA Samples Helloworld Web Service diff --git a/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-withdeps/pom.xml b/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-withdeps/pom.xml index c05d63dd2e..59fa04af55 100644 --- a/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-withdeps/pom.xml +++ b/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-withdeps/pom.xml @@ -24,11 +24,11 @@ org.apache.tuscany.sca.samples tuscany-samples - 2.0 + 2.0.1-SNAPSHOT helloworld-withdeps - 2.0 + 2.0.1-SNAPSHOT Apache Tuscany SCA Samples Helloworld With Dependencies diff --git a/sca-java-2.x/branches/2.0/samples/getting-started/helloworld/pom.xml b/sca-java-2.x/branches/2.0/samples/getting-started/helloworld/pom.xml index a7cb670682..2f55d8ad5e 100644 --- a/sca-java-2.x/branches/2.0/samples/getting-started/helloworld/pom.xml +++ b/sca-java-2.x/branches/2.0/samples/getting-started/helloworld/pom.xml @@ -24,11 +24,11 @@ org.apache.tuscany.sca.samples tuscany-samples - 2.0 + 2.0.1-SNAPSHOT helloworld - 2.0 + 2.0.1-SNAPSHOT Apache Tuscany SCA Samples Helloworld diff --git a/sca-java-2.x/branches/2.0/samples/getting-started/pom.xml b/sca-java-2.x/branches/2.0/samples/getting-started/pom.xml index 74004c1b6e..4510b50598 100644 --- a/sca-java-2.x/branches/2.0/samples/getting-started/pom.xml +++ b/sca-java-2.x/branches/2.0/samples/getting-started/pom.xml @@ -22,11 +22,11 @@ org.apache.tuscany.sca.samples tuscany-samples - 2.0 + 2.0.1-SNAPSHOT tuscany-samples-getting-started - 2.0 + 2.0.1-SNAPSHOT pom Apache Tuscany SCA Samples Getting Started diff --git a/sca-java-2.x/branches/2.0/samples/learning-more/async-invocation/pom.xml b/sca-java-2.x/branches/2.0/samples/learning-more/async-invocation/pom.xml index 899d3c53c4..cc1ae4e24b 100644 --- a/sca-java-2.x/branches/2.0/samples/learning-more/async-invocation/pom.xml +++ b/sca-java-2.x/branches/2.0/samples/learning-more/async-invocation/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca.samples tuscany-samples - 2.0 + 2.0.1-SNAPSHOT sample-async-invocation @@ -46,14 +46,14 @@ org.apache.tuscany.sca tuscany-sca-api - 2.0 + 2.0.1-SNAPSHOT org.apache.tuscany.sca tuscany-base-runtime-pom pom - 2.0 + 2.0.1-SNAPSHOT test @@ -71,7 +71,7 @@ org.apache.tuscany.sca tuscany-maven-plugin - 2.0 + 2.0.1-SNAPSHOT diff --git a/sca-java-2.x/branches/2.0/samples/learning-more/binding-comet/autocomplete-webapp/pom.xml b/sca-java-2.x/branches/2.0/samples/learning-more/binding-comet/autocomplete-webapp/pom.xml index d33a490d2b..5ff295fbb9 100644 --- a/sca-java-2.x/branches/2.0/samples/learning-more/binding-comet/autocomplete-webapp/pom.xml +++ b/sca-java-2.x/branches/2.0/samples/learning-more/binding-comet/autocomplete-webapp/pom.xml @@ -22,20 +22,20 @@ org.apache.tuscany.sca.samples tuscany-samples-binding-comet - 2.0 + 2.0.1-SNAPSHOT ../pom.xml sample-binding-comet-autocomplete-webapp war - 2.0 + 2.0.1-SNAPSHOT Apache Tuscany SCA Sample binding.comet Real-Time Suggestions Webapp org.apache.tuscany.sca tuscany-binding-comet-runtime - 2.0 + 2.0.1-SNAPSHOT javax @@ -46,7 +46,7 @@ org.apache.tuscany.sca tuscany-base-runtime-pom - 2.0 + 2.0.1-SNAPSHOT pom compile @@ -70,7 +70,7 @@ org.apache.tuscany.sca.samples sample-binding-comet-autocomplete-webapp - 2.0 + 2.0.1-SNAPSHOT diff --git a/sca-java-2.x/branches/2.0/samples/learning-more/binding-comet/chat-webapp/pom.xml b/sca-java-2.x/branches/2.0/samples/learning-more/binding-comet/chat-webapp/pom.xml index 494df712a6..128ec621ca 100644 --- a/sca-java-2.x/branches/2.0/samples/learning-more/binding-comet/chat-webapp/pom.xml +++ b/sca-java-2.x/branches/2.0/samples/learning-more/binding-comet/chat-webapp/pom.xml @@ -22,20 +22,20 @@ org.apache.tuscany.sca.samples tuscany-samples-binding-comet - 2.0 + 2.0.1-SNAPSHOT ../pom.xml sample-binding-comet-chat-webapp war - 2.0 + 2.0.1-SNAPSHOT Apache Tuscany SCA Sample binding.comet Chat Webapp org.apache.tuscany.sca tuscany-binding-comet-runtime - 2.0 + 2.0.1-SNAPSHOT javax @@ -46,7 +46,7 @@ org.apache.tuscany.sca tuscany-base-runtime-pom - 2.0 + 2.0.1-SNAPSHOT pom compile @@ -70,7 +70,7 @@ org.apache.tuscany.sca.samples sample-binding-comet-chat-webapp - 2.0 + 2.0.1-SNAPSHOT diff --git a/sca-java-2.x/branches/2.0/samples/learning-more/binding-comet/pom.xml b/sca-java-2.x/branches/2.0/samples/learning-more/binding-comet/pom.xml index 2f8193b893..bdd4749274 100644 --- a/sca-java-2.x/branches/2.0/samples/learning-more/binding-comet/pom.xml +++ b/sca-java-2.x/branches/2.0/samples/learning-more/binding-comet/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca.samples tuscany-samples-learning-more - 2.0 + 2.0.1-SNAPSHOT ../pom.xml diff --git a/sca-java-2.x/branches/2.0/samples/learning-more/binding-comet/pubsub-webapp/pom.xml b/sca-java-2.x/branches/2.0/samples/learning-more/binding-comet/pubsub-webapp/pom.xml index 0e497e3cb0..b052f5de0a 100644 --- a/sca-java-2.x/branches/2.0/samples/learning-more/binding-comet/pubsub-webapp/pom.xml +++ b/sca-java-2.x/branches/2.0/samples/learning-more/binding-comet/pubsub-webapp/pom.xml @@ -22,20 +22,20 @@ org.apache.tuscany.sca.samples tuscany-samples-binding-comet - 2.0 + 2.0.1-SNAPSHOT ../pom.xml sample-binding-comet-pubsub-webapp war - 2.0 + 2.0.1-SNAPSHOT Apache Tuscany SCA Sample binding.comet PubSub Webapp org.apache.tuscany.sca tuscany-binding-comet-runtime - 2.0 + 2.0.1-SNAPSHOT javax @@ -46,7 +46,7 @@ org.apache.tuscany.sca tuscany-base-runtime-pom - 2.0 + 2.0.1-SNAPSHOT pom compile @@ -70,7 +70,7 @@ org.apache.tuscany.sca.samples sample-binding-comet-pubsub-webapp - 2.0 + 2.0.1-SNAPSHOT diff --git a/sca-java-2.x/branches/2.0/samples/learning-more/binding-comet/weather-webapp/pom.xml b/sca-java-2.x/branches/2.0/samples/learning-more/binding-comet/weather-webapp/pom.xml index 25c0094aa9..46c5ff3a59 100644 --- a/sca-java-2.x/branches/2.0/samples/learning-more/binding-comet/weather-webapp/pom.xml +++ b/sca-java-2.x/branches/2.0/samples/learning-more/binding-comet/weather-webapp/pom.xml @@ -22,20 +22,20 @@ org.apache.tuscany.sca.samples tuscany-samples-binding-comet - 2.0 + 2.0.1-SNAPSHOT ../pom.xml sample-binding-comet-weather-webapp war - 2.0 + 2.0.1-SNAPSHOT Apache Tuscany SCA Sample binding.comet Weather Monitor Webapp org.apache.tuscany.sca tuscany-binding-comet-runtime - 2.0 + 2.0.1-SNAPSHOT javax @@ -46,7 +46,7 @@ org.apache.tuscany.sca tuscany-base-runtime-pom - 2.0 + 2.0.1-SNAPSHOT pom compile @@ -63,7 +63,7 @@ org.apache.tuscany.sca.samples sample-binding-comet-weather-webapp - 2.0 + 2.0.1-SNAPSHOT diff --git a/sca-java-2.x/branches/2.0/samples/learning-more/binding-websocket/autocomplete-webapp/pom.xml b/sca-java-2.x/branches/2.0/samples/learning-more/binding-websocket/autocomplete-webapp/pom.xml index 81100c11ba..2e6b795c45 100644 --- a/sca-java-2.x/branches/2.0/samples/learning-more/binding-websocket/autocomplete-webapp/pom.xml +++ b/sca-java-2.x/branches/2.0/samples/learning-more/binding-websocket/autocomplete-webapp/pom.xml @@ -23,25 +23,25 @@ org.apache.tuscany.sca.samples tuscany-samples-binding-websocket - 2.0 + 2.0.1-SNAPSHOT ../pom.xml sample-binding-websocket-autocomplete-webapp war - 2.0 + 2.0.1-SNAPSHOT Apache Tuscany SCA Sample binding.websocket Autocomplete Webapp org.apache.tuscany.sca tuscany-binding-websocket - 2.0 + 2.0.1-SNAPSHOT org.apache.tuscany.sca tuscany-base-runtime-pom - 2.0 + 2.0.1-SNAPSHOT pom compile diff --git a/sca-java-2.x/branches/2.0/samples/learning-more/binding-websocket/chat-webapp/pom.xml b/sca-java-2.x/branches/2.0/samples/learning-more/binding-websocket/chat-webapp/pom.xml index 847795ff74..43e1621e29 100644 --- a/sca-java-2.x/branches/2.0/samples/learning-more/binding-websocket/chat-webapp/pom.xml +++ b/sca-java-2.x/branches/2.0/samples/learning-more/binding-websocket/chat-webapp/pom.xml @@ -22,25 +22,25 @@ org.apache.tuscany.sca.samples tuscany-samples-binding-websocket - 2.0 + 2.0.1-SNAPSHOT ../pom.xml sample-binding-websocket-chat-webapp war - 2.0 + 2.0.1-SNAPSHOT Apache Tuscany SCA Sample binding.websocket Chat Webapp org.apache.tuscany.sca tuscany-binding-websocket - 2.0 + 2.0.1-SNAPSHOT org.apache.tuscany.sca tuscany-base-runtime-pom - 2.0 + 2.0.1-SNAPSHOT pom compile diff --git a/sca-java-2.x/branches/2.0/samples/learning-more/binding-websocket/pom.xml b/sca-java-2.x/branches/2.0/samples/learning-more/binding-websocket/pom.xml index 0a4dcb775c..27844b8e37 100644 --- a/sca-java-2.x/branches/2.0/samples/learning-more/binding-websocket/pom.xml +++ b/sca-java-2.x/branches/2.0/samples/learning-more/binding-websocket/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca.samples tuscany-samples-learning-more - 2.0 + 2.0.1-SNAPSHOT ../pom.xml diff --git a/sca-java-2.x/branches/2.0/samples/learning-more/binding-websocket/pubsub-webapp/pom.xml b/sca-java-2.x/branches/2.0/samples/learning-more/binding-websocket/pubsub-webapp/pom.xml index 2855ea5f45..4c5b91d071 100644 --- a/sca-java-2.x/branches/2.0/samples/learning-more/binding-websocket/pubsub-webapp/pom.xml +++ b/sca-java-2.x/branches/2.0/samples/learning-more/binding-websocket/pubsub-webapp/pom.xml @@ -22,25 +22,25 @@ org.apache.tuscany.sca.samples tuscany-samples-binding-websocket - 2.0 + 2.0.1-SNAPSHOT ../pom.xml sample-binding-websocket-pubsub-webapp war - 2.0 + 2.0.1-SNAPSHOT Apache Tuscany SCA Sample binding.websocket PubSub Webapp org.apache.tuscany.sca tuscany-binding-websocket - 2.0 + 2.0.1-SNAPSHOT org.apache.tuscany.sca tuscany-base-runtime-pom - 2.0 + 2.0.1-SNAPSHOT pom compile diff --git a/sca-java-2.x/branches/2.0/samples/learning-more/binding-websocket/weather-webapp/pom.xml b/sca-java-2.x/branches/2.0/samples/learning-more/binding-websocket/weather-webapp/pom.xml index 801cf8126c..c02d19f140 100644 --- a/sca-java-2.x/branches/2.0/samples/learning-more/binding-websocket/weather-webapp/pom.xml +++ b/sca-java-2.x/branches/2.0/samples/learning-more/binding-websocket/weather-webapp/pom.xml @@ -22,25 +22,25 @@ org.apache.tuscany.sca.samples tuscany-samples-binding-websocket - 2.0 + 2.0.1-SNAPSHOT ../pom.xml sample-binding-websocket-weather-webapp war - 2.0 + 2.0.1-SNAPSHOT Apache Tuscany SCA Sample binding.websocket Weather Monitor Webapp org.apache.tuscany.sca tuscany-binding-websocket - 2.0 + 2.0.1-SNAPSHOT org.apache.tuscany.sca tuscany-base-runtime-pom - 2.0 + 2.0.1-SNAPSHOT pom compile diff --git a/sca-java-2.x/branches/2.0/samples/learning-more/contribution-osgi/pom.xml b/sca-java-2.x/branches/2.0/samples/learning-more/contribution-osgi/pom.xml index 6aadf450ee..dc51aecfc1 100644 --- a/sca-java-2.x/branches/2.0/samples/learning-more/contribution-osgi/pom.xml +++ b/sca-java-2.x/branches/2.0/samples/learning-more/contribution-osgi/pom.xml @@ -26,11 +26,11 @@ org.apache.tuscany.sca.samples tuscany-samples - 2.0 + 2.0.1-SNAPSHOT sample-contribution-osgi - 2.0 + 2.0.1-SNAPSHOT Apache Tuscany SCA Sample Calculator OSGi @@ -58,14 +58,14 @@ org.apache.tuscany.sca tuscany-base-runtime-pom pom - 2.0 + 2.0.1-SNAPSHOT org.apache.tuscany.sca tuscany-osgi-runtime-pom pom - 2.0 + 2.0.1-SNAPSHOT diff --git a/sca-java-2.x/branches/2.0/samples/learning-more/distributed-osgi-dynamic/calculator-bundle/pom.xml b/sca-java-2.x/branches/2.0/samples/learning-more/distributed-osgi-dynamic/calculator-bundle/pom.xml index d753804c64..f9a7c0b0e8 100644 --- a/sca-java-2.x/branches/2.0/samples/learning-more/distributed-osgi-dynamic/calculator-bundle/pom.xml +++ b/sca-java-2.x/branches/2.0/samples/learning-more/distributed-osgi-dynamic/calculator-bundle/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca.samples tuscany-samples - 2.0 + 2.0.1-SNAPSHOT ../../../pom.xml @@ -33,27 +33,27 @@ org.apache.tuscany.sca tuscany-feature-ejava - 2.0 + 2.0.1-SNAPSHOT pom org.apache.tuscany.sca tuscany-feature-webservice - 2.0 + 2.0.1-SNAPSHOT pom runtime org.apache.tuscany.sca tuscany-node-launcher-equinox - 2.0 + 2.0.1-SNAPSHOT test org.apache.tuscany.sca tuscany-node-impl-osgi - 2.0 + 2.0.1-SNAPSHOT runtime diff --git a/sca-java-2.x/branches/2.0/samples/learning-more/distributed-osgi-dynamic/operations-bundle/pom.xml b/sca-java-2.x/branches/2.0/samples/learning-more/distributed-osgi-dynamic/operations-bundle/pom.xml index cab2d5e57b..c6b59d2296 100644 --- a/sca-java-2.x/branches/2.0/samples/learning-more/distributed-osgi-dynamic/operations-bundle/pom.xml +++ b/sca-java-2.x/branches/2.0/samples/learning-more/distributed-osgi-dynamic/operations-bundle/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca.samples tuscany-samples - 2.0 + 2.0.1-SNAPSHOT ../../../pom.xml @@ -33,32 +33,32 @@ org.apache.tuscany.sca tuscany-base-runtime-pom - 2.0 + 2.0.1-SNAPSHOT pom org.apache.tuscany.sca tuscany-osgi-runtime-pom - 2.0 + 2.0.1-SNAPSHOT pom org.apache.tuscany.sca tuscany-binding-rmi-runtime - 2.0 + 2.0.1-SNAPSHOT org.apache.tuscany.sca tuscany-node-launcher-equinox - 2.0 + 2.0.1-SNAPSHOT test org.apache.tuscany.sca tuscany-node-impl-osgi - 2.0 + 2.0.1-SNAPSHOT runtime diff --git a/sca-java-2.x/branches/2.0/samples/learning-more/distributed-osgi-dynamic/pom.xml b/sca-java-2.x/branches/2.0/samples/learning-more/distributed-osgi-dynamic/pom.xml index a344398049..ae48278d67 100644 --- a/sca-java-2.x/branches/2.0/samples/learning-more/distributed-osgi-dynamic/pom.xml +++ b/sca-java-2.x/branches/2.0/samples/learning-more/distributed-osgi-dynamic/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca.samples tuscany-samples-learning-more - 2.0 + 2.0.1-SNAPSHOT ../pom.xml tuscany-samples-distributed-osgi-dynamic diff --git a/sca-java-2.x/branches/2.0/samples/learning-more/distributed-osgi-static/calculator-bundle/pom.xml b/sca-java-2.x/branches/2.0/samples/learning-more/distributed-osgi-static/calculator-bundle/pom.xml index 265d652f8d..2c61a07f20 100644 --- a/sca-java-2.x/branches/2.0/samples/learning-more/distributed-osgi-static/calculator-bundle/pom.xml +++ b/sca-java-2.x/branches/2.0/samples/learning-more/distributed-osgi-static/calculator-bundle/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca.samples tuscany-samples - 2.0 + 2.0.1-SNAPSHOT ../../../pom.xml @@ -33,27 +33,27 @@ org.apache.tuscany.sca tuscany-feature-ejava - 2.0 + 2.0.1-SNAPSHOT pom org.apache.tuscany.sca tuscany-feature-webservice - 2.0 + 2.0.1-SNAPSHOT pom runtime org.apache.tuscany.sca tuscany-node-launcher-equinox - 2.0 + 2.0.1-SNAPSHOT test org.apache.tuscany.sca tuscany-node-impl-osgi - 2.0 + 2.0.1-SNAPSHOT runtime diff --git a/sca-java-2.x/branches/2.0/samples/learning-more/distributed-osgi-static/operations-bundle/pom.xml b/sca-java-2.x/branches/2.0/samples/learning-more/distributed-osgi-static/operations-bundle/pom.xml index be8390fe30..228ca8b874 100644 --- a/sca-java-2.x/branches/2.0/samples/learning-more/distributed-osgi-static/operations-bundle/pom.xml +++ b/sca-java-2.x/branches/2.0/samples/learning-more/distributed-osgi-static/operations-bundle/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca.samples tuscany-samples - 2.0 + 2.0.1-SNAPSHOT ../../../pom.xml @@ -33,32 +33,32 @@ org.apache.tuscany.sca tuscany-base-runtime-pom - 2.0 + 2.0.1-SNAPSHOT pom org.apache.tuscany.sca tuscany-osgi-runtime-pom - 2.0 + 2.0.1-SNAPSHOT pom org.apache.tuscany.sca tuscany-binding-rmi-runtime - 2.0 + 2.0.1-SNAPSHOT org.apache.tuscany.sca tuscany-node-launcher-equinox - 2.0 + 2.0.1-SNAPSHOT test org.apache.tuscany.sca tuscany-node-impl-osgi - 2.0 + 2.0.1-SNAPSHOT runtime diff --git a/sca-java-2.x/branches/2.0/samples/learning-more/distributed-osgi-static/pom.xml b/sca-java-2.x/branches/2.0/samples/learning-more/distributed-osgi-static/pom.xml index ee2989d6d1..8f4d18a702 100644 --- a/sca-java-2.x/branches/2.0/samples/learning-more/distributed-osgi-static/pom.xml +++ b/sca-java-2.x/branches/2.0/samples/learning-more/distributed-osgi-static/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca.samples tuscany-samples-learning-more - 2.0 + 2.0.1-SNAPSHOT ../pom.xml tuscany-samples-distributed-osgi-static diff --git a/sca-java-2.x/branches/2.0/samples/learning-more/pom.xml b/sca-java-2.x/branches/2.0/samples/learning-more/pom.xml index 74bd04c97b..32d2740588 100644 --- a/sca-java-2.x/branches/2.0/samples/learning-more/pom.xml +++ b/sca-java-2.x/branches/2.0/samples/learning-more/pom.xml @@ -22,12 +22,12 @@ org.apache.tuscany.sca.samples tuscany-samples - 2.0 + 2.0.1-SNAPSHOT ../pom.xml tuscany-samples-learning-more - 2.0 + 2.0.1-SNAPSHOT pom Apache Tuscany SCA Sample Learning More diff --git a/sca-java-2.x/branches/2.0/samples/pom.xml b/sca-java-2.x/branches/2.0/samples/pom.xml index b59fd0bb4e..c9882b194c 100644 --- a/sca-java-2.x/branches/2.0/samples/pom.xml +++ b/sca-java-2.x/branches/2.0/samples/pom.xml @@ -22,12 +22,12 @@ org.apache.tuscany.sca tuscany-sca - 2.0 + 2.0.1-SNAPSHOT org.apache.tuscany.sca.samples tuscany-samples - 2.0 + 2.0.1-SNAPSHOT pom Apache Tuscany SCA Samples diff --git a/sca-java-2.x/branches/2.0/samples/running-tuscany/jse/pom.xml b/sca-java-2.x/branches/2.0/samples/running-tuscany/jse/pom.xml index b67bc70a78..25f1752dce 100644 --- a/sca-java-2.x/branches/2.0/samples/running-tuscany/jse/pom.xml +++ b/sca-java-2.x/branches/2.0/samples/running-tuscany/jse/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca.samples tuscany-samples-running-tuscany - 2.0 + 2.0.1-SNAPSHOT ../pom.xml jse @@ -32,7 +32,7 @@ org.apache.tuscany.sca tuscany-base-runtime - 2.0 + 2.0.1-SNAPSHOT diff --git a/sca-java-2.x/branches/2.0/samples/running-tuscany/junit/pom.xml b/sca-java-2.x/branches/2.0/samples/running-tuscany/junit/pom.xml index 31bc92068d..8dc933fc6d 100644 --- a/sca-java-2.x/branches/2.0/samples/running-tuscany/junit/pom.xml +++ b/sca-java-2.x/branches/2.0/samples/running-tuscany/junit/pom.xml @@ -22,7 +22,7 @@ org.apache.tuscany.sca.samples tuscany-samples-running-tuscany - 2.0 + 2.0.1-SNAPSHOT ../pom.xml junit @@ -32,7 +32,7 @@ org.apache.tuscany.sca tuscany-base-runtime - 2.0 + 2.0.1-SNAPSHOT diff --git a/sca-java-2.x/branches/2.0/samples/running-tuscany/pom.xml b/sca-java-2.x/branches/2.0/samples/running-tuscany/pom.xml index e1c68adbb1..490334dec8 100644 --- a/sca-java-2.x/branches/2.0/samples/running-tuscany/pom.xml +++ b/sca-java-2.x/branches/2.0/samples/running-tuscany/pom.xml @@ -22,12 +22,12 @@ org.apache.tuscany.sca.samples tuscany-samples - 2.0 + 2.0.1-SNAPSHOT tuscany-samples-running-tuscany - 2.0 + 2.0.1-SNAPSHOT pom Apache Tuscany SCA Samples Running Tuscany -- cgit v1.2.3