summaryrefslogtreecommitdiffstats
path: root/sandbox/ant/sca/trunk/itest
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/ant/sca/trunk/itest')
-rw-r--r--sandbox/ant/sca/trunk/itest/callback-api/pom.xml10
-rw-r--r--sandbox/ant/sca/trunk/itest/callback-basic/pom.xml10
-rw-r--r--sandbox/ant/sca/trunk/itest/callback-complex-type/pom.xml10
-rw-r--r--sandbox/ant/sca/trunk/itest/callback-id/pom.xml10
-rw-r--r--sandbox/ant/sca/trunk/itest/callback-multiple-wires/pom.xml10
-rw-r--r--sandbox/ant/sca/trunk/itest/callback-separatethread/pom.xml10
-rw-r--r--sandbox/ant/sca/trunk/itest/callback-set-callback/pom.xml10
-rw-r--r--sandbox/ant/sca/trunk/itest/callback-set-conversation/pom.xml10
-rw-r--r--sandbox/ant/sca/trunk/itest/component-type/pom.xml10
-rw-r--r--sandbox/ant/sca/trunk/itest/conversations/pom.xml10
-rw-r--r--sandbox/ant/sca/trunk/itest/distribution/bin-distro-unzip/pom.xml10
-rw-r--r--sandbox/ant/sca/trunk/itest/distribution/binding-ws-calculator/pom.xml8
-rw-r--r--sandbox/ant/sca/trunk/itest/distribution/calculator-rmi/pom.xml8
-rw-r--r--sandbox/ant/sca/trunk/itest/distribution/implementation-java-calculator/pom.xml8
-rw-r--r--sandbox/ant/sca/trunk/itest/distribution/pom.xml4
-rw-r--r--sandbox/ant/sca/trunk/itest/distribution/webapp-helloworld-jsp/pom.xml8
-rw-r--r--sandbox/ant/sca/trunk/itest/distribution/webapp-helloworld/pom.xml8
-rw-r--r--sandbox/ant/sca/trunk/itest/exceptions/pom.xml10
-rw-r--r--sandbox/ant/sca/trunk/itest/interfaces/pom.xml10
-rw-r--r--sandbox/ant/sca/trunk/itest/pom.xml22
-rw-r--r--sandbox/ant/sca/trunk/itest/recursive-multi-level/pom.xml10
-rw-r--r--sandbox/ant/sca/trunk/itest/references/pom.xml10
-rw-r--r--sandbox/ant/sca/trunk/itest/scopes/pom.xml10
-rw-r--r--sandbox/ant/sca/trunk/itest/services/pom.xml10
-rw-r--r--sandbox/ant/sca/trunk/itest/wires/pom.xml10
25 files changed, 123 insertions, 123 deletions
diff --git a/sandbox/ant/sca/trunk/itest/callback-api/pom.xml b/sandbox/ant/sca/trunk/itest/callback-api/pom.xml
index 87ca4b67a0..95b926077e 100644
--- a/sandbox/ant/sca/trunk/itest/callback-api/pom.xml
+++ b/sandbox/ant/sca/trunk/itest/callback-api/pom.xml
@@ -17,12 +17,12 @@
* specific language governing permissions and limitations
* under the License.
-->
-<project>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-itest</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-callback-api</artifactId>
@@ -32,20 +32,20 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-api</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-impl</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
diff --git a/sandbox/ant/sca/trunk/itest/callback-basic/pom.xml b/sandbox/ant/sca/trunk/itest/callback-basic/pom.xml
index 029bb56247..fa5aff80af 100644
--- a/sandbox/ant/sca/trunk/itest/callback-basic/pom.xml
+++ b/sandbox/ant/sca/trunk/itest/callback-basic/pom.xml
@@ -17,12 +17,12 @@
* specific language governing permissions and limitations
* under the License.
-->
-<project>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-itest</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-callback-basic</artifactId>
@@ -32,20 +32,20 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-api</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-impl</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
diff --git a/sandbox/ant/sca/trunk/itest/callback-complex-type/pom.xml b/sandbox/ant/sca/trunk/itest/callback-complex-type/pom.xml
index 726465f2b9..2cd686a5d9 100644
--- a/sandbox/ant/sca/trunk/itest/callback-complex-type/pom.xml
+++ b/sandbox/ant/sca/trunk/itest/callback-complex-type/pom.xml
@@ -17,12 +17,12 @@
* specific language governing permissions and limitations
* under the License.
-->
-<project>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-itest</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-callback-complex-type</artifactId>
@@ -32,20 +32,20 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-api</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-impl</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
diff --git a/sandbox/ant/sca/trunk/itest/callback-id/pom.xml b/sandbox/ant/sca/trunk/itest/callback-id/pom.xml
index 71017af4b3..e78e81ba2c 100644
--- a/sandbox/ant/sca/trunk/itest/callback-id/pom.xml
+++ b/sandbox/ant/sca/trunk/itest/callback-id/pom.xml
@@ -17,12 +17,12 @@
* specific language governing permissions and limitations
* under the License.
-->
-<project>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-itest</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-callback-id</artifactId>
@@ -32,20 +32,20 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-api</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-impl</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
diff --git a/sandbox/ant/sca/trunk/itest/callback-multiple-wires/pom.xml b/sandbox/ant/sca/trunk/itest/callback-multiple-wires/pom.xml
index b29900c6ef..9f773e4fe6 100644
--- a/sandbox/ant/sca/trunk/itest/callback-multiple-wires/pom.xml
+++ b/sandbox/ant/sca/trunk/itest/callback-multiple-wires/pom.xml
@@ -17,12 +17,12 @@
* specific language governing permissions and limitations
* under the License.
-->
-<project>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-itest</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-callback-multiple-wires</artifactId>
@@ -32,20 +32,20 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-api</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-impl</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
diff --git a/sandbox/ant/sca/trunk/itest/callback-separatethread/pom.xml b/sandbox/ant/sca/trunk/itest/callback-separatethread/pom.xml
index 99ecf2e312..2e918f54d2 100644
--- a/sandbox/ant/sca/trunk/itest/callback-separatethread/pom.xml
+++ b/sandbox/ant/sca/trunk/itest/callback-separatethread/pom.xml
@@ -17,12 +17,12 @@
* specific language governing permissions and limitations
* under the License.
-->
-<project>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-itest</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-callback-separatethread</artifactId>
@@ -32,20 +32,20 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-api</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-impl</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
diff --git a/sandbox/ant/sca/trunk/itest/callback-set-callback/pom.xml b/sandbox/ant/sca/trunk/itest/callback-set-callback/pom.xml
index 5c8d415fef..ffa9de571e 100644
--- a/sandbox/ant/sca/trunk/itest/callback-set-callback/pom.xml
+++ b/sandbox/ant/sca/trunk/itest/callback-set-callback/pom.xml
@@ -17,12 +17,12 @@
* specific language governing permissions and limitations
* under the License.
-->
-<project>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-itest</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-callback-set-callback</artifactId>
@@ -32,20 +32,20 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-api</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-impl</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
diff --git a/sandbox/ant/sca/trunk/itest/callback-set-conversation/pom.xml b/sandbox/ant/sca/trunk/itest/callback-set-conversation/pom.xml
index ea3b2327f4..79f4c3d712 100644
--- a/sandbox/ant/sca/trunk/itest/callback-set-conversation/pom.xml
+++ b/sandbox/ant/sca/trunk/itest/callback-set-conversation/pom.xml
@@ -17,12 +17,12 @@
* specific language governing permissions and limitations
* under the License.
-->
-<project>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-itest</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-callback-set-conversation</artifactId>
@@ -32,20 +32,20 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-api</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-impl</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
diff --git a/sandbox/ant/sca/trunk/itest/component-type/pom.xml b/sandbox/ant/sca/trunk/itest/component-type/pom.xml
index 4dc05305af..b6b5810647 100644
--- a/sandbox/ant/sca/trunk/itest/component-type/pom.xml
+++ b/sandbox/ant/sca/trunk/itest/component-type/pom.xml
@@ -17,12 +17,12 @@
* specific language governing permissions and limitations
* under the License.
-->
-<project>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-itest</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-component-type</artifactId>
@@ -32,20 +32,20 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-api</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-impl</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
</dependencies>
diff --git a/sandbox/ant/sca/trunk/itest/conversations/pom.xml b/sandbox/ant/sca/trunk/itest/conversations/pom.xml
index fe5fa31899..27184b438d 100644
--- a/sandbox/ant/sca/trunk/itest/conversations/pom.xml
+++ b/sandbox/ant/sca/trunk/itest/conversations/pom.xml
@@ -17,12 +17,12 @@
* specific language governing permissions and limitations
* under the License.
-->
-<project>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-itest</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-conversations</artifactId>
@@ -32,20 +32,20 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-api</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-impl</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
diff --git a/sandbox/ant/sca/trunk/itest/distribution/bin-distro-unzip/pom.xml b/sandbox/ant/sca/trunk/itest/distribution/bin-distro-unzip/pom.xml
index 17783d4cb5..d16e482eff 100644
--- a/sandbox/ant/sca/trunk/itest/distribution/bin-distro-unzip/pom.xml
+++ b/sandbox/ant/sca/trunk/itest/distribution/bin-distro-unzip/pom.xml
@@ -17,12 +17,12 @@
* specific language governing permissions and limitations
* under the License.
-->
-<project>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-distribution</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-bin-distro-unzip</artifactId>
@@ -33,7 +33,7 @@
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-distribution-all</artifactId>
<type>pom</type>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
</dependency>
</dependencies>
@@ -71,7 +71,7 @@
</goals>
<configuration>
<tasks>
- <property name="java.home" value="${java.home}"/>
+ <property name="java.home" value="${java.home}" />
<ant antfile="./build.xml" />
</tasks>
</configuration>
@@ -121,7 +121,7 @@
</goals>
<configuration>
<tasks>
- <property name="java.home" value="${java.home}"/>
+ <property name="java.home" value="${java.home}" />
<property name="tuscany.version" value="${version}" />
<ant antfile="./build.xml" />
</tasks>
diff --git a/sandbox/ant/sca/trunk/itest/distribution/binding-ws-calculator/pom.xml b/sandbox/ant/sca/trunk/itest/distribution/binding-ws-calculator/pom.xml
index 185e4370b5..c18694db1d 100644
--- a/sandbox/ant/sca/trunk/itest/distribution/binding-ws-calculator/pom.xml
+++ b/sandbox/ant/sca/trunk/itest/distribution/binding-ws-calculator/pom.xml
@@ -17,12 +17,12 @@
* specific language governing permissions and limitations
* under the License.
-->
-<project>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-distribution</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-distribution-binding-ws-calculator</artifactId>
@@ -33,7 +33,7 @@
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-bin-distro-unzip</artifactId>
<type>pom</type>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
</dependency>
</dependencies>
@@ -70,7 +70,7 @@
<configuration>
<tasks>
<property name="tuscany.version" value="${version}" />
- <ant antfile="./build.xml" target="run"/>
+ <ant antfile="./build.xml" target="run" />
</tasks>
</configuration>
</execution>
diff --git a/sandbox/ant/sca/trunk/itest/distribution/calculator-rmi/pom.xml b/sandbox/ant/sca/trunk/itest/distribution/calculator-rmi/pom.xml
index 88accdeefa..bddf0a4f16 100644
--- a/sandbox/ant/sca/trunk/itest/distribution/calculator-rmi/pom.xml
+++ b/sandbox/ant/sca/trunk/itest/distribution/calculator-rmi/pom.xml
@@ -17,12 +17,12 @@
* specific language governing permissions and limitations
* under the License.
-->
-<project>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-distribution</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-distribution-calculator-rmi</artifactId>
@@ -33,7 +33,7 @@
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-bin-distro-unzip</artifactId>
<type>pom</type>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
</dependency>
</dependencies>
@@ -70,7 +70,7 @@
<configuration>
<tasks>
<property name="tuscany.version" value="${version}" />
- <ant antfile="./build.xml" target="run"/>
+ <ant antfile="./build.xml" target="run" />
</tasks>
</configuration>
</execution>
diff --git a/sandbox/ant/sca/trunk/itest/distribution/implementation-java-calculator/pom.xml b/sandbox/ant/sca/trunk/itest/distribution/implementation-java-calculator/pom.xml
index 2ecf518ef1..4e2afead5f 100644
--- a/sandbox/ant/sca/trunk/itest/distribution/implementation-java-calculator/pom.xml
+++ b/sandbox/ant/sca/trunk/itest/distribution/implementation-java-calculator/pom.xml
@@ -17,12 +17,12 @@
* specific language governing permissions and limitations
* under the License.
-->
-<project>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-distribution</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-distribution-implementation-java-calculator</artifactId>
@@ -33,7 +33,7 @@
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-bin-distro-unzip</artifactId>
<type>pom</type>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
</dependency>
</dependencies>
@@ -70,7 +70,7 @@
<configuration>
<tasks>
<property name="tuscany.version" value="${version}" />
- <ant antfile="./build.xml" target="run"/>
+ <ant antfile="./build.xml" target="run" />
</tasks>
</configuration>
</execution>
diff --git a/sandbox/ant/sca/trunk/itest/distribution/pom.xml b/sandbox/ant/sca/trunk/itest/distribution/pom.xml
index 387ece209f..5cefe0e555 100644
--- a/sandbox/ant/sca/trunk/itest/distribution/pom.xml
+++ b/sandbox/ant/sca/trunk/itest/distribution/pom.xml
@@ -17,12 +17,12 @@
* specific language governing permissions and limitations
* under the License.
-->
-<project>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-itest</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<packaging>pom</packaging>
diff --git a/sandbox/ant/sca/trunk/itest/distribution/webapp-helloworld-jsp/pom.xml b/sandbox/ant/sca/trunk/itest/distribution/webapp-helloworld-jsp/pom.xml
index e8468218ff..47cd99790f 100644
--- a/sandbox/ant/sca/trunk/itest/distribution/webapp-helloworld-jsp/pom.xml
+++ b/sandbox/ant/sca/trunk/itest/distribution/webapp-helloworld-jsp/pom.xml
@@ -17,12 +17,12 @@
* specific language governing permissions and limitations
* under the License.
-->
-<project>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-distribution</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-distribution-webapp-helloworld-jsp</artifactId>
@@ -34,14 +34,14 @@
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-bin-distro-unzip</artifactId>
<type>pom</type>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>helloworld-jsp</artifactId>
<type>war</type>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
</dependency>
<dependency>
diff --git a/sandbox/ant/sca/trunk/itest/distribution/webapp-helloworld/pom.xml b/sandbox/ant/sca/trunk/itest/distribution/webapp-helloworld/pom.xml
index 6e63369423..78e4ae3d48 100644
--- a/sandbox/ant/sca/trunk/itest/distribution/webapp-helloworld/pom.xml
+++ b/sandbox/ant/sca/trunk/itest/distribution/webapp-helloworld/pom.xml
@@ -17,12 +17,12 @@
* specific language governing permissions and limitations
* under the License.
-->
-<project>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-distribution</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-distribution-webapp-helloworld</artifactId>
@@ -34,14 +34,14 @@
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-bin-distro-unzip</artifactId>
<type>pom</type>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>helloworld</artifactId>
<type>war</type>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
</dependency>
<dependency>
diff --git a/sandbox/ant/sca/trunk/itest/exceptions/pom.xml b/sandbox/ant/sca/trunk/itest/exceptions/pom.xml
index 41dd198009..7671fcb267 100644
--- a/sandbox/ant/sca/trunk/itest/exceptions/pom.xml
+++ b/sandbox/ant/sca/trunk/itest/exceptions/pom.xml
@@ -17,12 +17,12 @@
* specific language governing permissions and limitations
* under the License.
-->
-<project>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-itest</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-exceptions</artifactId>
@@ -32,20 +32,20 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-api</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-impl</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
diff --git a/sandbox/ant/sca/trunk/itest/interfaces/pom.xml b/sandbox/ant/sca/trunk/itest/interfaces/pom.xml
index 09a969d146..06eafed38e 100644
--- a/sandbox/ant/sca/trunk/itest/interfaces/pom.xml
+++ b/sandbox/ant/sca/trunk/itest/interfaces/pom.xml
@@ -17,12 +17,12 @@
* specific language governing permissions and limitations
* under the License.
-->
-<project>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-itest</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-interfaces</artifactId>
@@ -32,20 +32,20 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-api</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-impl</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
diff --git a/sandbox/ant/sca/trunk/itest/pom.xml b/sandbox/ant/sca/trunk/itest/pom.xml
index 57dd85b9a7..1dcb403f56 100644
--- a/sandbox/ant/sca/trunk/itest/pom.xml
+++ b/sandbox/ant/sca/trunk/itest/pom.xml
@@ -17,12 +17,12 @@
* specific language governing permissions and limitations
* under the License.
-->
-<project>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tuscany-itest</artifactId>
@@ -667,7 +667,7 @@
</goals>
<configuration>
<tasks>
- <ant antfile="${was.ant.script}" target="startServer"/>
+ <ant antfile="${was.ant.script}" target="startServer" />
</tasks>
</configuration>
</execution>
@@ -681,11 +681,11 @@
<configuration>
<tasks>
<ant antfile="${was.ant.script}" target="installApplication">
- <property name="was.python.script" value="${was.python.script}"/>
- <property name="application.war" value="${project.build.directory}/${project.build.finalName}.war"/>
- <property name="application.name" value="${project.build.finalName}.war"/>
- <property name="application.contextRoot" value="${project.build.finalName}"/>
- <property name="application.server" value="server1"/>
+ <property name="was.python.script" value="${was.python.script}" />
+ <property name="application.war" value="${project.build.directory}/${project.build.finalName}.war" />
+ <property name="application.name" value="${project.build.finalName}.war" />
+ <property name="application.contextRoot" value="${project.build.finalName}" />
+ <property name="application.server" value="server1" />
</ant>
</tasks>
</configuration>
@@ -700,8 +700,8 @@
<configuration>
<tasks>
<ant antfile="${was.ant.script}" target="uninstallApplication">
- <property name="was.python.script" value="${was.python.script}"/>
- <property name="application.name" value="${project.build.finalName}.war"/>
+ <property name="was.python.script" value="${was.python.script}" />
+ <property name="application.name" value="${project.build.finalName}.war" />
</ant>
</tasks>
</configuration>
@@ -715,7 +715,7 @@
</goals>
<configuration>
<tasks>
- <ant antfile="${was.ant.script}" target="stopServer"/>
+ <ant antfile="${was.ant.script}" target="stopServer" />
</tasks>
</configuration>
</execution>
diff --git a/sandbox/ant/sca/trunk/itest/recursive-multi-level/pom.xml b/sandbox/ant/sca/trunk/itest/recursive-multi-level/pom.xml
index 6114e64ad8..17cf66b740 100644
--- a/sandbox/ant/sca/trunk/itest/recursive-multi-level/pom.xml
+++ b/sandbox/ant/sca/trunk/itest/recursive-multi-level/pom.xml
@@ -17,12 +17,12 @@
* specific language governing permissions and limitations
* under the License.
-->
-<project>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-itest</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
<!--relativePath>../pom.xml</relativePath-->
</parent>
<artifactId>itest-recursive-multi-level</artifactId>
@@ -32,20 +32,20 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-api</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-impl</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
diff --git a/sandbox/ant/sca/trunk/itest/references/pom.xml b/sandbox/ant/sca/trunk/itest/references/pom.xml
index 9da71f2ee8..ecb9cc0673 100644
--- a/sandbox/ant/sca/trunk/itest/references/pom.xml
+++ b/sandbox/ant/sca/trunk/itest/references/pom.xml
@@ -17,12 +17,12 @@
* specific language governing permissions and limitations
* under the License.
-->
-<project>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-itest</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-references</artifactId>
@@ -32,20 +32,20 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-api</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-impl</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/sandbox/ant/sca/trunk/itest/scopes/pom.xml b/sandbox/ant/sca/trunk/itest/scopes/pom.xml
index 4ba97f3062..dde9501f9b 100644
--- a/sandbox/ant/sca/trunk/itest/scopes/pom.xml
+++ b/sandbox/ant/sca/trunk/itest/scopes/pom.xml
@@ -17,12 +17,12 @@
* specific language governing permissions and limitations
* under the License.
-->
-<project>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-itest</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>Apache Tuscany SCA iTest Scopes</name>
@@ -32,20 +32,20 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-api</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-impl</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
diff --git a/sandbox/ant/sca/trunk/itest/services/pom.xml b/sandbox/ant/sca/trunk/itest/services/pom.xml
index 7564ee1c9a..b5f64614ca 100644
--- a/sandbox/ant/sca/trunk/itest/services/pom.xml
+++ b/sandbox/ant/sca/trunk/itest/services/pom.xml
@@ -17,12 +17,12 @@
* specific language governing permissions and limitations
* under the License.
-->
-<project>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-itest</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-services</artifactId>
@@ -32,20 +32,20 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-api</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-impl</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/sandbox/ant/sca/trunk/itest/wires/pom.xml b/sandbox/ant/sca/trunk/itest/wires/pom.xml
index 73868c649e..5b30d608c8 100644
--- a/sandbox/ant/sca/trunk/itest/wires/pom.xml
+++ b/sandbox/ant/sca/trunk/itest/wires/pom.xml
@@ -17,12 +17,12 @@
* specific language governing permissions and limitations
* under the License.
-->
-<project>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-itest</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-wires</artifactId>
@@ -32,20 +32,20 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-api</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-impl</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
<scope>test</scope>
</dependency>