summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/helloworld
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-2.x/trunk/samples/helloworld')
-rw-r--r--sca-java-2.x/trunk/samples/helloworld/src/main/resources/META-INF/sca-contribution.xml4
-rw-r--r--sca-java-2.x/trunk/samples/helloworld/src/main/resources/helloworld.composite2
2 files changed, 3 insertions, 3 deletions
diff --git a/sca-java-2.x/trunk/samples/helloworld/src/main/resources/META-INF/sca-contribution.xml b/sca-java-2.x/trunk/samples/helloworld/src/main/resources/META-INF/sca-contribution.xml
index 9dd08bf56c..91b0c8fa6f 100644
--- a/sca-java-2.x/trunk/samples/helloworld/src/main/resources/META-INF/sca-contribution.xml
+++ b/sca-java-2.x/trunk/samples/helloworld/src/main/resources/META-INF/sca-contribution.xml
@@ -17,7 +17,7 @@
* specific language governing permissions and limitations
* under the License.
-->
-<contribution xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903"
+<contribution xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200912"
xmlns:sample="http://sample">
<deployable composite="sample:helloworld"/>
-</contribution> \ No newline at end of file
+</contribution>
diff --git a/sca-java-2.x/trunk/samples/helloworld/src/main/resources/helloworld.composite b/sca-java-2.x/trunk/samples/helloworld/src/main/resources/helloworld.composite
index 7d79a71783..324395c246 100644
--- a/sca-java-2.x/trunk/samples/helloworld/src/main/resources/helloworld.composite
+++ b/sca-java-2.x/trunk/samples/helloworld/src/main/resources/helloworld.composite
@@ -17,7 +17,7 @@
* specific language governing permissions and limitations
* under the License.
-->
-<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903"
+<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200912"
xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.1"
targetNamespace="http://sample"
name="helloworld">