summaryrefslogtreecommitdiffstats
path: root/java/sca/archetypes/quickstart/src
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-11-01 07:45:05 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-11-01 07:45:05 +0000
commita1b817c3055beb837d04f47524fb5af290b474ff (patch)
tree3aaebeb07d1b8cd27f88b77adb8a6165662d9ec5 /java/sca/archetypes/quickstart/src
parent6b94d489977c1cb2eeddded3ee329fe6b9605d5c (diff)
Correct tuscany namespace used by archetypes
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@831649 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/archetypes/quickstart/src')
-rw-r--r--java/sca/archetypes/quickstart/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.composite2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/sca/archetypes/quickstart/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.composite b/java/sca/archetypes/quickstart/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.composite
index 9df4cd915e..a90973d6f7 100644
--- a/java/sca/archetypes/quickstart/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.composite
+++ b/java/sca/archetypes/quickstart/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.composite
@@ -18,7 +18,7 @@
* under the License.
-->
<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903"
- xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.0"
+ xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.1"
targetNamespace="http://${package}"
name="${artifactId}">