summaryrefslogtreecommitdiffstats
path: root/java/sca/samples/helloworld-bpel/src/main/resources
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--java/sca/samples/helloworld-bpel/src/main/resources/META-INF/sca-contribution.xml2
-rw-r--r--java/sca/samples/helloworld-bpel/src/main/resources/helloworld.composite2
2 files changed, 2 insertions, 2 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">