summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/branches/2.0-Beta2/maven
diff options
context:
space:
mode:
authorfmoga <fmoga@13f79535-47bb-0310-9956-ffa450edef68>2011-02-10 08:57:45 +0000
committerfmoga <fmoga@13f79535-47bb-0310-9956-ffa450edef68>2011-02-10 08:57:45 +0000
commitc244e583e1abc3c7577c38e3487790db12e70fd1 (patch)
tree52d05af2a70b3acc08e104db8fda4f6c4a13eaba /sca-java-2.x/branches/2.0-Beta2/maven
parentc2a040fbfe9a4392b393fd80ce1a7c3193b79820 (diff)
Changed version to 2.0-Beta2-SNAPSHOT.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1069291 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/branches/2.0-Beta2/maven/archetypes/binding/pom.xml2
-rw-r--r--sca-java-2.x/branches/2.0-Beta2/maven/archetypes/binding/src/main/resources/archetype-resources/pom.xml14
-rw-r--r--sca-java-2.x/branches/2.0-Beta2/maven/archetypes/contribution-jar/pom.xml2
-rw-r--r--sca-java-2.x/branches/2.0-Beta2/maven/archetypes/contribution-jar/src/main/resources/archetype-resources/pom.xml2
-rw-r--r--sca-java-2.x/branches/2.0-Beta2/maven/archetypes/contribution-zip-discriptor/pom.xml2
-rw-r--r--sca-java-2.x/branches/2.0-Beta2/maven/archetypes/contribution-zip/pom.xml2
-rw-r--r--sca-java-2.x/branches/2.0-Beta2/maven/archetypes/contribution-zip/src/main/resources/archetype-resources/pom.xml2
-rw-r--r--sca-java-2.x/branches/2.0-Beta2/maven/archetypes/pom.xml2
-rw-r--r--sca-java-2.x/branches/2.0-Beta2/maven/archetypes/quickstart-bpel/pom.xml2
-rw-r--r--sca-java-2.x/branches/2.0-Beta2/maven/archetypes/quickstart-bpel/src/main/resources/archetype-resources/pom.xml2
-rw-r--r--sca-java-2.x/branches/2.0-Beta2/maven/archetypes/quickstart-jsf/pom.xml2
-rw-r--r--sca-java-2.x/branches/2.0-Beta2/maven/archetypes/quickstart-jsf/src/main/resources/archetype-resources/pom.xml2
-rw-r--r--sca-java-2.x/branches/2.0-Beta2/maven/archetypes/quickstart-jsonp/pom.xml2
-rw-r--r--sca-java-2.x/branches/2.0-Beta2/maven/archetypes/quickstart-jsonp/src/main/resources/archetype-resources/pom.xml2
-rw-r--r--sca-java-2.x/branches/2.0-Beta2/maven/archetypes/quickstart-stripes/pom.xml2
-rw-r--r--sca-java-2.x/branches/2.0-Beta2/maven/archetypes/quickstart-stripes/src/main/resources/archetype-resources/pom.xml2
-rw-r--r--sca-java-2.x/branches/2.0-Beta2/maven/archetypes/quickstart/pom.xml2
-rw-r--r--sca-java-2.x/branches/2.0-Beta2/maven/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml2
-rw-r--r--sca-java-2.x/branches/2.0-Beta2/maven/maven-tuscany-plugin/pom.xml8
19 files changed, 28 insertions, 28 deletions
diff --git a/sca-java-2.x/branches/2.0-Beta2/maven/archetypes/binding/pom.xml b/sca-java-2.x/branches/2.0-Beta2/maven/archetypes/binding/pom.xml
index d406d857d6..4a82460823 100644
--- a/sca-java-2.x/branches/2.0-Beta2/maven/archetypes/binding/pom.xml
+++ b/sca-java-2.x/branches/2.0-Beta2/maven/archetypes/binding/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
diff --git a/sca-java-2.x/branches/2.0-Beta2/maven/archetypes/binding/src/main/resources/archetype-resources/pom.xml b/sca-java-2.x/branches/2.0-Beta2/maven/archetypes/binding/src/main/resources/archetype-resources/pom.xml
index 583ff605b6..b74edcca11 100644
--- a/sca-java-2.x/branches/2.0-Beta2/maven/archetypes/binding/src/main/resources/archetype-resources/pom.xml
+++ b/sca-java-2.x/branches/2.0-Beta2/maven/archetypes/binding/src/main/resources/archetype-resources/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-Beta2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -36,14 +36,14 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-assembly-xml</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-http</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
@@ -57,28 +57,28 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-jetty</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-impl</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-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-Beta2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-api</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
diff --git a/sca-java-2.x/branches/2.0-Beta2/maven/archetypes/contribution-jar/pom.xml b/sca-java-2.x/branches/2.0-Beta2/maven/archetypes/contribution-jar/pom.xml
index d262f01b85..cc12f52861 100644
--- a/sca-java-2.x/branches/2.0-Beta2/maven/archetypes/contribution-jar/pom.xml
+++ b/sca-java-2.x/branches/2.0-Beta2/maven/archetypes/contribution-jar/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
diff --git a/sca-java-2.x/branches/2.0-Beta2/maven/archetypes/contribution-jar/src/main/resources/archetype-resources/pom.xml b/sca-java-2.x/branches/2.0-Beta2/maven/archetypes/contribution-jar/src/main/resources/archetype-resources/pom.xml
index 4a78d6d26b..1b26401322 100644
--- a/sca-java-2.x/branches/2.0-Beta2/maven/archetypes/contribution-jar/src/main/resources/archetype-resources/pom.xml
+++ b/sca-java-2.x/branches/2.0-Beta2/maven/archetypes/contribution-jar/src/main/resources/archetype-resources/pom.xml
@@ -29,7 +29,7 @@
<name>${artifactId}</name>
<properties>
- <tuscany.version>2.0-SNAPSHOT</tuscany.version>
+ <tuscany.version>2.0-Beta2-SNAPSHOT</tuscany.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
diff --git a/sca-java-2.x/branches/2.0-Beta2/maven/archetypes/contribution-zip-discriptor/pom.xml b/sca-java-2.x/branches/2.0-Beta2/maven/archetypes/contribution-zip-discriptor/pom.xml
index f1bbe79e2f..94b511742c 100644
--- a/sca-java-2.x/branches/2.0-Beta2/maven/archetypes/contribution-zip-discriptor/pom.xml
+++ b/sca-java-2.x/branches/2.0-Beta2/maven/archetypes/contribution-zip-discriptor/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
diff --git a/sca-java-2.x/branches/2.0-Beta2/maven/archetypes/contribution-zip/pom.xml b/sca-java-2.x/branches/2.0-Beta2/maven/archetypes/contribution-zip/pom.xml
index 64a67cd009..b46c7709b3 100644
--- a/sca-java-2.x/branches/2.0-Beta2/maven/archetypes/contribution-zip/pom.xml
+++ b/sca-java-2.x/branches/2.0-Beta2/maven/archetypes/contribution-zip/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
diff --git a/sca-java-2.x/branches/2.0-Beta2/maven/archetypes/contribution-zip/src/main/resources/archetype-resources/pom.xml b/sca-java-2.x/branches/2.0-Beta2/maven/archetypes/contribution-zip/src/main/resources/archetype-resources/pom.xml
index 76183eafc7..bca09832b7 100644
--- a/sca-java-2.x/branches/2.0-Beta2/maven/archetypes/contribution-zip/src/main/resources/archetype-resources/pom.xml
+++ b/sca-java-2.x/branches/2.0-Beta2/maven/archetypes/contribution-zip/src/main/resources/archetype-resources/pom.xml
@@ -147,7 +147,7 @@
</plugins>
</build>
<properties>
- <tuscany.version>2.0-SNAPSHOT</tuscany.version>
+ <tuscany.version>2.0-Beta2-SNAPSHOT</tuscany.version>
</properties>
#end
</project>
diff --git a/sca-java-2.x/branches/2.0-Beta2/maven/archetypes/pom.xml b/sca-java-2.x/branches/2.0-Beta2/maven/archetypes/pom.xml
index 10d498ad1b..72fbe915ff 100644
--- a/sca-java-2.x/branches/2.0-Beta2/maven/archetypes/pom.xml
+++ b/sca-java-2.x/branches/2.0-Beta2/maven/archetypes/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>tuscany-archetype</artifactId>
diff --git a/sca-java-2.x/branches/2.0-Beta2/maven/archetypes/quickstart-bpel/pom.xml b/sca-java-2.x/branches/2.0-Beta2/maven/archetypes/quickstart-bpel/pom.xml
index 78bcb91dc8..0a8b6e99a9 100644
--- a/sca-java-2.x/branches/2.0-Beta2/maven/archetypes/quickstart-bpel/pom.xml
+++ b/sca-java-2.x/branches/2.0-Beta2/maven/archetypes/quickstart-bpel/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
diff --git a/sca-java-2.x/branches/2.0-Beta2/maven/archetypes/quickstart-bpel/src/main/resources/archetype-resources/pom.xml b/sca-java-2.x/branches/2.0-Beta2/maven/archetypes/quickstart-bpel/src/main/resources/archetype-resources/pom.xml
index ecc47712a9..3d54d5ab8e 100644
--- a/sca-java-2.x/branches/2.0-Beta2/maven/archetypes/quickstart-bpel/src/main/resources/archetype-resources/pom.xml
+++ b/sca-java-2.x/branches/2.0-Beta2/maven/archetypes/quickstart-bpel/src/main/resources/archetype-resources/pom.xml
@@ -175,7 +175,7 @@
</plugins>
</build>
<properties>
- <tuscany.version>2.0-SNAPSHOT</tuscany.version>
+ <tuscany.version>2.0-Beta2-SNAPSHOT</tuscany.version>
<jetty.version>6.1.18</jetty.version>
</properties>
#end
diff --git a/sca-java-2.x/branches/2.0-Beta2/maven/archetypes/quickstart-jsf/pom.xml b/sca-java-2.x/branches/2.0-Beta2/maven/archetypes/quickstart-jsf/pom.xml
index ec01b5effa..0718b7d382 100644
--- a/sca-java-2.x/branches/2.0-Beta2/maven/archetypes/quickstart-jsf/pom.xml
+++ b/sca-java-2.x/branches/2.0-Beta2/maven/archetypes/quickstart-jsf/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
diff --git a/sca-java-2.x/branches/2.0-Beta2/maven/archetypes/quickstart-jsf/src/main/resources/archetype-resources/pom.xml b/sca-java-2.x/branches/2.0-Beta2/maven/archetypes/quickstart-jsf/src/main/resources/archetype-resources/pom.xml
index 19c1181f1b..cac41186dd 100644
--- a/sca-java-2.x/branches/2.0-Beta2/maven/archetypes/quickstart-jsf/src/main/resources/archetype-resources/pom.xml
+++ b/sca-java-2.x/branches/2.0-Beta2/maven/archetypes/quickstart-jsf/src/main/resources/archetype-resources/pom.xml
@@ -145,7 +145,7 @@
</plugins>
</build>
<properties>
- <tuscany.version>2.0-SNAPSHOT</tuscany.version>
+ <tuscany.version>2.0-Beta2-SNAPSHOT</tuscany.version>
<myfaces.version>1.5</myfaces.version>
<jetty.version>6.1.4</jetty.version>
</properties>
diff --git a/sca-java-2.x/branches/2.0-Beta2/maven/archetypes/quickstart-jsonp/pom.xml b/sca-java-2.x/branches/2.0-Beta2/maven/archetypes/quickstart-jsonp/pom.xml
index e2e101aae0..003ceb729a 100644
--- a/sca-java-2.x/branches/2.0-Beta2/maven/archetypes/quickstart-jsonp/pom.xml
+++ b/sca-java-2.x/branches/2.0-Beta2/maven/archetypes/quickstart-jsonp/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/sca-java-2.x/branches/2.0-Beta2/maven/archetypes/quickstart-jsonp/src/main/resources/archetype-resources/pom.xml b/sca-java-2.x/branches/2.0-Beta2/maven/archetypes/quickstart-jsonp/src/main/resources/archetype-resources/pom.xml
index 95c2f5800d..c27be23852 100644
--- a/sca-java-2.x/branches/2.0-Beta2/maven/archetypes/quickstart-jsonp/src/main/resources/archetype-resources/pom.xml
+++ b/sca-java-2.x/branches/2.0-Beta2/maven/archetypes/quickstart-jsonp/src/main/resources/archetype-resources/pom.xml
@@ -148,7 +148,7 @@
</plugins>
</build>
<properties>
- <tuscany.version>2.0-SNAPSHOT</tuscany.version>
+ <tuscany.version>2.0-Beta2-SNAPSHOT</tuscany.version>
<jetty.version>6.1.18</jetty.version>
</properties>
</project>
diff --git a/sca-java-2.x/branches/2.0-Beta2/maven/archetypes/quickstart-stripes/pom.xml b/sca-java-2.x/branches/2.0-Beta2/maven/archetypes/quickstart-stripes/pom.xml
index bfa288cdee..7bb95e7278 100644
--- a/sca-java-2.x/branches/2.0-Beta2/maven/archetypes/quickstart-stripes/pom.xml
+++ b/sca-java-2.x/branches/2.0-Beta2/maven/archetypes/quickstart-stripes/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
diff --git a/sca-java-2.x/branches/2.0-Beta2/maven/archetypes/quickstart-stripes/src/main/resources/archetype-resources/pom.xml b/sca-java-2.x/branches/2.0-Beta2/maven/archetypes/quickstart-stripes/src/main/resources/archetype-resources/pom.xml
index 8e8bbe128f..bdc9b2966f 100644
--- a/sca-java-2.x/branches/2.0-Beta2/maven/archetypes/quickstart-stripes/src/main/resources/archetype-resources/pom.xml
+++ b/sca-java-2.x/branches/2.0-Beta2/maven/archetypes/quickstart-stripes/src/main/resources/archetype-resources/pom.xml
@@ -115,7 +115,7 @@
</plugins>
</build>
<properties>
- <tuscany.version>2.0-SNAPSHOT</tuscany.version>
+ <tuscany.version>2.0-Beta2-SNAPSHOT</tuscany.version>
<stripes.version>1.5.2</stripes.version>
<jetty.version>6.1.4</jetty.version>
</properties>
diff --git a/sca-java-2.x/branches/2.0-Beta2/maven/archetypes/quickstart/pom.xml b/sca-java-2.x/branches/2.0-Beta2/maven/archetypes/quickstart/pom.xml
index 629003b13e..df174d736e 100644
--- a/sca-java-2.x/branches/2.0-Beta2/maven/archetypes/quickstart/pom.xml
+++ b/sca-java-2.x/branches/2.0-Beta2/maven/archetypes/quickstart/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
diff --git a/sca-java-2.x/branches/2.0-Beta2/maven/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml b/sca-java-2.x/branches/2.0-Beta2/maven/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
index 3ec16988b1..a488237cc3 100644
--- a/sca-java-2.x/branches/2.0-Beta2/maven/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
+++ b/sca-java-2.x/branches/2.0-Beta2/maven/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
@@ -137,7 +137,7 @@
</plugins>
</build>
<properties>
- <tuscany.version>2.0-SNAPSHOT</tuscany.version>
+ <tuscany.version>2.0-Beta2-SNAPSHOT</tuscany.version>
<jetty.version>6.1.18</jetty.version>
</properties>
</project>
diff --git a/sca-java-2.x/branches/2.0-Beta2/maven/maven-tuscany-plugin/pom.xml b/sca-java-2.x/branches/2.0-Beta2/maven/maven-tuscany-plugin/pom.xml
index e83004ed0d..eb8fc501e9 100644
--- a/sca-java-2.x/branches/2.0-Beta2/maven/maven-tuscany-plugin/pom.xml
+++ b/sca-java-2.x/branches/2.0-Beta2/maven/maven-tuscany-plugin/pom.xml
@@ -23,14 +23,14 @@
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
<relativePath>../../pom.xml</relativePath>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</parent>
<groupId>org.apache.tuscany.maven.plugins</groupId>
<artifactId>maven-tuscany-plugin</artifactId>
<packaging>maven-plugin</packaging>
<name>Apache Tuscany Maven Tuscany Plugin</name>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<dependencies>
<dependency>
@@ -52,12 +52,12 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-base-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-domain-hazelcast</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>jline</groupId>