summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/branches/sca-java-2.0-M5/distribution
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-2.x/branches/sca-java-2.0-M5/distribution')
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M5/distribution/all/pom.xml20
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M5/distribution/pom.xml2
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M5/distribution/tomcat/pom.xml2
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M5/distribution/tomcat/testing/download-tomcat/pom.xml2
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M5/distribution/tomcat/testing/helloworld-client-webapp/pom.xml4
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M5/distribution/tomcat/testing/helloworld-reference-contribution/pom.xml90
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M5/distribution/tomcat/testing/helloworld-scaclient-jsp/pom.xml96
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M5/distribution/tomcat/testing/helloworld-scaclient-servlet/pom.xml106
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M5/distribution/tomcat/testing/helloworld-service-contribution/pom.xml4
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M5/distribution/tomcat/testing/legal-checks/pom.xml2
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M5/distribution/tomcat/testing/pom.xml2
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M5/distribution/tomcat/tomcat-hook/pom.xml2
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M5/distribution/tomcat/tomcat-servlet/pom.xml6
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M5/distribution/tomcat/tomcat-war/pom.xml14
14 files changed, 176 insertions, 176 deletions
diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/distribution/all/pom.xml b/sca-java-2.x/branches/sca-java-2.0-M5/distribution/all/pom.xml
index 1474f3b84e..9e53982990 100644
--- a/sca-java-2.x/branches/sca-java-2.0-M5/distribution/all/pom.xml
+++ b/sca-java-2.x/branches/sca-java-2.0-M5/distribution/all/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-distribution</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -35,37 +35,37 @@
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-feature-all</artifactId>
<type>pom</type>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-domain-node</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-ejb-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-hazelcast-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-jms-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-web-client</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-tracing-aspectj</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
@@ -76,12 +76,12 @@
<dependency>
<groupId>org.apache.tuscany.sca.shades</groupId>
<artifactId>tuscany-base</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca.shades</groupId>
<artifactId>tuscany-spring</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M5-SNAPSHOT</version>
</dependency>
</dependencies>
diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/distribution/pom.xml b/sca-java-2.x/branches/sca-java-2.0-M5/distribution/pom.xml
index 0058a99177..c48fe6b4ed 100644
--- a/sca-java-2.x/branches/sca-java-2.0-M5/distribution/pom.xml
+++ b/sca-java-2.x/branches/sca-java-2.0-M5/distribution/pom.xml
@@ -23,7 +23,7 @@
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
<relativePath>../pom.xml</relativePath>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M5-SNAPSHOT</version>
</parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-distribution</artifactId>
diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/distribution/tomcat/pom.xml b/sca-java-2.x/branches/sca-java-2.0-M5/distribution/tomcat/pom.xml
index 7164f45ac7..ee40cbae96 100644
--- a/sca-java-2.x/branches/sca-java-2.0-M5/distribution/tomcat/pom.xml
+++ b/sca-java-2.x/branches/sca-java-2.0-M5/distribution/tomcat/pom.xml
@@ -23,7 +23,7 @@
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
<relativePath>../pom.xml</relativePath>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M5-SNAPSHOT</version>
</parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-distribution-tomcat</artifactId>
diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/distribution/tomcat/testing/download-tomcat/pom.xml b/sca-java-2.x/branches/sca-java-2.0-M5/distribution/tomcat/testing/download-tomcat/pom.xml
index 68bb686ae3..d5f34ec94e 100644
--- a/sca-java-2.x/branches/sca-java-2.0-M5/distribution/tomcat/testing/download-tomcat/pom.xml
+++ b/sca-java-2.x/branches/sca-java-2.0-M5/distribution/tomcat/testing/download-tomcat/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-distribution-tomcat-testing</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/distribution/tomcat/testing/helloworld-client-webapp/pom.xml b/sca-java-2.x/branches/sca-java-2.0-M5/distribution/tomcat/testing/helloworld-client-webapp/pom.xml
index 27816ddb00..1979468320 100644
--- a/sca-java-2.x/branches/sca-java-2.0-M5/distribution/tomcat/testing/helloworld-client-webapp/pom.xml
+++ b/sca-java-2.x/branches/sca-java-2.0-M5/distribution/tomcat/testing/helloworld-client-webapp/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-distribution-tomcat-testing</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -34,7 +34,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-api</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M5-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/distribution/tomcat/testing/helloworld-reference-contribution/pom.xml b/sca-java-2.x/branches/sca-java-2.0-M5/distribution/tomcat/testing/helloworld-reference-contribution/pom.xml
index d1ea28fc54..2cfecb9635 100644
--- a/sca-java-2.x/branches/sca-java-2.0-M5/distribution/tomcat/testing/helloworld-reference-contribution/pom.xml
+++ b/sca-java-2.x/branches/sca-java-2.0-M5/distribution/tomcat/testing/helloworld-reference-contribution/pom.xml
@@ -1,45 +1,45 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
--->
-<project>
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-distribution-tomcat-testing</artifactId>
- <version>2.0-SNAPSHOT</version>
- <relativePath>../pom.xml</relativePath>
- </parent>
-
- <artifactId>helloworld-reference-contribution</artifactId>
- <name>Apache Tuscany SCA Tomcat Integration Testing Helloworld Reference Contribution</name>
-
- <dependencies>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-sca-api</artifactId>
- <version>2.0-SNAPSHOT</version>
- <scope>provided</scope>
- </dependency>
-
- </dependencies>
-
- <build>
- <finalName>${artifactId}</finalName>
- </build>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+-->
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-distribution-tomcat-testing</artifactId>
+ <version>2.0-M5-SNAPSHOT</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+
+ <artifactId>helloworld-reference-contribution</artifactId>
+ <name>Apache Tuscany SCA Tomcat Integration Testing Helloworld Reference Contribution</name>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-sca-api</artifactId>
+ <version>2.0-M5-SNAPSHOT</version>
+ <scope>provided</scope>
+ </dependency>
+
+ </dependencies>
+
+ <build>
+ <finalName>${artifactId}</finalName>
+ </build>
+</project>
diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/distribution/tomcat/testing/helloworld-scaclient-jsp/pom.xml b/sca-java-2.x/branches/sca-java-2.0-M5/distribution/tomcat/testing/helloworld-scaclient-jsp/pom.xml
index b11a6bb687..dd09114596 100644
--- a/sca-java-2.x/branches/sca-java-2.0-M5/distribution/tomcat/testing/helloworld-scaclient-jsp/pom.xml
+++ b/sca-java-2.x/branches/sca-java-2.0-M5/distribution/tomcat/testing/helloworld-scaclient-jsp/pom.xml
@@ -1,48 +1,48 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
--->
-<project>
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-distribution-tomcat-testing</artifactId>
- <version>2.0-SNAPSHOT</version>
- <relativePath>../pom.xml</relativePath>
- </parent>
-
- <artifactId>helloworld-scaclient-jsp</artifactId>
- <packaging>war</packaging>
- <name>Apache Tuscany SCA Tomcat Integration Testing Helloworld Webapp Using SCAClient in a JSP</name>
-
- <dependencies>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-sca-api</artifactId>
- <version>2.0-SNAPSHOT</version>
- <scope>provided</scope>
- </dependency>
- </dependencies>
-
- <build>
- <finalName>${artifactId}</finalName>
- </build>
-
-</project>
-
-
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+-->
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-distribution-tomcat-testing</artifactId>
+ <version>2.0-M5-SNAPSHOT</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+
+ <artifactId>helloworld-scaclient-jsp</artifactId>
+ <packaging>war</packaging>
+ <name>Apache Tuscany SCA Tomcat Integration Testing Helloworld Webapp Using SCAClient in a JSP</name>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-sca-api</artifactId>
+ <version>2.0-M5-SNAPSHOT</version>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <finalName>${artifactId}</finalName>
+ </build>
+
+</project>
+
+
diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/distribution/tomcat/testing/helloworld-scaclient-servlet/pom.xml b/sca-java-2.x/branches/sca-java-2.0-M5/distribution/tomcat/testing/helloworld-scaclient-servlet/pom.xml
index d8a4831e82..152e4c65cc 100644
--- a/sca-java-2.x/branches/sca-java-2.0-M5/distribution/tomcat/testing/helloworld-scaclient-servlet/pom.xml
+++ b/sca-java-2.x/branches/sca-java-2.0-M5/distribution/tomcat/testing/helloworld-scaclient-servlet/pom.xml
@@ -1,53 +1,53 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
--->
-<project>
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-distribution-tomcat-testing</artifactId>
- <version>2.0-SNAPSHOT</version>
- <relativePath>../pom.xml</relativePath>
- </parent>
-
- <artifactId>helloworld-scaclient-servlet</artifactId>
- <packaging>war</packaging>
- <name>Apache Tuscany SCA Tomcat Integration Testing Helloworld Webapp Using SCAClient in a Servlet</name>
-
- <dependencies>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-sca-api</artifactId>
- <version>2.0-SNAPSHOT</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>servlet-api</artifactId>
- <version>2.5</version>
- <scope>provided</scope>
- </dependency>
- </dependencies>
-
- <build>
- <finalName>${artifactId}</finalName>
- </build>
-
-</project>
-
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+-->
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-distribution-tomcat-testing</artifactId>
+ <version>2.0-M5-SNAPSHOT</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+
+ <artifactId>helloworld-scaclient-servlet</artifactId>
+ <packaging>war</packaging>
+ <name>Apache Tuscany SCA Tomcat Integration Testing Helloworld Webapp Using SCAClient in a Servlet</name>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-sca-api</artifactId>
+ <version>2.0-M5-SNAPSHOT</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <version>2.5</version>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <finalName>${artifactId}</finalName>
+ </build>
+
+</project>
+
diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/distribution/tomcat/testing/helloworld-service-contribution/pom.xml b/sca-java-2.x/branches/sca-java-2.0-M5/distribution/tomcat/testing/helloworld-service-contribution/pom.xml
index 3b43a4fa59..d70e33a2d0 100644
--- a/sca-java-2.x/branches/sca-java-2.0-M5/distribution/tomcat/testing/helloworld-service-contribution/pom.xml
+++ b/sca-java-2.x/branches/sca-java-2.0-M5/distribution/tomcat/testing/helloworld-service-contribution/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-distribution-tomcat-testing</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -33,7 +33,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-api</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M5-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/distribution/tomcat/testing/legal-checks/pom.xml b/sca-java-2.x/branches/sca-java-2.0-M5/distribution/tomcat/testing/legal-checks/pom.xml
index 24d5c291e1..9b27ab261a 100644
--- a/sca-java-2.x/branches/sca-java-2.0-M5/distribution/tomcat/testing/legal-checks/pom.xml
+++ b/sca-java-2.x/branches/sca-java-2.0-M5/distribution/tomcat/testing/legal-checks/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-distribution</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>war-legal-checks</artifactId>
diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/distribution/tomcat/testing/pom.xml b/sca-java-2.x/branches/sca-java-2.0-M5/distribution/tomcat/testing/pom.xml
index d77f0e8b3c..558d53ea12 100644
--- a/sca-java-2.x/branches/sca-java-2.0-M5/distribution/tomcat/testing/pom.xml
+++ b/sca-java-2.x/branches/sca-java-2.0-M5/distribution/tomcat/testing/pom.xml
@@ -23,7 +23,7 @@
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-distribution-tomcat</artifactId>
<relativePath>../pom.xml</relativePath>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M5-SNAPSHOT</version>
</parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-distribution-tomcat-testing</artifactId>
diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/distribution/tomcat/tomcat-hook/pom.xml b/sca-java-2.x/branches/sca-java-2.0-M5/distribution/tomcat/tomcat-hook/pom.xml
index 8b792960ad..62251d4f51 100644
--- a/sca-java-2.x/branches/sca-java-2.0-M5/distribution/tomcat/tomcat-hook/pom.xml
+++ b/sca-java-2.x/branches/sca-java-2.0-M5/distribution/tomcat/tomcat-hook/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-modules</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/distribution/tomcat/tomcat-servlet/pom.xml b/sca-java-2.x/branches/sca-java-2.0-M5/distribution/tomcat/tomcat-servlet/pom.xml
index 83b68dad0c..62301489dc 100644
--- a/sca-java-2.x/branches/sca-java-2.0-M5/distribution/tomcat/tomcat-servlet/pom.xml
+++ b/sca-java-2.x/branches/sca-java-2.0-M5/distribution/tomcat/tomcat-servlet/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-modules</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -34,14 +34,14 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-tomcat-hook</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M5-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-api</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M5-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/distribution/tomcat/tomcat-war/pom.xml b/sca-java-2.x/branches/sca-java-2.0-M5/distribution/tomcat/tomcat-war/pom.xml
index 419c479c9c..add3720c60 100644
--- a/sca-java-2.x/branches/sca-java-2.0-M5/distribution/tomcat/tomcat-war/pom.xml
+++ b/sca-java-2.x/branches/sca-java-2.0-M5/distribution/tomcat/tomcat-war/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-distribution</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -39,33 +39,33 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-tomcat-servlet</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-tomcat-hook</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca.shades</groupId>
<artifactId>tuscany-base</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M5-SNAPSHOT</version>
</dependency>
<!--
<dependency>
<groupId>org.apache.tuscany.sca.shades</groupId>
<artifactId>tuscany-webservices</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-jsonp-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-jms-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>