diff options
5 files changed, 5 insertions, 5 deletions
diff --git a/java/sca/samples/helloworld-bpel/src/main/resources/META-INF/sca-contribution.xml b/java/sca/samples/helloworld-bpel/src/main/resources/META-INF/sca-contribution.xml index 990c84fbdd..9cc8d435e6 100644 --- a/java/sca/samples/helloworld-bpel/src/main/resources/META-INF/sca-contribution.xml +++ b/java/sca/samples/helloworld-bpel/src/main/resources/META-INF/sca-contribution.xml @@ -17,7 +17,7 @@ * specific language governing permissions and limitations
* under the License.
-->
-<contribution xmlns="http://www.osoa.org/xmlns/sca/1.0"
+<contribution xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200712"
xmlns:sample="http://bpel">
<deployable composite="sample:bpel"/>
</contribution>
\ No newline at end of file diff --git a/java/sca/samples/helloworld-bpel/src/main/resources/helloworld.composite b/java/sca/samples/helloworld-bpel/src/main/resources/helloworld.composite index d309528c84..40113d351e 100644 --- a/java/sca/samples/helloworld-bpel/src/main/resources/helloworld.composite +++ b/java/sca/samples/helloworld-bpel/src/main/resources/helloworld.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" targetNamespace="http://bpel" xmlns:hns="http://tuscany.apache.org/implementation/bpel/example/helloworld" name="bpel"> diff --git a/java/sca/samples/webapps/helloworld-jsp/src/main/webapp/WEB-INF/web.composite b/java/sca/samples/webapps/helloworld-jsp/src/main/webapp/WEB-INF/web.composite index 7e2ca0a158..d68ced7fd2 100644 --- a/java/sca/samples/webapps/helloworld-jsp/src/main/webapp/WEB-INF/web.composite +++ b/java/sca/samples/webapps/helloworld-jsp/src/main/webapp/WEB-INF/web.composite @@ -18,7 +18,7 @@ * under the License.
-->
<composite xmlns="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"
targetNamespace="http://samples"
name="Helloworld">
diff --git a/java/sca/samples/webapps/helloworld-stripes/src/main/webapp/WEB-INF/web.composite b/java/sca/samples/webapps/helloworld-stripes/src/main/webapp/WEB-INF/web.composite index 7e2ca0a158..d68ced7fd2 100644 --- a/java/sca/samples/webapps/helloworld-stripes/src/main/webapp/WEB-INF/web.composite +++ b/java/sca/samples/webapps/helloworld-stripes/src/main/webapp/WEB-INF/web.composite @@ -18,7 +18,7 @@ * under the License.
-->
<composite xmlns="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"
targetNamespace="http://samples"
name="Helloworld">
diff --git a/java/sca/samples/webapps/helloworld/src/main/webapp/WEB-INF/web.composite b/java/sca/samples/webapps/helloworld/src/main/webapp/WEB-INF/web.composite index c1144cc4ed..29a2165933 100644 --- a/java/sca/samples/webapps/helloworld/src/main/webapp/WEB-INF/web.composite +++ b/java/sca/samples/webapps/helloworld/src/main/webapp/WEB-INF/web.composite @@ -18,7 +18,7 @@ * under the License.
-->
<composite xmlns="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"
targetNamespace="http://samples"
name="Helloworld">
|