diff options
Diffstat (limited to 'java/sca/itest/services/src/main')
-rw-r--r-- | java/sca/itest/services/src/main/resources/META-INF/sca-contribution.xml | 2 | ||||
-rw-r--r-- | java/sca/itest/services/src/main/resources/ServicesTest.composite | 2 |
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 60b8a9c931..a3c87f60c7 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://docs.oasis-open.org/ns/opencsa/sca/200712" targetNamespace="http://foo" xmlns:foo="http://foo"> +<contribution xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903" 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 14cc7ba860..9b7a30d850 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://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="InnerServicesTest" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<component name="AComponent1">
|