summaryrefslogtreecommitdiffstats
path: root/sandbox/ant/sca/trunk/itest/distribution
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-03-19 14:27:42 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-03-19 14:27:42 +0000
commitb954869b2e22bc61d5dcde3457d9fea6e676b270 (patch)
tree1e5f65c224d9b9fcaff46e8bf3358f1ad6ad9cd8 /sandbox/ant/sca/trunk/itest/distribution
parent11c3000651bc41fd5693d84f7e208904b796cba2 (diff)
[maven-release-plugin] prepare branch tb2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@756021 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/ant/sca/trunk/itest/distribution')
-rw-r--r--sandbox/ant/sca/trunk/itest/distribution/bin-distro-unzip/pom.xml4
-rw-r--r--sandbox/ant/sca/trunk/itest/distribution/binding-ws-calculator/pom.xml4
-rw-r--r--sandbox/ant/sca/trunk/itest/distribution/calculator-rmi/pom.xml4
-rw-r--r--sandbox/ant/sca/trunk/itest/distribution/implementation-java-calculator/pom.xml4
-rw-r--r--sandbox/ant/sca/trunk/itest/distribution/pom.xml2
-rw-r--r--sandbox/ant/sca/trunk/itest/distribution/webapp-helloworld-jsp/pom.xml6
-rw-r--r--sandbox/ant/sca/trunk/itest/distribution/webapp-helloworld/pom.xml6
7 files changed, 15 insertions, 15 deletions
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 72315969dc..7556094684 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
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-distribution</artifactId>
- <version>2.0-M3-SNAPSHOT</version>
+ <version>2.0-M4-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-M3-SNAPSHOT</version>
+ <version>2.0-M4-SNAPSHOT</version>
</dependency>
</dependencies>
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 555dcaec41..4a0b1c3dc8 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
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-distribution</artifactId>
- <version>2.0-M3-SNAPSHOT</version>
+ <version>2.0-M4-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-M3-SNAPSHOT</version>
+ <version>2.0-M4-SNAPSHOT</version>
</dependency>
</dependencies>
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 b629884690..3bb16cf56e 100644
--- a/sandbox/ant/sca/trunk/itest/distribution/calculator-rmi/pom.xml
+++ b/sandbox/ant/sca/trunk/itest/distribution/calculator-rmi/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-distribution</artifactId>
- <version>2.0-M3-SNAPSHOT</version>
+ <version>2.0-M4-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-M3-SNAPSHOT</version>
+ <version>2.0-M4-SNAPSHOT</version>
</dependency>
</dependencies>
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 3b4180f0d2..05d4c72a0d 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
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-distribution</artifactId>
- <version>2.0-M3-SNAPSHOT</version>
+ <version>2.0-M4-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-M3-SNAPSHOT</version>
+ <version>2.0-M4-SNAPSHOT</version>
</dependency>
</dependencies>
diff --git a/sandbox/ant/sca/trunk/itest/distribution/pom.xml b/sandbox/ant/sca/trunk/itest/distribution/pom.xml
index 5d55696a09..ca076961f4 100644
--- a/sandbox/ant/sca/trunk/itest/distribution/pom.xml
+++ b/sandbox/ant/sca/trunk/itest/distribution/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-itest</artifactId>
- <version>2.0-M3-SNAPSHOT</version>
+ <version>2.0-M4-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 83fe04bb2e..cf3e84e015 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
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-distribution</artifactId>
- <version>2.0-M3-SNAPSHOT</version>
+ <version>2.0-M4-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-M3-SNAPSHOT</version>
+ <version>2.0-M4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>helloworld-jsp</artifactId>
<type>war</type>
- <version>2.0-M3-SNAPSHOT</version>
+ <version>2.0-M4-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 235e08241d..80dc2407d3 100644
--- a/sandbox/ant/sca/trunk/itest/distribution/webapp-helloworld/pom.xml
+++ b/sandbox/ant/sca/trunk/itest/distribution/webapp-helloworld/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>itest-distribution</artifactId>
- <version>2.0-M3-SNAPSHOT</version>
+ <version>2.0-M4-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-M3-SNAPSHOT</version>
+ <version>2.0-M4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>helloworld</artifactId>
<type>war</type>
- <version>2.0-M3-SNAPSHOT</version>
+ <version>2.0-M4-SNAPSHOT</version>
</dependency>
<dependency>