summaryrefslogtreecommitdiffstats
path: root/java/sca/itest/services/src/main
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--java/sca/itest/services/src/main/resources/META-INF/sca-contribution.xml2
-rw-r--r--java/sca/itest/services/src/main/resources/ServicesTest.composite2
2 files changed, 2 insertions, 2 deletions
diff --git a/java/sca/itest/services/src/main/resources/META-INF/sca-contribution.xml b/java/sca/itest/services/src/main/resources/META-INF/sca-contribution.xml
index 37ea8f677d..60b8a9c931 100644
--- a/java/sca/itest/services/src/main/resources/META-INF/sca-contribution.xml
+++ b/java/sca/itest/services/src/main/resources/META-INF/sca-contribution.xml
@@ -17,6 +17,6 @@
* specific language governing permissions and limitations
* under the License.
-->
-<contribution xmlns="http://www.osoa.org/xmlns/sca/1.0" targetNamespace="http://foo" xmlns:foo="http://foo">
+<contribution xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200712" targetNamespace="http://foo" xmlns:foo="http://foo">
<deployable composite="foo:InnerServicesTest" />
</contribution> \ No newline at end of file
diff --git a/java/sca/itest/services/src/main/resources/ServicesTest.composite b/java/sca/itest/services/src/main/resources/ServicesTest.composite
index eda885f9ec..14cc7ba860 100644
--- a/java/sca/itest/services/src/main/resources/ServicesTest.composite
+++ b/java/sca/itest/services/src/main/resources/ServicesTest.composite
@@ -17,7 +17,7 @@
* specific language governing permissions and limitations
* under the License.
-->
-<composite xmlns="http://www.osoa.org/xmlns/sca/1.0" xmlns:foo="http://foo" targetNamespace="http://foo"
+<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200712" xmlns:foo="http://foo" targetNamespace="http://foo"
name="InnerServicesTest" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<component name="AComponent1">