summaryrefslogtreecommitdiffstats
path: root/sandbox/ant/sca/branches/foo/itest/distribution
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/ant/sca/branches/foo/itest/distribution')
-rw-r--r--sandbox/ant/sca/branches/foo/itest/distribution/bin-distro-unzip/pom.xml4
-rw-r--r--sandbox/ant/sca/branches/foo/itest/distribution/binding-ws-calculator/pom.xml4
-rw-r--r--sandbox/ant/sca/branches/foo/itest/distribution/calculator-rmi/pom.xml4
-rw-r--r--sandbox/ant/sca/branches/foo/itest/distribution/implementation-java-calculator/pom.xml4
-rw-r--r--sandbox/ant/sca/branches/foo/itest/distribution/pom.xml2
-rw-r--r--sandbox/ant/sca/branches/foo/itest/distribution/webapp-helloworld-jsp/pom.xml6
-rw-r--r--sandbox/ant/sca/branches/foo/itest/distribution/webapp-helloworld/pom.xml6
7 files changed, 15 insertions, 15 deletions
diff --git a/sandbox/ant/sca/branches/foo/itest/distribution/bin-distro-unzip/pom.xml b/sandbox/ant/sca/branches/foo/itest/distribution/bin-distro-unzip/pom.xml
index 1887d5ddc6..f428c55a5e 100644
--- a/sandbox/ant/sca/branches/foo/itest/distribution/bin-distro-unzip/pom.xml
+++ b/sandbox/ant/sca/branches/foo/itest/distribution/bin-distro-unzip/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-distribution</artifactId>
- <version>2.0-M2-SNAPSHOT</version>
+ <version>2.0-M2</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-M2-SNAPSHOT</version>
+ <version>2.0-M2</version>
</dependency>
</dependencies>
diff --git a/sandbox/ant/sca/branches/foo/itest/distribution/binding-ws-calculator/pom.xml b/sandbox/ant/sca/branches/foo/itest/distribution/binding-ws-calculator/pom.xml
index 3abdc98222..c3ff7d2bd9 100644
--- a/sandbox/ant/sca/branches/foo/itest/distribution/binding-ws-calculator/pom.xml
+++ b/sandbox/ant/sca/branches/foo/itest/distribution/binding-ws-calculator/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-distribution</artifactId>
- <version>2.0-M2-SNAPSHOT</version>
+ <version>2.0-M2</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-M2-SNAPSHOT</version>
+ <version>2.0-M2</version>
</dependency>
</dependencies>
diff --git a/sandbox/ant/sca/branches/foo/itest/distribution/calculator-rmi/pom.xml b/sandbox/ant/sca/branches/foo/itest/distribution/calculator-rmi/pom.xml
index 7e49a03d67..27d5bbf3c2 100644
--- a/sandbox/ant/sca/branches/foo/itest/distribution/calculator-rmi/pom.xml
+++ b/sandbox/ant/sca/branches/foo/itest/distribution/calculator-rmi/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-distribution</artifactId>
- <version>2.0-M2-SNAPSHOT</version>
+ <version>2.0-M2</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-M2-SNAPSHOT</version>
+ <version>2.0-M2</version>
</dependency>
</dependencies>
diff --git a/sandbox/ant/sca/branches/foo/itest/distribution/implementation-java-calculator/pom.xml b/sandbox/ant/sca/branches/foo/itest/distribution/implementation-java-calculator/pom.xml
index 30497d09de..ef8a44a841 100644
--- a/sandbox/ant/sca/branches/foo/itest/distribution/implementation-java-calculator/pom.xml
+++ b/sandbox/ant/sca/branches/foo/itest/distribution/implementation-java-calculator/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-distribution</artifactId>
- <version>2.0-M2-SNAPSHOT</version>
+ <version>2.0-M2</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-M2-SNAPSHOT</version>
+ <version>2.0-M2</version>
</dependency>
</dependencies>
diff --git a/sandbox/ant/sca/branches/foo/itest/distribution/pom.xml b/sandbox/ant/sca/branches/foo/itest/distribution/pom.xml
index 5cefe0e555..52b0a5c4fb 100644
--- a/sandbox/ant/sca/branches/foo/itest/distribution/pom.xml
+++ b/sandbox/ant/sca/branches/foo/itest/distribution/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-itest</artifactId>
- <version>2.0-M2-SNAPSHOT</version>
+ <version>2.0-M2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<packaging>pom</packaging>
diff --git a/sandbox/ant/sca/branches/foo/itest/distribution/webapp-helloworld-jsp/pom.xml b/sandbox/ant/sca/branches/foo/itest/distribution/webapp-helloworld-jsp/pom.xml
index 51a3d5ba53..c787e2769b 100644
--- a/sandbox/ant/sca/branches/foo/itest/distribution/webapp-helloworld-jsp/pom.xml
+++ b/sandbox/ant/sca/branches/foo/itest/distribution/webapp-helloworld-jsp/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-distribution</artifactId>
- <version>2.0-M2-SNAPSHOT</version>
+ <version>2.0-M2</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-M2-SNAPSHOT</version>
+ <version>2.0-M2</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>helloworld-jsp</artifactId>
<type>war</type>
- <version>2.0-M2-SNAPSHOT</version>
+ <version>2.0-M2</version>
</dependency>
<dependency>
diff --git a/sandbox/ant/sca/branches/foo/itest/distribution/webapp-helloworld/pom.xml b/sandbox/ant/sca/branches/foo/itest/distribution/webapp-helloworld/pom.xml
index 4027fd28cb..ad4c883d45 100644
--- a/sandbox/ant/sca/branches/foo/itest/distribution/webapp-helloworld/pom.xml
+++ b/sandbox/ant/sca/branches/foo/itest/distribution/webapp-helloworld/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-distribution</artifactId>
- <version>2.0-M2-SNAPSHOT</version>
+ <version>2.0-M2</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-M2-SNAPSHOT</version>
+ <version>2.0-M2</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>helloworld</artifactId>
<type>war</type>
- <version>2.0-M2-SNAPSHOT</version>
+ <version>2.0-M2</version>
</dependency>
<dependency>