diff options
Diffstat (limited to 'java/sca/modules/endpoint')
-rw-r--r-- | java/sca/modules/endpoint/src/main/resources/org/apache/tuscany/sca/binding/sca/definitions.xml | 2 | ||||
-rw-r--r-- | java/sca/modules/endpoint/src/test/resources/Calculator.composite | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/java/sca/modules/endpoint/src/main/resources/org/apache/tuscany/sca/binding/sca/definitions.xml b/java/sca/modules/endpoint/src/main/resources/org/apache/tuscany/sca/binding/sca/definitions.xml index f3c5cd0aa1..5578f597e8 100644 --- a/java/sca/modules/endpoint/src/main/resources/org/apache/tuscany/sca/binding/sca/definitions.xml +++ b/java/sca/modules/endpoint/src/main/resources/org/apache/tuscany/sca/binding/sca/definitions.xml @@ -20,7 +20,7 @@ <sca:definitions xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200712" targetNamespace="http://docs.oasis-open.org/ns/opencsa/sca/200712" xmlns:sca="http://docs.oasis-open.org/ns/opencsa/sca/200712" - xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.0"> + xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.1"> <sca:bindingType type="sca:binding.sca" mayProvide="" alwaysProvides=""/> </sca:definitions>
\ No newline at end of file diff --git a/java/sca/modules/endpoint/src/test/resources/Calculator.composite b/java/sca/modules/endpoint/src/test/resources/Calculator.composite index 3b743f6e26..20064d6362 100644 --- a/java/sca/modules/endpoint/src/test/resources/Calculator.composite +++ b/java/sca/modules/endpoint/src/test/resources/Calculator.composite @@ -17,7 +17,7 @@ * specific language governing permissions and limitations * under the License. --> -<composite xmlns="http://www.osoa.org/xmlns/sca/1.0" +<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200712" xmlns:calc="http://calc" targetNamespace="http://calc" name="Calculator"> |