summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/archetypes/quickstart-stripes/src/main/resources/archetype-resources/pom.xml
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2010-04-22 00:04:17 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2010-04-22 00:04:17 +0000
commit71a1bee17d3fb7aadea312dba6b8e43d86706e2b (patch)
tree7dccc8156bcfd56b25d0a4cd9c2846562c256149 /sca-java-2.x/trunk/archetypes/quickstart-stripes/src/main/resources/archetype-resources/pom.xml
parent6f35c2b850cb0665106ed5ff4c1a83bb77695bc7 (diff)
Updating references to stripes dependecy (including manifest.mf) to 1.5.2 release
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936576 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/archetypes/quickstart-stripes/src/main/resources/archetype-resources/pom.xml')
-rw-r--r--sca-java-2.x/trunk/archetypes/quickstart-stripes/src/main/resources/archetype-resources/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/archetypes/quickstart-stripes/src/main/resources/archetype-resources/pom.xml b/sca-java-2.x/trunk/archetypes/quickstart-stripes/src/main/resources/archetype-resources/pom.xml
index 7586f8aabc..312affaba9 100644
--- a/sca-java-2.x/trunk/archetypes/quickstart-stripes/src/main/resources/archetype-resources/pom.xml
+++ b/sca-java-2.x/trunk/archetypes/quickstart-stripes/src/main/resources/archetype-resources/pom.xml
@@ -116,7 +116,7 @@
</build>
<properties>
<tuscany.version>2.0-SNAPSHOT</tuscany.version>
- <stripes.version>1.5</stripes.version>
+ <stripes.version>1.5.2</stripes.version>
<jetty.version>6.1.4</jetty.version>
</properties>
#end