diff options
Diffstat (limited to 'java/sca/archetypes/contribution-zip')
-rw-r--r-- | java/sca/archetypes/contribution-zip/src/main/resources/archetype-resources/src/main/resources/add.composite | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/sca/archetypes/contribution-zip/src/main/resources/archetype-resources/src/main/resources/add.composite b/java/sca/archetypes/contribution-zip/src/main/resources/archetype-resources/src/main/resources/add.composite index 2a8b041849..af2ed294f9 100644 --- a/java/sca/archetypes/contribution-zip/src/main/resources/archetype-resources/src/main/resources/add.composite +++ b/java/sca/archetypes/contribution-zip/src/main/resources/archetype-resources/src/main/resources/add.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}"> |