summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sandbox/ant/sca/branches/2.0-M2/archetypes/quickstart-jsf/src/main/resources/archetype-resources/pom.xml2
-rw-r--r--sandbox/ant/sca/branches/2.0-M2/archetypes/quickstart-stripes/src/main/resources/archetype-resources/pom.xml2
-rw-r--r--sandbox/ant/sca/branches/2.0-M2/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/sandbox/ant/sca/branches/2.0-M2/archetypes/quickstart-jsf/src/main/resources/archetype-resources/pom.xml b/sandbox/ant/sca/branches/2.0-M2/archetypes/quickstart-jsf/src/main/resources/archetype-resources/pom.xml
index 404c307067..4bddeaf6f4 100644
--- a/sandbox/ant/sca/branches/2.0-M2/archetypes/quickstart-jsf/src/main/resources/archetype-resources/pom.xml
+++ b/sandbox/ant/sca/branches/2.0-M2/archetypes/quickstart-jsf/src/main/resources/archetype-resources/pom.xml
@@ -144,7 +144,7 @@
</plugins>
</build>
<properties>
- <tuscany.version>2.0-SNAPSHOT</tuscany.version>
+ <tuscany.version>2.0-M2</tuscany.version>
<myfaces.version>1.5</myfaces.version>
</properties>
#end
diff --git a/sandbox/ant/sca/branches/2.0-M2/archetypes/quickstart-stripes/src/main/resources/archetype-resources/pom.xml b/sandbox/ant/sca/branches/2.0-M2/archetypes/quickstart-stripes/src/main/resources/archetype-resources/pom.xml
index 038165ac07..c53a142617 100644
--- a/sandbox/ant/sca/branches/2.0-M2/archetypes/quickstart-stripes/src/main/resources/archetype-resources/pom.xml
+++ b/sandbox/ant/sca/branches/2.0-M2/archetypes/quickstart-stripes/src/main/resources/archetype-resources/pom.xml
@@ -114,7 +114,7 @@
</plugins>
</build>
<properties>
- <tuscany.version>2.0-SNAPSHOT</tuscany.version>
+ <tuscany.version>2.0-M2</tuscany.version>
<stripes.version>1.5</stripes.version>
</properties>
#end
diff --git a/sandbox/ant/sca/branches/2.0-M2/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml b/sandbox/ant/sca/branches/2.0-M2/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
index 0a6cb38717..244fe623d9 100644
--- a/sandbox/ant/sca/branches/2.0-M2/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
+++ b/sandbox/ant/sca/branches/2.0-M2/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
@@ -110,7 +110,7 @@
</plugins>
</build>
<properties>
- <tuscany.version>2.0-SNAPSHOT</tuscany.version>
+ <tuscany.version>2.0-M2</tuscany.version>
<jetty.version>6.1.4</jetty.version>
</properties>
#end