summaryrefslogtreecommitdiffstats
path: root/java/sca/itest/exceptions/src/main/resources/ExceptionTest.composite
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--java/sca/itest/exceptions/src/main/resources/ExceptionTest.composite2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/sca/itest/exceptions/src/main/resources/ExceptionTest.composite b/java/sca/itest/exceptions/src/main/resources/ExceptionTest.composite
index 4c196247d3..d42866303e 100644
--- a/java/sca/itest/exceptions/src/main/resources/ExceptionTest.composite
+++ b/java/sca/itest/exceptions/src/main/resources/ExceptionTest.composite
@@ -17,7 +17,7 @@
* specific language governing permissions and limitations
* under the License.
-->
-<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200712" xmlns:foo="http://foo" targetNamespace="http://foo"
+<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903" xmlns:foo="http://foo" targetNamespace="http://foo"
name="ExceptionTest">
<component name="main">
<implementation.java class="org.apache.tuscany.sca.test.exceptions.impl.ExceptionHandlerImpl" />