summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/branches/2.0/maven
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-2.x/branches/2.0/maven')
-rw-r--r--sca-java-2.x/branches/2.0/maven/archetypes/binding/pom.xml2
-rw-r--r--sca-java-2.x/branches/2.0/maven/archetypes/binding/src/main/resources/archetype-resources/pom.xml14
-rw-r--r--sca-java-2.x/branches/2.0/maven/archetypes/contribution-jar/pom.xml2
-rw-r--r--sca-java-2.x/branches/2.0/maven/archetypes/contribution-zip-discriptor/pom.xml2
-rw-r--r--sca-java-2.x/branches/2.0/maven/archetypes/contribution-zip/pom.xml2
-rw-r--r--sca-java-2.x/branches/2.0/maven/archetypes/implementation/pom.xml2
-rw-r--r--sca-java-2.x/branches/2.0/maven/archetypes/implementation/src/main/resources/archetype-resources/pom.xml6
-rw-r--r--sca-java-2.x/branches/2.0/maven/archetypes/policy/pom.xml2
-rw-r--r--sca-java-2.x/branches/2.0/maven/archetypes/policy/src/main/resources/archetype-resources/pom.xml4
-rw-r--r--sca-java-2.x/branches/2.0/maven/archetypes/pom.xml2
-rw-r--r--sca-java-2.x/branches/2.0/maven/archetypes/quickstart-bpel/pom.xml2
-rw-r--r--sca-java-2.x/branches/2.0/maven/archetypes/quickstart-jsf/pom.xml2
-rw-r--r--sca-java-2.x/branches/2.0/maven/archetypes/quickstart-jsonp/pom.xml2
-rw-r--r--sca-java-2.x/branches/2.0/maven/archetypes/quickstart-stripes/pom.xml2
-rw-r--r--sca-java-2.x/branches/2.0/maven/archetypes/quickstart/pom.xml2
-rw-r--r--sca-java-2.x/branches/2.0/maven/tuscany-diagram-plugin/pom.xml6
-rw-r--r--sca-java-2.x/branches/2.0/maven/tuscany-maven-plugin/pom.xml8
17 files changed, 31 insertions, 31 deletions
diff --git a/sca-java-2.x/branches/2.0/maven/archetypes/binding/pom.xml b/sca-java-2.x/branches/2.0/maven/archetypes/binding/pom.xml
index a373e7a634..7fd0dcce2c 100644
--- a/sca-java-2.x/branches/2.0/maven/archetypes/binding/pom.xml
+++ b/sca-java-2.x/branches/2.0/maven/archetypes/binding/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
diff --git a/sca-java-2.x/branches/2.0/maven/archetypes/binding/src/main/resources/archetype-resources/pom.xml b/sca-java-2.x/branches/2.0/maven/archetypes/binding/src/main/resources/archetype-resources/pom.xml
index 036c8bb521..4aa790b2b7 100644
--- a/sca-java-2.x/branches/2.0/maven/archetypes/binding/src/main/resources/archetype-resources/pom.xml
+++ b/sca-java-2.x/branches/2.0/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</version>
+ <version>2.0.1-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</version>
+ <version>2.0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-http</artifactId>
- <version>2.0</version>
+ <version>2.0.1-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</version>
+ <version>2.0.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-impl</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-api</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>
diff --git a/sca-java-2.x/branches/2.0/maven/archetypes/contribution-jar/pom.xml b/sca-java-2.x/branches/2.0/maven/archetypes/contribution-jar/pom.xml
index f304ec2736..0462beea3e 100644
--- a/sca-java-2.x/branches/2.0/maven/archetypes/contribution-jar/pom.xml
+++ b/sca-java-2.x/branches/2.0/maven/archetypes/contribution-jar/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
diff --git a/sca-java-2.x/branches/2.0/maven/archetypes/contribution-zip-discriptor/pom.xml b/sca-java-2.x/branches/2.0/maven/archetypes/contribution-zip-discriptor/pom.xml
index ac74c68f28..ba62fa9f90 100644
--- a/sca-java-2.x/branches/2.0/maven/archetypes/contribution-zip-discriptor/pom.xml
+++ b/sca-java-2.x/branches/2.0/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</version>
+ <version>2.0.1-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
diff --git a/sca-java-2.x/branches/2.0/maven/archetypes/contribution-zip/pom.xml b/sca-java-2.x/branches/2.0/maven/archetypes/contribution-zip/pom.xml
index cab5a74ddd..2841cd6ffa 100644
--- a/sca-java-2.x/branches/2.0/maven/archetypes/contribution-zip/pom.xml
+++ b/sca-java-2.x/branches/2.0/maven/archetypes/contribution-zip/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
diff --git a/sca-java-2.x/branches/2.0/maven/archetypes/implementation/pom.xml b/sca-java-2.x/branches/2.0/maven/archetypes/implementation/pom.xml
index b8f8e56a4a..ccc41ac12c 100644
--- a/sca-java-2.x/branches/2.0/maven/archetypes/implementation/pom.xml
+++ b/sca-java-2.x/branches/2.0/maven/archetypes/implementation/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
diff --git a/sca-java-2.x/branches/2.0/maven/archetypes/implementation/src/main/resources/archetype-resources/pom.xml b/sca-java-2.x/branches/2.0/maven/archetypes/implementation/src/main/resources/archetype-resources/pom.xml
index 4ad3b28a92..f4be5e83be 100644
--- a/sca-java-2.x/branches/2.0/maven/archetypes/implementation/src/main/resources/archetype-resources/pom.xml
+++ b/sca-java-2.x/branches/2.0/maven/archetypes/implementation/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</version>
+ <version>2.0.1-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</version>
+ <version>2.0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-domain-node</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>
diff --git a/sca-java-2.x/branches/2.0/maven/archetypes/policy/pom.xml b/sca-java-2.x/branches/2.0/maven/archetypes/policy/pom.xml
index 5ba9c40d7b..7db94c1dbc 100644
--- a/sca-java-2.x/branches/2.0/maven/archetypes/policy/pom.xml
+++ b/sca-java-2.x/branches/2.0/maven/archetypes/policy/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
diff --git a/sca-java-2.x/branches/2.0/maven/archetypes/policy/src/main/resources/archetype-resources/pom.xml b/sca-java-2.x/branches/2.0/maven/archetypes/policy/src/main/resources/archetype-resources/pom.xml
index bb0a069a3f..f3680551cb 100644
--- a/sca-java-2.x/branches/2.0/maven/archetypes/policy/src/main/resources/archetype-resources/pom.xml
+++ b/sca-java-2.x/branches/2.0/maven/archetypes/policy/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</version>
+ <version>2.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>${groupId}</groupId>
@@ -36,7 +36,7 @@
<artifactId>tuscany-core-runtime-pom</artifactId>
<type>pom</type>
<scope>provided</scope>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
</dependency>
</dependencies>
diff --git a/sca-java-2.x/branches/2.0/maven/archetypes/pom.xml b/sca-java-2.x/branches/2.0/maven/archetypes/pom.xml
index 559cea1281..2bde7ce0d2 100644
--- a/sca-java-2.x/branches/2.0/maven/archetypes/pom.xml
+++ b/sca-java-2.x/branches/2.0/maven/archetypes/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>tuscany-archetype</artifactId>
diff --git a/sca-java-2.x/branches/2.0/maven/archetypes/quickstart-bpel/pom.xml b/sca-java-2.x/branches/2.0/maven/archetypes/quickstart-bpel/pom.xml
index 834a402cea..7feaa34d16 100644
--- a/sca-java-2.x/branches/2.0/maven/archetypes/quickstart-bpel/pom.xml
+++ b/sca-java-2.x/branches/2.0/maven/archetypes/quickstart-bpel/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
diff --git a/sca-java-2.x/branches/2.0/maven/archetypes/quickstart-jsf/pom.xml b/sca-java-2.x/branches/2.0/maven/archetypes/quickstart-jsf/pom.xml
index 0dd9d2aa22..3c19c2322d 100644
--- a/sca-java-2.x/branches/2.0/maven/archetypes/quickstart-jsf/pom.xml
+++ b/sca-java-2.x/branches/2.0/maven/archetypes/quickstart-jsf/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
diff --git a/sca-java-2.x/branches/2.0/maven/archetypes/quickstart-jsonp/pom.xml b/sca-java-2.x/branches/2.0/maven/archetypes/quickstart-jsonp/pom.xml
index a25a8c239d..a9ddb65517 100644
--- a/sca-java-2.x/branches/2.0/maven/archetypes/quickstart-jsonp/pom.xml
+++ b/sca-java-2.x/branches/2.0/maven/archetypes/quickstart-jsonp/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/sca-java-2.x/branches/2.0/maven/archetypes/quickstart-stripes/pom.xml b/sca-java-2.x/branches/2.0/maven/archetypes/quickstart-stripes/pom.xml
index 95d6ceb0c0..7a7db16d20 100644
--- a/sca-java-2.x/branches/2.0/maven/archetypes/quickstart-stripes/pom.xml
+++ b/sca-java-2.x/branches/2.0/maven/archetypes/quickstart-stripes/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
diff --git a/sca-java-2.x/branches/2.0/maven/archetypes/quickstart/pom.xml b/sca-java-2.x/branches/2.0/maven/archetypes/quickstart/pom.xml
index f696782184..93ac40e6e5 100644
--- a/sca-java-2.x/branches/2.0/maven/archetypes/quickstart/pom.xml
+++ b/sca-java-2.x/branches/2.0/maven/archetypes/quickstart/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
diff --git a/sca-java-2.x/branches/2.0/maven/tuscany-diagram-plugin/pom.xml b/sca-java-2.x/branches/2.0/maven/tuscany-diagram-plugin/pom.xml
index 0afaed98c9..4e2ff1a43b 100644
--- a/sca-java-2.x/branches/2.0/maven/tuscany-diagram-plugin/pom.xml
+++ b/sca-java-2.x/branches/2.0/maven/tuscany-diagram-plugin/pom.xml
@@ -23,13 +23,13 @@
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
<relativePath>../../pom.xml</relativePath>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
</parent>
<artifactId>tuscany-diagram-plugin</artifactId>
<packaging>maven-plugin</packaging>
<name>Apache Tuscany Maven SCA Composite Diagram Plugin</name>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<dependencies>
<dependency>
@@ -50,7 +50,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-composite-diagram</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
</dependency>
</dependencies>
diff --git a/sca-java-2.x/branches/2.0/maven/tuscany-maven-plugin/pom.xml b/sca-java-2.x/branches/2.0/maven/tuscany-maven-plugin/pom.xml
index 6d56b3d55c..3fbab4e21f 100644
--- a/sca-java-2.x/branches/2.0/maven/tuscany-maven-plugin/pom.xml
+++ b/sca-java-2.x/branches/2.0/maven/tuscany-maven-plugin/pom.xml
@@ -23,13 +23,13 @@
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
<relativePath>../../pom.xml</relativePath>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
</parent>
<artifactId>tuscany-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<name>Apache Tuscany Maven Tuscany Plugin</name>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<dependencies>
<dependency>
@@ -50,12 +50,12 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-base-runtime</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-domain-hazelcast</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>jline</groupId>