You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2008/07/29 17:31:49 UTC

svn commit: r680737 [11/13] - in /tuscany/tags/java/sca/1.3: ./ demos/ demos/alert-aggregator-webapp/ demos/alert-aggregator-webapp/src/main/webapp/WEB-INF/ demos/bigbank-account/ demos/bigbank-calculator/ demos/bigbank-stockquote/ demos/bigbank/ demos...

Modified: tuscany/tags/java/sca/1.3/samples/helloworld-ws-service-webapp/build.xml
URL: http://svn.apache.org/viewvc/tuscany/tags/java/sca/1.3/samples/helloworld-ws-service-webapp/build.xml?rev=680737&r1=680691&r2=680737&view=diff
==============================================================================
--- tuscany/tags/java/sca/1.3/samples/helloworld-ws-service-webapp/build.xml (original)
+++ tuscany/tags/java/sca/1.3/samples/helloworld-ws-service-webapp/build.xml Tue Jul 29 08:30:08 2008
@@ -1,156 +1,156 @@
-<!--
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- * 
- *   http://www.apache.org/licenses/LICENSE-2.0
- * 
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.    
--->
-<project name="sample-helloworld-ws-service-webapp" default="compile">
-    <property file="${user.home}/tuscany/build.properties" />
-    <property file="${user.home}/build.properties" />
-
-    <property name="tuscany.sca.manifest.location" value="../../lib/tuscany-sca-manifest.jar"/>
-    <property name="tuscany.sca.lib.location" value="../../lib"/>
-    <property name="tuscany.sca.modules.location" value="../../modules"/>
-            
-    <path id="project.classpath">
-        <pathelement path="target/classes"/>
-        <pathelement path="target/sdo-source"/>
-        <pathelement location="${tuscany.sca.manifest.location}"/>
-    </path>
-    	
-    <target name="init">
-        <mkdir dir="target/classes"/>
-        <mkdir dir="target/sdo-source"/>
-    </target>
-	
-    	
-    <target name="compile" depends="init">
-        <javac destdir="target/classes"
-               debug="on"
-               source="1.5"
-               target="1.5">
-               <src location="src/main/java"/>
-               <src location="target/sdo-source"/>
-               <classpath refid="project.classpath"/>
-        </javac> 
-        <copy todir="target/classes">
-            <fileset dir="src/main/resources"/>
-            <fileset dir="target/sdo-source"/>
-        </copy>
-        <war destfile="target/sample-helloworld-ws-service-webapp.war" 
-             webxml="src/main/webapp/WEB-INF/web.xml">
-            <fileset dir="src/main/webapp"/>       	
-            <zipfileset dir="${tuscany.sca.modules.location}" prefix="WEB-INF/lib">
-            	<include name="sca-api-1.3-SNAPSHOT.jar"/>
-            	<include name="tuscany-assembly-1.3-SNAPSHOT.jar"/>
-            	<include name="tuscany-assembly-xml-1.3-SNAPSHOT.jar"/>
-            	<include name="tuscany-binding-feed-1.3-SNAPSHOT.jar"/>
-            	<include name="tuscany-binding-jsonrpc-1.3-SNAPSHOT.jar"/>
-            	<include name="tuscany-binding-sca-1.3-SNAPSHOT.jar"/>
-            	<include name="tuscany-binding-sca-xml-1.3-SNAPSHOT.jar"/>
-            	<include name="tuscany-binding-ws-1.3-SNAPSHOT.jar"/>
-            	<include name="tuscany-binding-ws-axis2-1.3-SNAPSHOT.jar"/>
-            	<include name="tuscany-binding-ws-xml-1.3-SNAPSHOT.jar"/>
-            	<include name="tuscany-contribution-1.3-SNAPSHOT.jar"/>
-            	<include name="tuscany-contribution-impl-1.3-SNAPSHOT.jar"/>
-            	<include name="tuscany-contribution-java-1.3-SNAPSHOT.jar"/>
-            	<include name="tuscany-contribution-namespace-1.3-SNAPSHOT.jar"/>
-            	<include name="tuscany-core-1.3-SNAPSHOT.jar"/>
-            	<include name="tuscany-core-databinding-1.3-SNAPSHOT.jar"/>
-            	<include name="tuscany-core-spi-1.3-SNAPSHOT.jar"/>
-            	<include name="tuscany-databinding-1.3-SNAPSHOT.jar"/>
-            	<include name="tuscany-databinding-axiom-1.3-SNAPSHOT.jar"/>
-            	<include name="tuscany-databinding-jaxb-1.3-SNAPSHOT.jar"/>
-            	<include name="tuscany-databinding-sdo-1.3-SNAPSHOT.jar"/>
-            	<include name="tuscany-distributed-1.3-SNAPSHOT.jar"/>
-            	<include name="tuscany-extension-helper-1.3-SNAPSHOT.jar"/>
-            	<include name="tuscany-host-embedded-1.3-SNAPSHOT.jar"/>
-            	<include name="tuscany-host-http-1.3-SNAPSHOT.jar"/>
-            	<include name="tuscany-host-webapp-1.3-SNAPSHOT.jar"/>
-            	<include name="tuscany-implementation-java-1.3-SNAPSHOT.jar"/>
-            	<include name="tuscany-implementation-java-runtime-1.3-SNAPSHOT.jar"/>
-            	<include name="tuscany-implementation-java-xml-1.3-SNAPSHOT.jar"/>
-            	<include name="tuscany-interface-1.3-SNAPSHOT.jar"/>
-            	<include name="tuscany-interface-java-1.3-SNAPSHOT.jar"/>
-            	<include name="tuscany-interface-java-xml-1.3-SNAPSHOT.jar"/>
-            	<include name="tuscany-interface-wsdl-1.3-SNAPSHOT.jar"/>
-            	<include name="tuscany-interface-wsdl-runtime-1.3-SNAPSHOT.jar"/>
-            	<include name="tuscany-interface-wsdl-xml-1.3-SNAPSHOT.jar"/>         	
-            	<include name="tuscany-policy-1.3-SNAPSHOT.jar"/>
-            	<include name="tuscany-policy-xml-1.3-SNAPSHOT.jar"/>
-            </zipfileset>
-            <lib dir="${tuscany.sca.lib.location}">
-            	<include name="XmlSchema-1.3.1.jar"/>
-            	<include name="activation-1.1.jar"/>
-            	<include name="annogen-0.1.0.jar"/>
-            	<include name="ant-1.7.0.jar"/>
-            	<include name="ant-launcher-1.7.0.jar"/>
-            	<include name="axiom-api-1.2.4.jar"/>
-            	<include name="axiom-dom-1.2.4.jar"/>
-            	<include name="axiom-impl-1.2.4.jar"/>
-            	<include name="axis2-java2wsdl-1.2.jar"/>
-            	<include name="axis2-kernel-1.2.jar"/>
-            	<include name="backport-util-concurrent-2.2.jar"/>
-            	<include name="backport-util-concurrent-3.0.jar"/>
-            	<include name="cglib-nodep-2.1_3.jar"/>
-            	<include name="common-2.2.3.jar"/>
-            	<include name="commons-codec-1.3.jar"/>
-            	<include name="commons-fileupload-1.1.1.jar"/>
-            	<include name="commons-httpclient-3.0.1.jar"/>
-            	<include name="commons-io-1.1.jar"/>
-            	<include name="commons-logging-1.1.jar"/>
-            	<include name="ecore-2.2.3.jar"/>
-            	<include name="ecore-change-2.2.3.jar"/>
-            	<include name="ecore-xmi-2.2.3.jar"/>
-            	<include name="geronimo-commonj_1.1_spec-1.0.jar"/>
-            	<include name="geronimo-jms_1.1_spec-1.1.jar"/>
-            	<include name="jakarta-httpcore-4.0-alpha4.jar"/>
-            	<include name="jaxb-api-2.1.jar"/>
-            	<include name="jaxb-impl-2.1.4.jar"/>
-            	<include name="jaxen-1.1-beta-9.jar"/>
-            	<include name="jaxws-api-2.1.jar"/>
-            	<include name="jdom-1.0.jar"/>
-            	<include name="json-rpc-1.0.jar"/>
-            	<include name="jsr181-api-1.0-MR1.jar"/>
-            	<include name="jsr250-api-1.0.jar"/>
-            	<include name="mail-1.4.jar"/>
-            	<include name="neethi-2.0.1.jar"/>
-            	<include name="rome-0.9.jar"/>
-            	<include name="saaj-api-1.3.jar"/>
-            	<include name="sca-api-1.3-SNAPSHOT.jar"/>
-            	<include name="stax-api-1.0-2.jar"/>
-            	<include name="stax-api-1.0.1.jar"/>
-            	<include name="woden-1.0-incubating-M7a.jar"/>
-            	<include name="wsdl4j-1.6.2.jar"/>
-            	<include name="wstx-asl-3.2.1.jar"/>
-            	<include name="xercesImpl-2.8.1.jar"/>
-            	<include name="xml-apis-1.3.03.jar"/>
-            	<include name="xsd-2.2.3.jar"/>
-            	<include name="tuscany-sdo-api-r2.1-1.3-SNAPSHOT.jar"/>
-            	<include name="tuscany-sdo-impl-1.3-SNAPSHOT.jar"/>
-            	<include name="tuscany-sdo-lib-1.3-SNAPSHOT.jar"/>
-            </lib>        	
-            <classes dir="target/classes"/>
-            <classes dir="target/sdo-source"/>
-        </war>
    </target>	
-	
-    <target name="package" depends="compile"/>
-		
-    <target name="clean">
-        <delete quiet="true" includeemptydirs="true">
-            <fileset dir="target"/>
-        </delete>
-    </target>
-</project>
+<!--
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.    
+-->
+<project name="sample-helloworld-ws-service-webapp" default="compile">
+    <property file="${user.home}/tuscany/build.properties" />
+    <property file="${user.home}/build.properties" />
+
+    <property name="tuscany.sca.manifest.location" value="../../lib/tuscany-sca-manifest.jar"/>
+    <property name="tuscany.sca.lib.location" value="../../lib"/>
+    <property name="tuscany.sca.modules.location" value="../../modules"/>
+            
+    <path id="project.classpath">
+        <pathelement path="target/classes"/>
+        <pathelement path="target/sdo-source"/>
+        <pathelement location="${tuscany.sca.manifest.location}"/>
+    </path>
+    	
+    <target name="init">
+        <mkdir dir="target/classes"/>
+        <mkdir dir="target/sdo-source"/>
+    </target>
+	
+    	
+    <target name="compile" depends="init">
+        <javac destdir="target/classes"
+               debug="on"
+               source="1.5"
+               target="1.5">
+               <src location="src/main/java"/>
+               <src location="target/sdo-source"/>
+               <classpath refid="project.classpath"/>
+        </javac> 
+        <copy todir="target/classes">
+            <fileset dir="src/main/resources"/>
+            <fileset dir="target/sdo-source"/>
+        </copy>
+        <war destfile="target/sample-helloworld-ws-service-webapp.war" 
+             webxml="src/main/webapp/WEB-INF/web.xml">
+            <fileset dir="src/main/webapp"/>       	
+            <zipfileset dir="${tuscany.sca.modules.location}" prefix="WEB-INF/lib">
+            	<include name="sca-api-1.3.jar"/>
+            	<include name="tuscany-assembly-1.3.jar"/>
+            	<include name="tuscany-assembly-xml-1.3.jar"/>
+            	<include name="tuscany-binding-feed-1.3.jar"/>
+            	<include name="tuscany-binding-jsonrpc-1.3.jar"/>
+            	<include name="tuscany-binding-sca-1.3.jar"/>
+            	<include name="tuscany-binding-sca-xml-1.3.jar"/>
+            	<include name="tuscany-binding-ws-1.3.jar"/>
+            	<include name="tuscany-binding-ws-axis2-1.3.jar"/>
+            	<include name="tuscany-binding-ws-xml-1.3.jar"/>
+            	<include name="tuscany-contribution-1.3.jar"/>
+            	<include name="tuscany-contribution-impl-1.3.jar"/>
+            	<include name="tuscany-contribution-java-1.3.jar"/>
+            	<include name="tuscany-contribution-namespace-1.3.jar"/>
+            	<include name="tuscany-core-1.3.jar"/>
+            	<include name="tuscany-core-databinding-1.3.jar"/>
+            	<include name="tuscany-core-spi-1.3.jar"/>
+            	<include name="tuscany-databinding-1.3.jar"/>
+            	<include name="tuscany-databinding-axiom-1.3.jar"/>
+            	<include name="tuscany-databinding-jaxb-1.3.jar"/>
+            	<include name="tuscany-databinding-sdo-1.3.jar"/>
+            	<include name="tuscany-distributed-1.3.jar"/>
+            	<include name="tuscany-extension-helper-1.3.jar"/>
+            	<include name="tuscany-host-embedded-1.3.jar"/>
+            	<include name="tuscany-host-http-1.3.jar"/>
+            	<include name="tuscany-host-webapp-1.3.jar"/>
+            	<include name="tuscany-implementation-java-1.3.jar"/>
+            	<include name="tuscany-implementation-java-runtime-1.3.jar"/>
+            	<include name="tuscany-implementation-java-xml-1.3.jar"/>
+            	<include name="tuscany-interface-1.3.jar"/>
+            	<include name="tuscany-interface-java-1.3.jar"/>
+            	<include name="tuscany-interface-java-xml-1.3.jar"/>
+            	<include name="tuscany-interface-wsdl-1.3.jar"/>
+            	<include name="tuscany-interface-wsdl-runtime-1.3.jar"/>
+            	<include name="tuscany-interface-wsdl-xml-1.3.jar"/>         	
+            	<include name="tuscany-policy-1.3.jar"/>
+            	<include name="tuscany-policy-xml-1.3.jar"/>
+            </zipfileset>
+            <lib dir="${tuscany.sca.lib.location}">
+            	<include name="XmlSchema-1.3.1.jar"/>
+            	<include name="activation-1.1.jar"/>
+            	<include name="annogen-0.1.0.jar"/>
+            	<include name="ant-1.7.0.jar"/>
+            	<include name="ant-launcher-1.7.0.jar"/>
+            	<include name="axiom-api-1.2.4.jar"/>
+            	<include name="axiom-dom-1.2.4.jar"/>
+            	<include name="axiom-impl-1.2.4.jar"/>
+            	<include name="axis2-java2wsdl-1.2.jar"/>
+            	<include name="axis2-kernel-1.2.jar"/>
+            	<include name="backport-util-concurrent-2.2.jar"/>
+            	<include name="backport-util-concurrent-3.0.jar"/>
+            	<include name="cglib-nodep-2.1_3.jar"/>
+            	<include name="common-2.2.3.jar"/>
+            	<include name="commons-codec-1.3.jar"/>
+            	<include name="commons-fileupload-1.1.1.jar"/>
+            	<include name="commons-httpclient-3.0.1.jar"/>
+            	<include name="commons-io-1.1.jar"/>
+            	<include name="commons-logging-1.1.jar"/>
+            	<include name="ecore-2.2.3.jar"/>
+            	<include name="ecore-change-2.2.3.jar"/>
+            	<include name="ecore-xmi-2.2.3.jar"/>
+            	<include name="geronimo-commonj_1.1_spec-1.0.jar"/>
+            	<include name="geronimo-jms_1.1_spec-1.1.jar"/>
+            	<include name="jakarta-httpcore-4.0-alpha4.jar"/>
+            	<include name="jaxb-api-2.1.jar"/>
+            	<include name="jaxb-impl-2.1.4.jar"/>
+            	<include name="jaxen-1.1-beta-9.jar"/>
+            	<include name="jaxws-api-2.1.jar"/>
+            	<include name="jdom-1.0.jar"/>
+            	<include name="json-rpc-1.0.jar"/>
+            	<include name="jsr181-api-1.0-MR1.jar"/>
+            	<include name="jsr250-api-1.0.jar"/>
+            	<include name="mail-1.4.jar"/>
+            	<include name="neethi-2.0.1.jar"/>
+            	<include name="rome-0.9.jar"/>
+            	<include name="saaj-api-1.3.jar"/>
+            	<include name="sca-api-1.3.jar"/>
+            	<include name="stax-api-1.0-2.jar"/>
+            	<include name="stax-api-1.0.1.jar"/>
+            	<include name="woden-1.0-incubating-M7a.jar"/>
+            	<include name="wsdl4j-1.6.2.jar"/>
+            	<include name="wstx-asl-3.2.1.jar"/>
+            	<include name="xercesImpl-2.8.1.jar"/>
+            	<include name="xml-apis-1.3.03.jar"/>
+            	<include name="xsd-2.2.3.jar"/>
+            	<include name="tuscany-sdo-api-r2.1-1.3.jar"/>
+            	<include name="tuscany-sdo-impl-1.3.jar"/>
+            	<include name="tuscany-sdo-lib-1.3.jar"/>
+            </lib>        	
+            <classes dir="target/classes"/>
+            <classes dir="target/sdo-source"/>
+        </war>
    </target>	
+	
+    <target name="package" depends="compile"/>
+		
+    <target name="clean">
+        <delete quiet="true" includeemptydirs="true">
+            <fileset dir="target"/>
+        </delete>
+    </target>
+</project>

Modified: tuscany/tags/java/sca/1.3/samples/helloworld-ws-service-webapp/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/tags/java/sca/1.3/samples/helloworld-ws-service-webapp/pom.xml?rev=680737&r1=680691&r2=680737&view=diff
==============================================================================
--- tuscany/tags/java/sca/1.3/samples/helloworld-ws-service-webapp/pom.xml (original)
+++ tuscany/tags/java/sca/1.3/samples/helloworld-ws-service-webapp/pom.xml Tue Jul 29 08:30:08 2008
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-sca</artifactId>
-        <version>1.3-SNAPSHOT</version>
+        <version>1.3</version>
     </parent>
     <artifactId>sample-helloworld-ws-service-webapp</artifactId>
     <name>Apache Tuscany SCA HelloWorld Web Service Sample Webapp</name>
@@ -39,20 +39,20 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-host-webapp</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-ws-axis2</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3</version>
             <scope>runtime</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-implementation-java-runtime</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3</version>
             <scope>runtime</scope>
         </dependency>
         

Modified: tuscany/tags/java/sca/1.3/samples/helloworld-ws-service-webapp/src/main/webapp/WEB-INF/geronimo-web.xml
URL: http://svn.apache.org/viewvc/tuscany/tags/java/sca/1.3/samples/helloworld-ws-service-webapp/src/main/webapp/WEB-INF/geronimo-web.xml?rev=680737&r1=680691&r2=680737&view=diff
==============================================================================
--- tuscany/tags/java/sca/1.3/samples/helloworld-ws-service-webapp/src/main/webapp/WEB-INF/geronimo-web.xml (original)
+++ tuscany/tags/java/sca/1.3/samples/helloworld-ws-service-webapp/src/main/webapp/WEB-INF/geronimo-web.xml Tue Jul 29 08:30:08 2008
@@ -24,7 +24,7 @@
         <d:moduleId>
             <d:groupId>org.apache.tuscany.sca</d:groupId>
             <d:artifactId>sample-helloworld-ws-service-webapp</d:artifactId>
-            <d:version>1.3-SNAPSHOT</d:version>
+            <d:version>1.3</d:version>
             <d:type>war</d:type>
         </d:moduleId>
         <!-- TUSCANY-1986 -->

Modified: tuscany/tags/java/sca/1.3/samples/helloworld-ws-service/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/tags/java/sca/1.3/samples/helloworld-ws-service/pom.xml?rev=680737&r1=680691&r2=680737&view=diff
==============================================================================
--- tuscany/tags/java/sca/1.3/samples/helloworld-ws-service/pom.xml (original)
+++ tuscany/tags/java/sca/1.3/samples/helloworld-ws-service/pom.xml Tue Jul 29 08:30:08 2008
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-sca</artifactId>
-        <version>1.3-SNAPSHOT</version>
+        <version>1.3</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>sample-helloworld-ws-service</artifactId>
@@ -39,28 +39,28 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-host-embedded</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3</version>
             <scope>compile</scope>            
         </dependency>
         
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-implementation-java-runtime</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3</version>
             <scope>runtime</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-ws-axis2</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3</version>
             <scope>runtime</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-host-tomcat</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3</version>
             <scope>runtime</scope>
         </dependency>    
 

Modified: tuscany/tags/java/sca/1.3/samples/implementation-composite/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/tags/java/sca/1.3/samples/implementation-composite/pom.xml?rev=680737&r1=680691&r2=680737&view=diff
==============================================================================
--- tuscany/tags/java/sca/1.3/samples/implementation-composite/pom.xml (original)
+++ tuscany/tags/java/sca/1.3/samples/implementation-composite/pom.xml Tue Jul 29 08:30:08 2008
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-sca</artifactId>
-        <version>1.3-SNAPSHOT</version>
+        <version>1.3</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>sample-implementation-composite</artifactId>
@@ -40,20 +40,20 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-host-embedded</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-implementation-java-runtime</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3</version>
             <scope>runtime</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-host-embedded</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3</version>
         </dependency>        
 
         <dependency>

Modified: tuscany/tags/java/sca/1.3/samples/implementation-crud-extension/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/tags/java/sca/1.3/samples/implementation-crud-extension/pom.xml?rev=680737&r1=680691&r2=680737&view=diff
==============================================================================
--- tuscany/tags/java/sca/1.3/samples/implementation-crud-extension/pom.xml (original)
+++ tuscany/tags/java/sca/1.3/samples/implementation-crud-extension/pom.xml Tue Jul 29 08:30:08 2008
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-sca</artifactId>
-        <version>1.3-SNAPSHOT</version>
+        <version>1.3</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>sample-implementation-crud-extension</artifactId>
@@ -39,25 +39,25 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-assembly</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-interface-java-xml</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3</version>
         </dependency>        
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-core-spi</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3</version>
         </dependency>        
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-host-embedded</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3</version>
             <scope>test</scope>
         </dependency>
 

Modified: tuscany/tags/java/sca/1.3/samples/implementation-crud/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/tags/java/sca/1.3/samples/implementation-crud/pom.xml?rev=680737&r1=680691&r2=680737&view=diff
==============================================================================
--- tuscany/tags/java/sca/1.3/samples/implementation-crud/pom.xml (original)
+++ tuscany/tags/java/sca/1.3/samples/implementation-crud/pom.xml Tue Jul 29 08:30:08 2008
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-sca</artifactId>
-        <version>1.3-SNAPSHOT</version>
+        <version>1.3</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>sample-implementation-crud</artifactId>
@@ -39,13 +39,13 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-host-embedded</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>sample-implementation-crud-extension</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3</version>
         </dependency>        
 
         <dependency>

Modified: tuscany/tags/java/sca/1.3/samples/implementation-notification/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/tags/java/sca/1.3/samples/implementation-notification/pom.xml?rev=680737&r1=680691&r2=680737&view=diff
==============================================================================
--- tuscany/tags/java/sca/1.3/samples/implementation-notification/pom.xml (original)
+++ tuscany/tags/java/sca/1.3/samples/implementation-notification/pom.xml Tue Jul 29 08:30:08 2008
@@ -1,75 +1,75 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- * 
- *   http://www.apache.org/licenses/LICENSE-2.0
- * 
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.    
--->
-<project>
-    <modelVersion>4.0.0</modelVersion>
-    <parent>
-        <groupId>org.apache.tuscany.sca</groupId>
-        <artifactId>tuscany-sca</artifactId>
-        <version>1.3-SNAPSHOT</version>
-        <relativePath>../../pom.xml</relativePath>
-    </parent>
-    <artifactId>sample-implementation-notification</artifactId>
-    <name>Apache Tuscany SCA Notification Implementation Sample</name>
-    <version>1.3-SNAPSHOT</version>
-    <description>A sample illustrating use of implementation.notification</description>
-
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-implementation-notification</artifactId>
-            <version>1.3-SNAPSHOT</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-host-embedded</artifactId>
-            <version>1.3-SNAPSHOT</version>
-        </dependency>
-        <!-- if this is not in, BuilderRegistryImpl throws NPE (line 96) -->
-        <dependency>
-            <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-implementation-java-runtime</artifactId>
-            <version>1.3-SNAPSHOT</version>
-            <scope>test</scope>
-        </dependency>
-        <!-- end -->
-		        
-        <!-- test dependencies -->
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <version>4.2</version>
-            <scope>test</scope>
-        </dependency>
-    </dependencies>
-    
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-compiler-plugin</artifactId>
-                <configuration>
-                    <source>1.5</source>
-                    <target>1.5</target>
-                </configuration>
-            </plugin>
-        </plugins>
-        <defaultGoal>install</defaultGoal>
-    </build>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.    
+-->
+<project>
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.tuscany.sca</groupId>
+        <artifactId>tuscany-sca</artifactId>
+        <version>1.3</version>
+        <relativePath>../../pom.xml</relativePath>
+    </parent>
+    <artifactId>sample-implementation-notification</artifactId>
+    <name>Apache Tuscany SCA Notification Implementation Sample</name>
+    <version>1.3</version>
+    <description>A sample illustrating use of implementation.notification</description>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-implementation-notification</artifactId>
+            <version>1.3</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-host-embedded</artifactId>
+            <version>1.3</version>
+        </dependency>
+        <!-- if this is not in, BuilderRegistryImpl throws NPE (line 96) -->
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-implementation-java-runtime</artifactId>
+            <version>1.3</version>
+            <scope>test</scope>
+        </dependency>
+        <!-- end -->
+		        
+        <!-- test dependencies -->
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <version>4.2</version>
+            <scope>test</scope>
+        </dependency>
+    </dependencies>
+    
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-compiler-plugin</artifactId>
+                <configuration>
+                    <source>1.5</source>
+                    <target>1.5</target>
+                </configuration>
+            </plugin>
+        </plugins>
+        <defaultGoal>install</defaultGoal>
+    </build>
+</project>

Modified: tuscany/tags/java/sca/1.3/samples/implementation-pojo-extension/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/tags/java/sca/1.3/samples/implementation-pojo-extension/pom.xml?rev=680737&r1=680691&r2=680737&view=diff
==============================================================================
--- tuscany/tags/java/sca/1.3/samples/implementation-pojo-extension/pom.xml (original)
+++ tuscany/tags/java/sca/1.3/samples/implementation-pojo-extension/pom.xml Tue Jul 29 08:30:08 2008
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-sca</artifactId>
-        <version>1.3-SNAPSHOT</version>
+        <version>1.3</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>sample-implementation-pojo-extension</artifactId>
@@ -39,25 +39,25 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-assembly-xml</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-interface-java-xml</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3</version>
         </dependency>        
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-core-spi</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3</version>
         </dependency>        
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-host-embedded</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3</version>
             <scope>test</scope>
         </dependency>
 

Modified: tuscany/tags/java/sca/1.3/samples/loanapplication/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/tags/java/sca/1.3/samples/loanapplication/pom.xml?rev=680737&r1=680691&r2=680737&view=diff
==============================================================================
--- tuscany/tags/java/sca/1.3/samples/loanapplication/pom.xml (original)
+++ tuscany/tags/java/sca/1.3/samples/loanapplication/pom.xml Tue Jul 29 08:30:08 2008
@@ -1,65 +1,65 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- * 
- *   http://www.apache.org/licenses/LICENSE-2.0
- * 
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.    
--->
-<project>
-    <modelVersion>4.0.0</modelVersion>
-    <parent>
-        <groupId>org.apache.tuscany.sca</groupId>
-        <artifactId>tuscany-sca</artifactId>
-        <version>1.3-SNAPSHOT</version>
-        <relativePath>../../pom.xml</relativePath>
-    </parent>
-    <artifactId>sample-loanapplication</artifactId>
-    <name>Apache Tuscany SCA Loan Application Conversation Sample</name>
-
-    <repositories>
-       <repository>
-          <id>apache.incubator</id>
-          <url>http://people.apache.org/repo/m2-incubating-repository</url>
-       </repository>
-    </repositories>
-
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-host-embedded</artifactId>
-            <version>1.3-SNAPSHOT</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-implementation-java-runtime</artifactId>
-            <version>1.3-SNAPSHOT</version>
-            <scope>runtime</scope>
-        </dependency>
-
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <version>4.2</version>
-            <scope>test</scope>
-        </dependency>
-
-    </dependencies>
-
-    <build>
-       <finalName>${artifactId}</finalName>
-    </build>
-
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.    
+-->
+<project>
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.tuscany.sca</groupId>
+        <artifactId>tuscany-sca</artifactId>
+        <version>1.3</version>
+        <relativePath>../../pom.xml</relativePath>
+    </parent>
+    <artifactId>sample-loanapplication</artifactId>
+    <name>Apache Tuscany SCA Loan Application Conversation Sample</name>
+
+    <repositories>
+       <repository>
+          <id>apache.incubator</id>
+          <url>http://people.apache.org/repo/m2-incubating-repository</url>
+       </repository>
+    </repositories>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-host-embedded</artifactId>
+            <version>1.3</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-implementation-java-runtime</artifactId>
+            <version>1.3</version>
+            <scope>runtime</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <version>4.2</version>
+            <scope>test</scope>
+        </dependency>
+
+    </dependencies>
+
+    <build>
+       <finalName>${artifactId}</finalName>
+    </build>
+
+</project>

Modified: tuscany/tags/java/sca/1.3/samples/osgi-supplychain/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/tags/java/sca/1.3/samples/osgi-supplychain/pom.xml?rev=680737&r1=680691&r2=680737&view=diff
==============================================================================
--- tuscany/tags/java/sca/1.3/samples/osgi-supplychain/pom.xml (original)
+++ tuscany/tags/java/sca/1.3/samples/osgi-supplychain/pom.xml Tue Jul 29 08:30:08 2008
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-sca</artifactId>
-        <version>1.3-SNAPSHOT</version>
+        <version>1.3</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>sample-osgi-supplychain</artifactId>
@@ -39,20 +39,20 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-host-embedded</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-implementation-java-runtime</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3</version>
             <scope>runtime</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-implementation-osgi</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3</version>
             <scope>runtime</scope>
         </dependency>
 

Modified: tuscany/tags/java/sca/1.3/samples/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/tags/java/sca/1.3/samples/pom.xml?rev=680737&r1=680691&r2=680737&view=diff
==============================================================================
--- tuscany/tags/java/sca/1.3/samples/pom.xml (original)
+++ tuscany/tags/java/sca/1.3/samples/pom.xml Tue Jul 29 08:30:08 2008
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-sca</artifactId>
-        <version>1.3-SNAPSHOT</version>
+        <version>1.3</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>tuscany-samples</artifactId>

Modified: tuscany/tags/java/sca/1.3/samples/quote-xquery/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/tags/java/sca/1.3/samples/quote-xquery/pom.xml?rev=680737&r1=680691&r2=680737&view=diff
==============================================================================
--- tuscany/tags/java/sca/1.3/samples/quote-xquery/pom.xml (original)
+++ tuscany/tags/java/sca/1.3/samples/quote-xquery/pom.xml Tue Jul 29 08:30:08 2008
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-sca</artifactId>
-        <version>1.3-SNAPSHOT</version>
+        <version>1.3</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>sample-quote-xquery</artifactId>
@@ -39,27 +39,27 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-host-embedded</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-implementation-java-runtime</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3</version>
             <scope>runtime</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-implementation-xquery</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3</version>
             <scope>runtime</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-ws-axis2</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3</version>
             <scope>runtime</scope>
         </dependency>
 
@@ -90,13 +90,13 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-databinding-sdo</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-host-jetty</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3</version>
             <scope>runtime</scope>
         </dependency>
 

Modified: tuscany/tags/java/sca/1.3/samples/simple-bigbank-spring/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/tags/java/sca/1.3/samples/simple-bigbank-spring/pom.xml?rev=680737&r1=680691&r2=680737&view=diff
==============================================================================
--- tuscany/tags/java/sca/1.3/samples/simple-bigbank-spring/pom.xml (original)
+++ tuscany/tags/java/sca/1.3/samples/simple-bigbank-spring/pom.xml Tue Jul 29 08:30:08 2008
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-sca</artifactId>
-        <version>1.3-SNAPSHOT</version>
+        <version>1.3</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>sample-simple-bigbank-spring</artifactId>
@@ -39,20 +39,20 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-host-embedded</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-implementation-java-runtime</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3</version>
             <scope>runtime</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-implementation-spring</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3</version>
             <scope>runtime</scope>
         </dependency>
 

Modified: tuscany/tags/java/sca/1.3/samples/simple-bigbank/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/tags/java/sca/1.3/samples/simple-bigbank/pom.xml?rev=680737&r1=680691&r2=680737&view=diff
==============================================================================
--- tuscany/tags/java/sca/1.3/samples/simple-bigbank/pom.xml (original)
+++ tuscany/tags/java/sca/1.3/samples/simple-bigbank/pom.xml Tue Jul 29 08:30:08 2008
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-sca</artifactId>
-        <version>1.3-SNAPSHOT</version>
+        <version>1.3</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>sample-simple-bigbank</artifactId>
@@ -39,13 +39,13 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-host-embedded</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-implementation-java-runtime</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3</version>
             <scope>runtime</scope>
         </dependency>
 

Modified: tuscany/tags/java/sca/1.3/samples/simple-bigbank/simple-bigbank.png
URL: http://svn.apache.org/viewvc/tuscany/tags/java/sca/1.3/samples/simple-bigbank/simple-bigbank.png?rev=680737&r1=680691&r2=680737&view=diff
==============================================================================
Binary files - no diff available.

Modified: tuscany/tags/java/sca/1.3/samples/simple-callback-ws/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/tags/java/sca/1.3/samples/simple-callback-ws/pom.xml?rev=680737&r1=680691&r2=680737&view=diff
==============================================================================
--- tuscany/tags/java/sca/1.3/samples/simple-callback-ws/pom.xml (original)
+++ tuscany/tags/java/sca/1.3/samples/simple-callback-ws/pom.xml Tue Jul 29 08:30:08 2008
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-sca</artifactId>
-        <version>1.3-SNAPSHOT</version>
+        <version>1.3</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>sample-simple-callback-ws</artifactId>
@@ -39,27 +39,27 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-host-embedded</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-implementation-java-runtime</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3</version>
             <scope>runtime</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-ws-axis2</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3</version>
             <scope>runtime</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-host-tomcat</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3</version>
             <scope>runtime</scope>
         </dependency>
 

Modified: tuscany/tags/java/sca/1.3/samples/simple-callback/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/tags/java/sca/1.3/samples/simple-callback/pom.xml?rev=680737&r1=680691&r2=680737&view=diff
==============================================================================
--- tuscany/tags/java/sca/1.3/samples/simple-callback/pom.xml (original)
+++ tuscany/tags/java/sca/1.3/samples/simple-callback/pom.xml Tue Jul 29 08:30:08 2008
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-sca</artifactId>
-        <version>1.3-SNAPSHOT</version>
+        <version>1.3</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>sample-simple-callback</artifactId>
@@ -39,13 +39,13 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-host-embedded</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-implementation-java-runtime</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3</version>
             <scope>runtime</scope>
         </dependency>
 

Modified: tuscany/tags/java/sca/1.3/samples/spi-implementation-pojo/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/tags/java/sca/1.3/samples/spi-implementation-pojo/pom.xml?rev=680737&r1=680691&r2=680737&view=diff
==============================================================================
--- tuscany/tags/java/sca/1.3/samples/spi-implementation-pojo/pom.xml (original)
+++ tuscany/tags/java/sca/1.3/samples/spi-implementation-pojo/pom.xml Tue Jul 29 08:30:08 2008
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-sca</artifactId>
-        <version>1.3-SNAPSHOT</version>
+        <version>1.3</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>sample-spi-implementation-java</artifactId>
@@ -40,7 +40,7 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-extension-helper</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3</version>
         </dependency>
 
         <dependency>

Modified: tuscany/tags/java/sca/1.3/samples/store/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/tags/java/sca/1.3/samples/store/pom.xml?rev=680737&r1=680691&r2=680737&view=diff
==============================================================================
--- tuscany/tags/java/sca/1.3/samples/store/pom.xml (original)
+++ tuscany/tags/java/sca/1.3/samples/store/pom.xml Tue Jul 29 08:30:08 2008
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-sca</artifactId>
-        <version>1.3-SNAPSHOT</version>
+        <version>1.3</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>sample-store</artifactId>
@@ -39,54 +39,54 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-host-embedded</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-data-api</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-implementation-java-runtime</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3</version>
             <scope>runtime</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-implementation-widget-runtime</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3</version>
             <scope>runtime</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-atom-abdera</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3</version>
             <scope>runtime</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-jsonrpc-runtime</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3</version>
             <scope>runtime</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-http-runtime</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3</version>
             <scope>runtime</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-host-tomcat</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3</version>
             <scope>runtime</scope>
         </dependency>
 

Modified: tuscany/tags/java/sca/1.3/samples/supplychain/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/tags/java/sca/1.3/samples/supplychain/pom.xml?rev=680737&r1=680691&r2=680737&view=diff
==============================================================================
--- tuscany/tags/java/sca/1.3/samples/supplychain/pom.xml (original)
+++ tuscany/tags/java/sca/1.3/samples/supplychain/pom.xml Tue Jul 29 08:30:08 2008
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-sca</artifactId>
-        <version>1.3-SNAPSHOT</version>
+        <version>1.3</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>sample-supplychain</artifactId>
@@ -39,13 +39,13 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-host-embedded</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-implementation-java-runtime</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3</version>
             <scope>runtime</scope>
         </dependency>
 

Modified: tuscany/tags/java/sca/1.3/samples/web-resource/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/tags/java/sca/1.3/samples/web-resource/pom.xml?rev=680737&r1=680691&r2=680737&view=diff
==============================================================================
--- tuscany/tags/java/sca/1.3/samples/web-resource/pom.xml (original)
+++ tuscany/tags/java/sca/1.3/samples/web-resource/pom.xml Tue Jul 29 08:30:08 2008
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-sca</artifactId>
-        <version>1.3-SNAPSHOT</version>
+        <version>1.3</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>sample-web-resource</artifactId>
@@ -39,27 +39,27 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-host-embedded</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-implementation-resource-runtime</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3</version>
             <scope>runtime</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-http-runtime</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3</version>
             <scope>runtime</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-host-tomcat</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3</version>
             <scope>runtime</scope>
         </dependency>
 

Modified: tuscany/tags/java/sca/1.3/samples/web-resource/web-resource.png
URL: http://svn.apache.org/viewvc/tuscany/tags/java/sca/1.3/samples/web-resource/web-resource.png?rev=680737&r1=680691&r2=680737&view=diff
==============================================================================
Binary files - no diff available.

Modified: tuscany/tags/java/sca/1.3/samples/zipcode-jaxws/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/tags/java/sca/1.3/samples/zipcode-jaxws/pom.xml?rev=680737&r1=680691&r2=680737&view=diff
==============================================================================
--- tuscany/tags/java/sca/1.3/samples/zipcode-jaxws/pom.xml (original)
+++ tuscany/tags/java/sca/1.3/samples/zipcode-jaxws/pom.xml Tue Jul 29 08:30:08 2008
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-sca</artifactId>
-        <version>1.3-SNAPSHOT</version>
+        <version>1.3</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>sample-zipcode-jaxws</artifactId>
@@ -34,27 +34,27 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-host-embedded</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-implementation-java-runtime</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3</version>
             <scope>runtime</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-ws-axis2</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3</version>
             <scope>runtime</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-host-jetty</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3</version>
             <scope>runtime</scope>
         </dependency>
 
@@ -124,7 +124,7 @@
             <plugin>
                 <groupId>org.apache.tuscany.sca</groupId>
                 <artifactId>tuscany-maven-ant-generator</artifactId>
-                <version>1.3-SNAPSHOT</version>
+                <version>1.3</version>
                 <executions>
                     <execution>
                         <configuration>

Modified: tuscany/tags/java/sca/1.3/tools/eclipse/features/feature/feature.xml
URL: http://svn.apache.org/viewvc/tuscany/tags/java/sca/1.3/tools/eclipse/features/feature/feature.xml?rev=680737&r1=680691&r2=680737&view=diff
==============================================================================
--- tuscany/tags/java/sca/1.3/tools/eclipse/features/feature/feature.xml (original)
+++ tuscany/tags/java/sca/1.3/tools/eclipse/features/feature/feature.xml Tue Jul 29 08:30:08 2008
@@ -60,12 +60,12 @@
          unpack="false"/>
 
    <data
-         id="runtime/apache-tuscany-sca-1.3-SNAPSHOT.jar"
+         id="runtime/apache-tuscany-sca-1.3.jar"
          download-size="0"
          install-size="0"/>
 
    <data
-         id="src/apache-tuscany-sca-1.3-SNAPSHOT-src.zip"
+         id="src/apache-tuscany-sca-1.3-src.zip"
          download-size="0"
          install-size="0"/>
 

Modified: tuscany/tags/java/sca/1.3/tools/eclipse/features/feature/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/tags/java/sca/1.3/tools/eclipse/features/feature/pom.xml?rev=680737&r1=680691&r2=680737&view=diff
==============================================================================
--- tuscany/tags/java/sca/1.3/tools/eclipse/features/feature/pom.xml (original)
+++ tuscany/tags/java/sca/1.3/tools/eclipse/features/feature/pom.xml Tue Jul 29 08:30:08 2008
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-sca-eclipse-tools</artifactId>
-        <version>1.3-SNAPSHOT</version>
+        <version>1.3</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>org.apache.tuscany.sca.feature</artifactId>

Modified: tuscany/tags/java/sca/1.3/tools/eclipse/plugins/core/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/tags/java/sca/1.3/tools/eclipse/plugins/core/pom.xml?rev=680737&r1=680691&r2=680737&view=diff
==============================================================================
--- tuscany/tags/java/sca/1.3/tools/eclipse/plugins/core/pom.xml (original)
+++ tuscany/tags/java/sca/1.3/tools/eclipse/plugins/core/pom.xml Tue Jul 29 08:30:08 2008
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-sca-eclipse-tools</artifactId>
-        <version>1.3-SNAPSHOT</version>
+        <version>1.3</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>org.apache.tuscany.sca.core</artifactId>

Modified: tuscany/tags/java/sca/1.3/tools/eclipse/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/tags/java/sca/1.3/tools/eclipse/pom.xml?rev=680737&r1=680691&r2=680737&view=diff
==============================================================================
--- tuscany/tags/java/sca/1.3/tools/eclipse/pom.xml (original)
+++ tuscany/tags/java/sca/1.3/tools/eclipse/pom.xml Tue Jul 29 08:30:08 2008
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-sca-tools</artifactId>
-        <version>1.3-SNAPSHOT</version>
+        <version>1.3</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: tuscany/tags/java/sca/1.3/tools/eclipse/site/updatesite/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/tags/java/sca/1.3/tools/eclipse/site/updatesite/pom.xml?rev=680737&r1=680691&r2=680737&view=diff
==============================================================================
--- tuscany/tags/java/sca/1.3/tools/eclipse/site/updatesite/pom.xml (original)
+++ tuscany/tags/java/sca/1.3/tools/eclipse/site/updatesite/pom.xml Tue Jul 29 08:30:08 2008
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-sca-eclipse-tools</artifactId>
-        <version>1.3-SNAPSHOT</version>
+        <version>1.3</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>org.apache.tuscany.sca.updatesite</artifactId>
@@ -36,12 +36,12 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>org.apache.tuscany.sca.core</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>org.apache.tuscany.sca.feature</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3</version>
         </dependency>
     </dependencies>
 

Modified: tuscany/tags/java/sca/1.3/tools/eclipse/site/updatesite/site.xml
URL: http://svn.apache.org/viewvc/tuscany/tags/java/sca/1.3/tools/eclipse/site/updatesite/site.xml?rev=680737&r1=680691&r2=680737&view=diff
==============================================================================
--- tuscany/tags/java/sca/1.3/tools/eclipse/site/updatesite/site.xml (original)
+++ tuscany/tags/java/sca/1.3/tools/eclipse/site/updatesite/site.xml Tue Jul 29 08:30:08 2008
@@ -23,14 +23,14 @@
    </description>
    
    <feature id="org.apache.tuscany.sca.feature" version="1.3.0"
-      url="features/org.apache.tuscany.sca.feature-1.3-SNAPSHOT.jar"/>
+      url="features/org.apache.tuscany.sca.feature-1.3.jar"/>
    
    <archive path="plugins/org.apache.tuscany.sca.core_1.3.0.jar"
-      url="plugins/org.apache.tuscany.sca.core-1.3-SNAPSHOT.jar"/>
+      url="plugins/org.apache.tuscany.sca.core-1.3.jar"/>
 
-   <archive path="features/org.apache.tuscany.sca.feature_1.3.0/runtime/apache-tuscany-sca-1.3-SNAPSHOT.jar"
-      url="../apache-tuscany-sca-1.3-SNAPSHOT.zip"/>
+   <archive path="features/org.apache.tuscany.sca.feature_1.3.0/runtime/apache-tuscany-sca-1.3.jar"
+      url="../apache-tuscany-sca-1.3.zip"/>
 
-   <archive path="features/org.apache.tuscany.sca.feature_1.3.0/src/apache-tuscany-sca-1.3-SNAPSHOT-src.zip"
-      url="../apache-tuscany-sca-1.3-SNAPSHOT-src.zip"/>   
+   <archive path="features/org.apache.tuscany.sca.feature_1.3.0/src/apache-tuscany-sca-1.3-src.zip"
+      url="../apache-tuscany-sca-1.3-src.zip"/>   
 </site>

Modified: tuscany/tags/java/sca/1.3/tools/java2wsdl/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/tags/java/sca/1.3/tools/java2wsdl/pom.xml?rev=680737&r1=680691&r2=680737&view=diff
==============================================================================
--- tuscany/tags/java/sca/1.3/tools/java2wsdl/pom.xml (original)
+++ tuscany/tags/java/sca/1.3/tools/java2wsdl/pom.xml Tue Jul 29 08:30:08 2008
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-sca-tools</artifactId>
-        <version>1.3-SNAPSHOT</version>
+        <version>1.3</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>tuscany-java2wsdl</artifactId>
@@ -38,13 +38,13 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-sca-api</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-databinding</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3</version>
         </dependency>
 
         <dependency>

Modified: tuscany/tags/java/sca/1.3/tools/maven/maven-ant-generator/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/tags/java/sca/1.3/tools/maven/maven-ant-generator/pom.xml?rev=680737&r1=680691&r2=680737&view=diff
==============================================================================
--- tuscany/tags/java/sca/1.3/tools/maven/maven-ant-generator/pom.xml (original)
+++ tuscany/tags/java/sca/1.3/tools/maven/maven-ant-generator/pom.xml Tue Jul 29 08:30:08 2008
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-sca-maven-tools</artifactId>
-        <version>1.3-SNAPSHOT</version>
+        <version>1.3</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>tuscany-maven-ant-generator</artifactId>

Modified: tuscany/tags/java/sca/1.3/tools/maven/maven-dependency-lister/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/tags/java/sca/1.3/tools/maven/maven-dependency-lister/pom.xml?rev=680737&r1=680691&r2=680737&view=diff
==============================================================================
--- tuscany/tags/java/sca/1.3/tools/maven/maven-dependency-lister/pom.xml (original)
+++ tuscany/tags/java/sca/1.3/tools/maven/maven-dependency-lister/pom.xml Tue Jul 29 08:30:08 2008
@@ -1,71 +1,71 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
--->
-<project>
-    <modelVersion>4.0.0</modelVersion>
-    <parent>
-        <groupId>org.apache.tuscany.sca</groupId>
-        <artifactId>tuscany-sca-maven-tools</artifactId>
-        <version>1.3-SNAPSHOT</version>
-        <relativePath>../pom.xml</relativePath>
-    </parent>
-    <artifactId>tuscany-maven-dependency-lister</artifactId>
-    <packaging>maven-plugin</packaging>
-    <name>Apache Tuscany SCA Dependency Lister Maven Plugin</name>
-
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.maven</groupId>
-            <artifactId>maven-plugin-api</artifactId>
-            <version>2.0.7</version>
-        </dependency>
-        
-        <dependency>
-            <groupId>org.apache.maven</groupId>
-            <artifactId>maven-project</artifactId>
-            <version>2.0.7</version>
-        </dependency>
-        
-        <dependency>
-            <groupId>org.apache.maven</groupId>
-            <artifactId>maven-settings</artifactId>
-            <version>2.0.7</version>
-        </dependency>
-        
-        <dependency>
-            <groupId>org.apache.maven</groupId>
-            <artifactId>maven-artifact</artifactId>
-            <version>2.0.7</version>
-        </dependency>
-        
-        <dependency>
-            <groupId>org.apache.maven</groupId>
-            <artifactId>maven-model</artifactId>
-            <version>2.0.7</version>
-        </dependency>
-        
-        <dependency>
-            <groupId>org.apache.maven.shared</groupId>
-            <artifactId>maven-dependency-tree</artifactId>
-            <version>1.0</version>
-        </dependency>        
-        
-        
-    </dependencies>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+-->
+<project>
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.tuscany.sca</groupId>
+        <artifactId>tuscany-sca-maven-tools</artifactId>
+        <version>1.3</version>
+        <relativePath>../pom.xml</relativePath>
+    </parent>
+    <artifactId>tuscany-maven-dependency-lister</artifactId>
+    <packaging>maven-plugin</packaging>
+    <name>Apache Tuscany SCA Dependency Lister Maven Plugin</name>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.maven</groupId>
+            <artifactId>maven-plugin-api</artifactId>
+            <version>2.0.7</version>
+        </dependency>
+        
+        <dependency>
+            <groupId>org.apache.maven</groupId>
+            <artifactId>maven-project</artifactId>
+            <version>2.0.7</version>
+        </dependency>
+        
+        <dependency>
+            <groupId>org.apache.maven</groupId>
+            <artifactId>maven-settings</artifactId>
+            <version>2.0.7</version>
+        </dependency>
+        
+        <dependency>
+            <groupId>org.apache.maven</groupId>
+            <artifactId>maven-artifact</artifactId>
+            <version>2.0.7</version>
+        </dependency>
+        
+        <dependency>
+            <groupId>org.apache.maven</groupId>
+            <artifactId>maven-model</artifactId>
+            <version>2.0.7</version>
+        </dependency>
+        
+        <dependency>
+            <groupId>org.apache.maven.shared</groupId>
+            <artifactId>maven-dependency-tree</artifactId>
+            <version>1.0</version>
+        </dependency>        
+        
+        
+    </dependencies>
+</project>

Modified: tuscany/tags/java/sca/1.3/tools/maven/maven-incremental-build/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/tags/java/sca/1.3/tools/maven/maven-incremental-build/pom.xml?rev=680737&r1=680691&r2=680737&view=diff
==============================================================================
--- tuscany/tags/java/sca/1.3/tools/maven/maven-incremental-build/pom.xml (original)
+++ tuscany/tags/java/sca/1.3/tools/maven/maven-incremental-build/pom.xml Tue Jul 29 08:30:08 2008
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-sca-maven-tools</artifactId>
-        <version>1.3-SNAPSHOT</version>
+        <version>1.3</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>tuscany-maven-incremental-build</artifactId>

Modified: tuscany/tags/java/sca/1.3/tools/maven/maven-java2wsdl/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/tags/java/sca/1.3/tools/maven/maven-java2wsdl/pom.xml?rev=680737&r1=680691&r2=680737&view=diff
==============================================================================
--- tuscany/tags/java/sca/1.3/tools/maven/maven-java2wsdl/pom.xml (original)
+++ tuscany/tags/java/sca/1.3/tools/maven/maven-java2wsdl/pom.xml Tue Jul 29 08:30:08 2008
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-sca-maven-tools</artifactId>
-        <version>1.3-SNAPSHOT</version>
+        <version>1.3</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>tuscany-maven-java2wsdl</artifactId>
@@ -39,7 +39,7 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-java2wsdl</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3</version>
         </dependency>
     </dependencies>
 </project>

Modified: tuscany/tags/java/sca/1.3/tools/maven/maven-web-junit/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/tags/java/sca/1.3/tools/maven/maven-web-junit/pom.xml?rev=680737&r1=680691&r2=680737&view=diff
==============================================================================
--- tuscany/tags/java/sca/1.3/tools/maven/maven-web-junit/pom.xml (original)
+++ tuscany/tags/java/sca/1.3/tools/maven/maven-web-junit/pom.xml Tue Jul 29 08:30:08 2008
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-sca-maven-tools</artifactId>
-        <version>1.3-SNAPSHOT</version>
+        <version>1.3</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>tuscany-maven-web-junit</artifactId>

Modified: tuscany/tags/java/sca/1.3/tools/maven/maven-wsdl2java/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/tags/java/sca/1.3/tools/maven/maven-wsdl2java/pom.xml?rev=680737&r1=680691&r2=680737&view=diff
==============================================================================
--- tuscany/tags/java/sca/1.3/tools/maven/maven-wsdl2java/pom.xml (original)
+++ tuscany/tags/java/sca/1.3/tools/maven/maven-wsdl2java/pom.xml Tue Jul 29 08:30:08 2008
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-sca-maven-tools</artifactId>
-        <version>1.3-SNAPSHOT</version>
+        <version>1.3</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>tuscany-maven-wsdl2java</artifactId>
@@ -39,7 +39,7 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-wsdl2java</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3</version>
         </dependency>
     </dependencies>
 </project>

Modified: tuscany/tags/java/sca/1.3/tools/maven/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/tags/java/sca/1.3/tools/maven/pom.xml?rev=680737&r1=680691&r2=680737&view=diff
==============================================================================
--- tuscany/tags/java/sca/1.3/tools/maven/pom.xml (original)
+++ tuscany/tags/java/sca/1.3/tools/maven/pom.xml Tue Jul 29 08:30:08 2008
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-sca-tools</artifactId>
-        <version>1.3-SNAPSHOT</version>
+        <version>1.3</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: tuscany/tags/java/sca/1.3/tools/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/tags/java/sca/1.3/tools/pom.xml?rev=680737&r1=680691&r2=680737&view=diff
==============================================================================
--- tuscany/tags/java/sca/1.3/tools/pom.xml (original)
+++ tuscany/tags/java/sca/1.3/tools/pom.xml Tue Jul 29 08:30:08 2008
@@ -1,48 +1,48 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-    * Licensed to the Apache Software Foundation (ASF) under one
-    * or more contributor license agreements.  See the NOTICE file
-    * distributed with this work for additional information
-    * regarding copyright ownership.  The ASF licenses this file
-    * to you under the Apache License, Version 2.0 (the
-    * "License"); you may not use this file except in compliance
-    * with the License.  You may obtain a copy of the License at
-    * 
-    *   http://www.apache.org/licenses/LICENSE-2.0
-    * 
-    * Unless required by applicable law or agreed to in writing,
-    * software distributed under the License is distributed on an
-    * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    * KIND, either express or implied.  See the License for the
-    * specific language governing permissions and limitations
-    * under the License.    
--->
-<project>
-    <modelVersion>4.0.0</modelVersion>
-    <parent>
-        <groupId>org.apache.tuscany.sca</groupId>
-        <artifactId>tuscany-sca</artifactId>
-        <version>1.3-SNAPSHOT</version>
-        <relativePath>../pom.xml</relativePath>
-    </parent>
-    <artifactId>tuscany-sca-tools</artifactId>
-    <packaging>pom</packaging>
-    <name>Apache Tuscany SCA Tools</name>
-
-    <profiles>
-        <profile>
-            <id>default</id>
-            <activation>
-                <activeByDefault>true</activeByDefault>
-            </activation>
-            <modules>
-                <module>eclipse</module>
-                <module>java2wsdl</module>
-                <module>maven</module>
-                <module>wsdl2java</module>
-                <module>runtime-inspector</module>
-            </modules>
-        </profile>
-    </profiles>
-
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    * Licensed to the Apache Software Foundation (ASF) under one
+    * or more contributor license agreements.  See the NOTICE file
+    * distributed with this work for additional information
+    * regarding copyright ownership.  The ASF licenses this file
+    * to you under the Apache License, Version 2.0 (the
+    * "License"); you may not use this file except in compliance
+    * with the License.  You may obtain a copy of the License at
+    * 
+    *   http://www.apache.org/licenses/LICENSE-2.0
+    * 
+    * Unless required by applicable law or agreed to in writing,
+    * software distributed under the License is distributed on an
+    * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    * KIND, either express or implied.  See the License for the
+    * specific language governing permissions and limitations
+    * under the License.    
+-->
+<project>
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.tuscany.sca</groupId>
+        <artifactId>tuscany-sca</artifactId>
+        <version>1.3</version>
+        <relativePath>../pom.xml</relativePath>
+    </parent>
+    <artifactId>tuscany-sca-tools</artifactId>
+    <packaging>pom</packaging>
+    <name>Apache Tuscany SCA Tools</name>
+
+    <profiles>
+        <profile>
+            <id>default</id>
+            <activation>
+                <activeByDefault>true</activeByDefault>
+            </activation>
+            <modules>
+                <module>eclipse</module>
+                <module>java2wsdl</module>
+                <module>maven</module>
+                <module>wsdl2java</module>
+                <module>runtime-inspector</module>
+            </modules>
+        </profile>
+    </profiles>
+
+</project>

Modified: tuscany/tags/java/sca/1.3/tools/runtime-inspector/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/tags/java/sca/1.3/tools/runtime-inspector/pom.xml?rev=680737&r1=680691&r2=680737&view=diff
==============================================================================
--- tuscany/tags/java/sca/1.3/tools/runtime-inspector/pom.xml (original)
+++ tuscany/tags/java/sca/1.3/tools/runtime-inspector/pom.xml Tue Jul 29 08:30:08 2008
@@ -1,71 +1,71 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-    * Licensed to the Apache Software Foundation (ASF) under one
-    * or more contributor license agreements.  See the NOTICE file
-    * distributed with this work for additional information
-    * regarding copyright ownership.  The ASF licenses this file
-    * to you under the Apache License, Version 2.0 (the
-    * "License"); you may not use this file except in compliance
-    * with the License.  You may obtain a copy of the License at
-    * 
-    *   http://www.apache.org/licenses/LICENSE-2.0
-    * 
-    * Unless required by applicable law or agreed to in writing,
-    * software distributed under the License is distributed on an
-    * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    * KIND, either express or implied.  See the License for the
-    * specific language governing permissions and limitations
-    * under the License.    
--->
-<project>
-    <modelVersion>4.0.0</modelVersion>
-    <parent>
-        <groupId>org.apache.tuscany.sca</groupId>
-        <artifactId>tuscany-sca-tools</artifactId>
-        <version>1.3-SNAPSHOT</version>
-        <relativePath>../pom.xml</relativePath>
-    </parent>
-    <artifactId>tools-runtime-inspector</artifactId>
-    <name>Apache Tuscany SCA Tools Runtime Inspector</name>
-
-    <repositories>
-       <repository>
-          <id>apache.incubator</id>
-          <url>http://people.apache.org/repo/m2-incubating-repository</url>
-       </repository>
-    </repositories>
-
-    <dependencies>
-    
-        <dependency>
-            <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-host-http</artifactId>
-            <version>1.3-SNAPSHOT</version>
-        </dependency>
-            
-        <dependency>
-            <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-node2-impl</artifactId>
-            <version>1.3-SNAPSHOT</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-implementation-java-runtime</artifactId>
-            <version>1.3-SNAPSHOT</version>
-            <scope>runtime</scope>
-        </dependency>
-
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <version>4.2</version>
-            <scope>test</scope>
-        </dependency>
-
-    </dependencies>
-
-    <build>
-       <finalName>${artifactId}</finalName>
-    </build>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    * Licensed to the Apache Software Foundation (ASF) under one
+    * or more contributor license agreements.  See the NOTICE file
+    * distributed with this work for additional information
+    * regarding copyright ownership.  The ASF licenses this file
+    * to you under the Apache License, Version 2.0 (the
+    * "License"); you may not use this file except in compliance
+    * with the License.  You may obtain a copy of the License at
+    * 
+    *   http://www.apache.org/licenses/LICENSE-2.0
+    * 
+    * Unless required by applicable law or agreed to in writing,
+    * software distributed under the License is distributed on an
+    * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    * KIND, either express or implied.  See the License for the
+    * specific language governing permissions and limitations
+    * under the License.    
+-->
+<project>
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.tuscany.sca</groupId>
+        <artifactId>tuscany-sca-tools</artifactId>
+        <version>1.3</version>
+        <relativePath>../pom.xml</relativePath>
+    </parent>
+    <artifactId>tools-runtime-inspector</artifactId>
+    <name>Apache Tuscany SCA Tools Runtime Inspector</name>
+
+    <repositories>
+       <repository>
+          <id>apache.incubator</id>
+          <url>http://people.apache.org/repo/m2-incubating-repository</url>
+       </repository>
+    </repositories>
+
+    <dependencies>
+    
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-host-http</artifactId>
+            <version>1.3</version>
+        </dependency>
+            
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-node2-impl</artifactId>
+            <version>1.3</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-implementation-java-runtime</artifactId>
+            <version>1.3</version>
+            <scope>runtime</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <version>4.2</version>
+            <scope>test</scope>
+        </dependency>
+
+    </dependencies>
+
+    <build>
+       <finalName>${artifactId}</finalName>
+    </build>
+</project>

Modified: tuscany/tags/java/sca/1.3/tools/wsdl2java/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/tags/java/sca/1.3/tools/wsdl2java/pom.xml?rev=680737&r1=680691&r2=680737&view=diff
==============================================================================
--- tuscany/tags/java/sca/1.3/tools/wsdl2java/pom.xml (original)
+++ tuscany/tags/java/sca/1.3/tools/wsdl2java/pom.xml Tue Jul 29 08:30:08 2008
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-sca-tools</artifactId>
-        <version>1.3-SNAPSHOT</version>
+        <version>1.3</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>tuscany-wsdl2java</artifactId>
@@ -32,7 +32,7 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-sca-api</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3</version>
             <scope>test</scope>
         </dependency>