diff options
Diffstat (limited to 'sandbox/sca-cloud-tutorial/store-appengine-webapp/war')
-rw-r--r-- | sandbox/sca-cloud-tutorial/store-appengine-webapp/war/META-INF/sca-contribution.xml | 2 | ||||
-rw-r--r-- | sandbox/sca-cloud-tutorial/store-appengine-webapp/war/store.composite | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sandbox/sca-cloud-tutorial/store-appengine-webapp/war/META-INF/sca-contribution.xml b/sandbox/sca-cloud-tutorial/store-appengine-webapp/war/META-INF/sca-contribution.xml index f3b6c89fe0..87db06d8dd 100644 --- a/sandbox/sca-cloud-tutorial/store-appengine-webapp/war/META-INF/sca-contribution.xml +++ b/sandbox/sca-cloud-tutorial/store-appengine-webapp/war/META-INF/sca-contribution.xml @@ -17,7 +17,7 @@ * specific language governing permissions and limitations * under the License. --> -<contribution xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903" +<contribution xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200912" xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.1" xmlns:store="http://store"> diff --git a/sandbox/sca-cloud-tutorial/store-appengine-webapp/war/store.composite b/sandbox/sca-cloud-tutorial/store-appengine-webapp/war/store.composite index bbd90a63bb..23505dcd5b 100644 --- a/sandbox/sca-cloud-tutorial/store-appengine-webapp/war/store.composite +++ b/sandbox/sca-cloud-tutorial/store-appengine-webapp/war/store.composite @@ -17,7 +17,7 @@ * specific language governing permissions and limitations * under the License. --> -<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903" +<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200912" xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.1" xmlns:s="http://store" targetNamespace="http://store" |