diff options
Diffstat (limited to 'sandbox/ant')
8 files changed, 21 insertions, 21 deletions
diff --git a/sandbox/ant/sca/branches/foo/archetypes/pom.xml b/sandbox/ant/sca/branches/foo/archetypes/pom.xml index dabfd6fbca..84bc95d14b 100644 --- a/sandbox/ant/sca/branches/foo/archetypes/pom.xml +++ b/sandbox/ant/sca/branches/foo/archetypes/pom.xml @@ -22,7 +22,7 @@ <parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tuscany-archetype</artifactId>
diff --git a/sandbox/ant/sca/branches/foo/archetypes/quickstart-jsf/pom.xml b/sandbox/ant/sca/branches/foo/archetypes/quickstart-jsf/pom.xml index e29a9d33d7..99811559b7 100644 --- a/sandbox/ant/sca/branches/foo/archetypes/quickstart-jsf/pom.xml +++ b/sandbox/ant/sca/branches/foo/archetypes/quickstart-jsf/pom.xml @@ -22,7 +22,7 @@ <parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-modules</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/sandbox/ant/sca/branches/foo/archetypes/quickstart-stripes/pom.xml b/sandbox/ant/sca/branches/foo/archetypes/quickstart-stripes/pom.xml index 77c683a190..ba1a27297f 100644 --- a/sandbox/ant/sca/branches/foo/archetypes/quickstart-stripes/pom.xml +++ b/sandbox/ant/sca/branches/foo/archetypes/quickstart-stripes/pom.xml @@ -22,7 +22,7 @@ <parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-modules</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/sandbox/ant/sca/branches/foo/archetypes/quickstart/pom.xml b/sandbox/ant/sca/branches/foo/archetypes/quickstart/pom.xml index e671ddb589..59cbc03b4a 100644 --- a/sandbox/ant/sca/branches/foo/archetypes/quickstart/pom.xml +++ b/sandbox/ant/sca/branches/foo/archetypes/quickstart/pom.xml @@ -22,7 +22,7 @@ <parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-modules</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/sandbox/ant/sca/branches/foo/distribution/all/pom.xml b/sandbox/ant/sca/branches/foo/distribution/all/pom.xml index 28cfdb7f31..bd319f796e 100644 --- a/sandbox/ant/sca/branches/foo/distribution/all/pom.xml +++ b/sandbox/ant/sca/branches/foo/distribution/all/pom.xml @@ -22,7 +22,7 @@ <parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-distribution</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -35,27 +35,27 @@ <groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-feature-all</artifactId>
<type>pom</type>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-bpel</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-bpel-ode</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-stripes</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-myfaces</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
</dependency>
</dependencies>
diff --git a/sandbox/ant/sca/branches/foo/distribution/pom.xml b/sandbox/ant/sca/branches/foo/distribution/pom.xml index 3310f8f0e3..12400571d3 100644 --- a/sandbox/ant/sca/branches/foo/distribution/pom.xml +++ b/sandbox/ant/sca/branches/foo/distribution/pom.xml @@ -23,7 +23,7 @@ <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-sca</artifactId> <relativePath>../pom.xml</relativePath> - <version>2.0-M2</version> + <version>2.0-M2-SNAPSHOT</version> </parent> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-distribution</artifactId> diff --git a/sandbox/ant/sca/branches/foo/features/all/pom.xml b/sandbox/ant/sca/branches/foo/features/all/pom.xml index 9dfac2b878..dfc7ad4d54 100644 --- a/sandbox/ant/sca/branches/foo/features/all/pom.xml +++ b/sandbox/ant/sca/branches/foo/features/all/pom.xml @@ -22,7 +22,7 @@ <parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-feature</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -36,42 +36,42 @@ <groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-feature-api</artifactId>
<type>pom</type>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-feature-core</artifactId>
<type>pom</type>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-feature-webservice</artifactId>
<type>pom</type>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-feature-ejava</artifactId>
<type>pom</type>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-feature-webapp</artifactId>
<type>pom</type>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-launcher</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
</dependency>
diff --git a/sandbox/ant/sca/branches/foo/features/webapp/pom.xml b/sandbox/ant/sca/branches/foo/features/webapp/pom.xml index 292b3a5116..3026cebca0 100644 --- a/sandbox/ant/sca/branches/foo/features/webapp/pom.xml +++ b/sandbox/ant/sca/branches/foo/features/webapp/pom.xml @@ -22,7 +22,7 @@ <parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-feature</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -35,14 +35,14 @@ <dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-feature-core</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-web-runtime</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
</dependency>
<!-- Explicitly list the servlet/jsp apis as "provided" dependencies are not transitive -->
|