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/08/11 09:30:28 UTC

svn commit: r684661 [12/13] - in /tuscany/branches/sca-java-1.3.1: ./ 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/...

Modified: tuscany/branches/sca-java-1.3.1/samples/implementation-pojo-extension/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.1/samples/implementation-pojo-extension/pom.xml?rev=684661&r1=684642&r2=684661&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.1/samples/implementation-pojo-extension/pom.xml (original)
+++ tuscany/branches/sca-java-1.3.1/samples/implementation-pojo-extension/pom.xml Mon Aug 11 00:29:53 2008
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-sca</artifactId>
-        <version>1.3-SNAPSHOT</version>
+        <version>1.3.1-SNAPSHOT</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.1-SNAPSHOT</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-interface-java-xml</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3.1-SNAPSHOT</version>
         </dependency>        
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-core-spi</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3.1-SNAPSHOT</version>
         </dependency>        
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-host-embedded</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3.1-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
 

Modified: tuscany/branches/sca-java-1.3.1/samples/loanapplication/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.1/samples/loanapplication/pom.xml?rev=684661&r1=684642&r2=684661&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.1/samples/loanapplication/pom.xml (original)
+++ tuscany/branches/sca-java-1.3.1/samples/loanapplication/pom.xml Mon Aug 11 00:29:53 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.1-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.1-SNAPSHOT</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-implementation-java-runtime</artifactId>
+            <version>1.3.1-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>

Modified: tuscany/branches/sca-java-1.3.1/samples/osgi-supplychain/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.1/samples/osgi-supplychain/pom.xml?rev=684661&r1=684642&r2=684661&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.1/samples/osgi-supplychain/pom.xml (original)
+++ tuscany/branches/sca-java-1.3.1/samples/osgi-supplychain/pom.xml Mon Aug 11 00:29:53 2008
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-sca</artifactId>
-        <version>1.3-SNAPSHOT</version>
+        <version>1.3.1-SNAPSHOT</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.1-SNAPSHOT</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-implementation-java-runtime</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3.1-SNAPSHOT</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.1-SNAPSHOT</version>
             <scope>runtime</scope>
         </dependency>
 

Modified: tuscany/branches/sca-java-1.3.1/samples/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.1/samples/pom.xml?rev=684661&r1=684642&r2=684661&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.1/samples/pom.xml (original)
+++ tuscany/branches/sca-java-1.3.1/samples/pom.xml Mon Aug 11 00:29:53 2008
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-sca</artifactId>
-        <version>1.3-SNAPSHOT</version>
+        <version>1.3.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>tuscany-samples</artifactId>

Modified: tuscany/branches/sca-java-1.3.1/samples/quote-xquery/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.1/samples/quote-xquery/pom.xml?rev=684661&r1=684642&r2=684661&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.1/samples/quote-xquery/pom.xml (original)
+++ tuscany/branches/sca-java-1.3.1/samples/quote-xquery/pom.xml Mon Aug 11 00:29:53 2008
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-sca</artifactId>
-        <version>1.3-SNAPSHOT</version>
+        <version>1.3.1-SNAPSHOT</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.1-SNAPSHOT</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-implementation-java-runtime</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3.1-SNAPSHOT</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.1-SNAPSHOT</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.1-SNAPSHOT</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.1-SNAPSHOT</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-host-jetty</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3.1-SNAPSHOT</version>
             <scope>runtime</scope>
         </dependency>
 

Modified: tuscany/branches/sca-java-1.3.1/samples/simple-bigbank-spring/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.1/samples/simple-bigbank-spring/pom.xml?rev=684661&r1=684642&r2=684661&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.1/samples/simple-bigbank-spring/pom.xml (original)
+++ tuscany/branches/sca-java-1.3.1/samples/simple-bigbank-spring/pom.xml Mon Aug 11 00:29:53 2008
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-sca</artifactId>
-        <version>1.3-SNAPSHOT</version>
+        <version>1.3.1-SNAPSHOT</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.1-SNAPSHOT</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-implementation-java-runtime</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3.1-SNAPSHOT</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.1-SNAPSHOT</version>
             <scope>runtime</scope>
         </dependency>
 

Modified: tuscany/branches/sca-java-1.3.1/samples/simple-bigbank/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.1/samples/simple-bigbank/pom.xml?rev=684661&r1=684642&r2=684661&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.1/samples/simple-bigbank/pom.xml (original)
+++ tuscany/branches/sca-java-1.3.1/samples/simple-bigbank/pom.xml Mon Aug 11 00:29:53 2008
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-sca</artifactId>
-        <version>1.3-SNAPSHOT</version>
+        <version>1.3.1-SNAPSHOT</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.1-SNAPSHOT</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-implementation-java-runtime</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3.1-SNAPSHOT</version>
             <scope>runtime</scope>
         </dependency>
 

Modified: tuscany/branches/sca-java-1.3.1/samples/simple-callback-ws/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.1/samples/simple-callback-ws/pom.xml?rev=684661&r1=684642&r2=684661&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.1/samples/simple-callback-ws/pom.xml (original)
+++ tuscany/branches/sca-java-1.3.1/samples/simple-callback-ws/pom.xml Mon Aug 11 00:29:53 2008
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-sca</artifactId>
-        <version>1.3-SNAPSHOT</version>
+        <version>1.3.1-SNAPSHOT</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.1-SNAPSHOT</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-implementation-java-runtime</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3.1-SNAPSHOT</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.1-SNAPSHOT</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.1-SNAPSHOT</version>
             <scope>runtime</scope>
         </dependency>
 

Modified: tuscany/branches/sca-java-1.3.1/samples/simple-callback/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.1/samples/simple-callback/pom.xml?rev=684661&r1=684642&r2=684661&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.1/samples/simple-callback/pom.xml (original)
+++ tuscany/branches/sca-java-1.3.1/samples/simple-callback/pom.xml Mon Aug 11 00:29:53 2008
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-sca</artifactId>
-        <version>1.3-SNAPSHOT</version>
+        <version>1.3.1-SNAPSHOT</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.1-SNAPSHOT</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-implementation-java-runtime</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3.1-SNAPSHOT</version>
             <scope>runtime</scope>
         </dependency>
 

Modified: tuscany/branches/sca-java-1.3.1/samples/spi-implementation-pojo/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.1/samples/spi-implementation-pojo/pom.xml?rev=684661&r1=684642&r2=684661&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.1/samples/spi-implementation-pojo/pom.xml (original)
+++ tuscany/branches/sca-java-1.3.1/samples/spi-implementation-pojo/pom.xml Mon Aug 11 00:29:53 2008
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-sca</artifactId>
-        <version>1.3-SNAPSHOT</version>
+        <version>1.3.1-SNAPSHOT</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.1-SNAPSHOT</version>
         </dependency>
 
         <dependency>

Modified: tuscany/branches/sca-java-1.3.1/samples/store/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.1/samples/store/pom.xml?rev=684661&r1=684642&r2=684661&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.1/samples/store/pom.xml (original)
+++ tuscany/branches/sca-java-1.3.1/samples/store/pom.xml Mon Aug 11 00:29:53 2008
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-sca</artifactId>
-        <version>1.3-SNAPSHOT</version>
+        <version>1.3.1-SNAPSHOT</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.1-SNAPSHOT</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-data-api</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3.1-SNAPSHOT</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-implementation-java-runtime</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3.1-SNAPSHOT</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.1-SNAPSHOT</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.1-SNAPSHOT</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.1-SNAPSHOT</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.1-SNAPSHOT</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.1-SNAPSHOT</version>
             <scope>runtime</scope>
         </dependency>
 

Modified: tuscany/branches/sca-java-1.3.1/samples/supplychain/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.1/samples/supplychain/pom.xml?rev=684661&r1=684642&r2=684661&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.1/samples/supplychain/pom.xml (original)
+++ tuscany/branches/sca-java-1.3.1/samples/supplychain/pom.xml Mon Aug 11 00:29:53 2008
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-sca</artifactId>
-        <version>1.3-SNAPSHOT</version>
+        <version>1.3.1-SNAPSHOT</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.1-SNAPSHOT</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-implementation-java-runtime</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3.1-SNAPSHOT</version>
             <scope>runtime</scope>
         </dependency>
 

Modified: tuscany/branches/sca-java-1.3.1/samples/web-resource/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.1/samples/web-resource/pom.xml?rev=684661&r1=684642&r2=684661&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.1/samples/web-resource/pom.xml (original)
+++ tuscany/branches/sca-java-1.3.1/samples/web-resource/pom.xml Mon Aug 11 00:29:53 2008
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-sca</artifactId>
-        <version>1.3-SNAPSHOT</version>
+        <version>1.3.1-SNAPSHOT</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.1-SNAPSHOT</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-implementation-resource-runtime</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3.1-SNAPSHOT</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.1-SNAPSHOT</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.1-SNAPSHOT</version>
             <scope>runtime</scope>
         </dependency>
 

Modified: tuscany/branches/sca-java-1.3.1/samples/zipcode-jaxws/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.1/samples/zipcode-jaxws/pom.xml?rev=684661&r1=684642&r2=684661&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.1/samples/zipcode-jaxws/pom.xml (original)
+++ tuscany/branches/sca-java-1.3.1/samples/zipcode-jaxws/pom.xml Mon Aug 11 00:29:53 2008
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-sca</artifactId>
-        <version>1.3-SNAPSHOT</version>
+        <version>1.3.1-SNAPSHOT</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.1-SNAPSHOT</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-implementation-java-runtime</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3.1-SNAPSHOT</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.1-SNAPSHOT</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.1-SNAPSHOT</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.1-SNAPSHOT</version>
                 <executions>
                     <execution>
                         <configuration>

Modified: tuscany/branches/sca-java-1.3.1/tools/eclipse/features/feature/feature.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.1/tools/eclipse/features/feature/feature.xml?rev=684661&r1=684642&r2=684661&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.1/tools/eclipse/features/feature/feature.xml (original)
+++ tuscany/branches/sca-java-1.3.1/tools/eclipse/features/feature/feature.xml Mon Aug 11 00:29:53 2008
@@ -20,7 +20,7 @@
 <feature
       id="org.apache.tuscany.sca.feature"
       label="Apache Tuscany SCA Tools"
-      version="1.3.0"
+      version="1.3.1"
       provider-name="Apache Software Foundation">
    <install-handler handler="org.eclipse.update.core.DefaultInstallHandler"/>
 
@@ -56,16 +56,16 @@
          id="org.apache.tuscany.sca.core"
          download-size="0"
          install-size="0"
-         version="1.3.0"
+         version="1.3.1"
          unpack="false"/>
 
    <data
-         id="runtime/apache-tuscany-sca-1.3-SNAPSHOT.jar"
+         id="runtime/apache-tuscany-sca-1.3.1-SNAPSHOT.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.1-SNAPSHOT-src.zip"
          download-size="0"
          install-size="0"/>
 

Modified: tuscany/branches/sca-java-1.3.1/tools/eclipse/features/feature/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.1/tools/eclipse/features/feature/pom.xml?rev=684661&r1=684642&r2=684661&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.1/tools/eclipse/features/feature/pom.xml (original)
+++ tuscany/branches/sca-java-1.3.1/tools/eclipse/features/feature/pom.xml Mon Aug 11 00:29:53 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.1-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>org.apache.tuscany.sca.feature</artifactId>

Modified: tuscany/branches/sca-java-1.3.1/tools/eclipse/plugins/core/org/apache/tuscany/sca/core/classpath/ClasspathUtil.java
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.1/tools/eclipse/plugins/core/org/apache/tuscany/sca/core/classpath/ClasspathUtil.java?rev=684661&r1=684642&r2=684661&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.1/tools/eclipse/plugins/core/org/apache/tuscany/sca/core/classpath/ClasspathUtil.java (original)
+++ tuscany/branches/sca-java-1.3.1/tools/eclipse/plugins/core/org/apache/tuscany/sca/core/classpath/ClasspathUtil.java Mon Aug 11 00:29:53 2008
@@ -47,7 +47,7 @@
     private static final String TUSCANY_RUNTIME_LIBRARIES = "org.apache.tuscany.sca.core.runtimeLibraries";
 
     private static final String TUSCANY_FEATURE = "org.apache.tuscany.sca.feature";
-    private static final String TUSCANY_VERSION = "1.3.0";
+    private static final String TUSCANY_VERSION = "1.3.1";
     
     /**
      * Return the installed runtime classpath entries.

Modified: tuscany/branches/sca-java-1.3.1/tools/eclipse/plugins/core/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.1/tools/eclipse/plugins/core/pom.xml?rev=684661&r1=684642&r2=684661&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.1/tools/eclipse/plugins/core/pom.xml (original)
+++ tuscany/branches/sca-java-1.3.1/tools/eclipse/plugins/core/pom.xml Mon Aug 11 00:29:53 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.1-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>org.apache.tuscany.sca.core</artifactId>

Modified: tuscany/branches/sca-java-1.3.1/tools/eclipse/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.1/tools/eclipse/pom.xml?rev=684661&r1=684642&r2=684661&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.1/tools/eclipse/pom.xml (original)
+++ tuscany/branches/sca-java-1.3.1/tools/eclipse/pom.xml Mon Aug 11 00:29:53 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.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: tuscany/branches/sca-java-1.3.1/tools/eclipse/site/updatesite/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.1/tools/eclipse/site/updatesite/pom.xml?rev=684661&r1=684642&r2=684661&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.1/tools/eclipse/site/updatesite/pom.xml (original)
+++ tuscany/branches/sca-java-1.3.1/tools/eclipse/site/updatesite/pom.xml Mon Aug 11 00:29:53 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.1-SNAPSHOT</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.1-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>org.apache.tuscany.sca.feature</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3.1-SNAPSHOT</version>
         </dependency>
     </dependencies>
 

Modified: tuscany/branches/sca-java-1.3.1/tools/eclipse/site/updatesite/site.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.1/tools/eclipse/site/updatesite/site.xml?rev=684661&r1=684642&r2=684661&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.1/tools/eclipse/site/updatesite/site.xml (original)
+++ tuscany/branches/sca-java-1.3.1/tools/eclipse/site/updatesite/site.xml Mon Aug 11 00:29:53 2008
@@ -22,15 +22,15 @@
       Apache Tuscany SCA Tools.
    </description>
    
-   <feature id="org.apache.tuscany.sca.feature" version="1.3.0"
-      url="features/org.apache.tuscany.sca.feature-1.3-SNAPSHOT.jar"/>
+   <feature id="org.apache.tuscany.sca.feature" version="1.3.1"
+      url="features/org.apache.tuscany.sca.feature-1.3.1-SNAPSHOT.jar"/>
    
-   <archive path="plugins/org.apache.tuscany.sca.core_1.3.0.jar"
-      url="plugins/org.apache.tuscany.sca.core-1.3-SNAPSHOT.jar"/>
+   <archive path="plugins/org.apache.tuscany.sca.core_1.3.1.jar"
+      url="plugins/org.apache.tuscany.sca.core-1.3.1-SNAPSHOT.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.1/runtime/apache-tuscany-sca-1.3.1-SNAPSHOT.jar"
+      url="../apache-tuscany-sca-1.3.1-SNAPSHOT.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.1/src/apache-tuscany-sca-1.3.1-SNAPSHOT-src.zip"
+      url="../apache-tuscany-sca-1.3.1-SNAPSHOT-src.zip"/>   
 </site>

Modified: tuscany/branches/sca-java-1.3.1/tools/java2wsdl/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.1/tools/java2wsdl/pom.xml?rev=684661&r1=684642&r2=684661&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.1/tools/java2wsdl/pom.xml (original)
+++ tuscany/branches/sca-java-1.3.1/tools/java2wsdl/pom.xml Mon Aug 11 00:29:53 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.1-SNAPSHOT</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.1-SNAPSHOT</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-databinding</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3.1-SNAPSHOT</version>
         </dependency>
 
         <dependency>

Modified: tuscany/branches/sca-java-1.3.1/tools/maven/maven-ant-generator/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.1/tools/maven/maven-ant-generator/pom.xml?rev=684661&r1=684642&r2=684661&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.1/tools/maven/maven-ant-generator/pom.xml (original)
+++ tuscany/branches/sca-java-1.3.1/tools/maven/maven-ant-generator/pom.xml Mon Aug 11 00:29:53 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.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>tuscany-maven-ant-generator</artifactId>

Modified: tuscany/branches/sca-java-1.3.1/tools/maven/maven-dependency-lister/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.1/tools/maven/maven-dependency-lister/pom.xml?rev=684661&r1=684642&r2=684661&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.1/tools/maven/maven-dependency-lister/pom.xml (original)
+++ tuscany/branches/sca-java-1.3.1/tools/maven/maven-dependency-lister/pom.xml Mon Aug 11 00:29:53 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.1-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>

Modified: tuscany/branches/sca-java-1.3.1/tools/maven/maven-incremental-build/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.1/tools/maven/maven-incremental-build/pom.xml?rev=684661&r1=684642&r2=684661&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.1/tools/maven/maven-incremental-build/pom.xml (original)
+++ tuscany/branches/sca-java-1.3.1/tools/maven/maven-incremental-build/pom.xml Mon Aug 11 00:29:53 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.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>tuscany-maven-incremental-build</artifactId>

Modified: tuscany/branches/sca-java-1.3.1/tools/maven/maven-java2wsdl/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.1/tools/maven/maven-java2wsdl/pom.xml?rev=684661&r1=684642&r2=684661&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.1/tools/maven/maven-java2wsdl/pom.xml (original)
+++ tuscany/branches/sca-java-1.3.1/tools/maven/maven-java2wsdl/pom.xml Mon Aug 11 00:29:53 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.1-SNAPSHOT</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.1-SNAPSHOT</version>
         </dependency>
     </dependencies>
 </project>

Modified: tuscany/branches/sca-java-1.3.1/tools/maven/maven-web-junit/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.1/tools/maven/maven-web-junit/pom.xml?rev=684661&r1=684642&r2=684661&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.1/tools/maven/maven-web-junit/pom.xml (original)
+++ tuscany/branches/sca-java-1.3.1/tools/maven/maven-web-junit/pom.xml Mon Aug 11 00:29:53 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.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>tuscany-maven-web-junit</artifactId>

Modified: tuscany/branches/sca-java-1.3.1/tools/maven/maven-wsdl2java/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.1/tools/maven/maven-wsdl2java/pom.xml?rev=684661&r1=684642&r2=684661&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.1/tools/maven/maven-wsdl2java/pom.xml (original)
+++ tuscany/branches/sca-java-1.3.1/tools/maven/maven-wsdl2java/pom.xml Mon Aug 11 00:29:53 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.1-SNAPSHOT</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.1-SNAPSHOT</version>
         </dependency>
     </dependencies>
 </project>

Modified: tuscany/branches/sca-java-1.3.1/tools/maven/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.1/tools/maven/pom.xml?rev=684661&r1=684642&r2=684661&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.1/tools/maven/pom.xml (original)
+++ tuscany/branches/sca-java-1.3.1/tools/maven/pom.xml Mon Aug 11 00:29:53 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.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: tuscany/branches/sca-java-1.3.1/tools/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.1/tools/pom.xml?rev=684661&r1=684642&r2=684661&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.1/tools/pom.xml (original)
+++ tuscany/branches/sca-java-1.3.1/tools/pom.xml Mon Aug 11 00:29:53 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.1-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>

Modified: tuscany/branches/sca-java-1.3.1/tools/runtime-inspector/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.1/tools/runtime-inspector/pom.xml?rev=684661&r1=684642&r2=684661&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.1/tools/runtime-inspector/pom.xml (original)
+++ tuscany/branches/sca-java-1.3.1/tools/runtime-inspector/pom.xml Mon Aug 11 00:29:53 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.1-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.1-SNAPSHOT</version>
+        </dependency>
+            
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-node2-impl</artifactId>
+            <version>1.3.1-SNAPSHOT</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-implementation-java-runtime</artifactId>
+            <version>1.3.1-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>

Modified: tuscany/branches/sca-java-1.3.1/tools/wsdl2java/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.1/tools/wsdl2java/pom.xml?rev=684661&r1=684642&r2=684661&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.1/tools/wsdl2java/pom.xml (original)
+++ tuscany/branches/sca-java-1.3.1/tools/wsdl2java/pom.xml Mon Aug 11 00:29:53 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.1-SNAPSHOT</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.1-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
 

Modified: tuscany/branches/sca-java-1.3.1/tutorial/assets/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.1/tutorial/assets/pom.xml?rev=684661&r1=684642&r2=684661&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.1/tutorial/assets/pom.xml (original)
+++ tuscany/branches/sca-java-1.3.1/tutorial/assets/pom.xml Mon Aug 11 00:29:53 2008
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-tutorial</artifactId>
-        <version>1.3-SNAPSHOT</version>
+        <version>1.3.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>tutorial-assets</artifactId>
@@ -39,13 +39,13 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-sca-api</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3.1-SNAPSHOT</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-data-api</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3.1-SNAPSHOT</version>
         </dependency>
 
         <dependency>
@@ -74,7 +74,7 @@
             <plugin>
                 <groupId>org.apache.tuscany.sca</groupId>
                 <artifactId>tuscany-maven-ant-generator</artifactId>
-                <version>1.3-SNAPSHOT</version>
+                <version>1.3.1-SNAPSHOT</version>
                 <executions>
                     <execution>
                         <goals>

Modified: tuscany/branches/sca-java-1.3.1/tutorial/catalog-ejb/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.1/tutorial/catalog-ejb/pom.xml?rev=684661&r1=684642&r2=684661&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.1/tutorial/catalog-ejb/pom.xml (original)
+++ tuscany/branches/sca-java-1.3.1/tutorial/catalog-ejb/pom.xml Mon Aug 11 00:29:53 2008
@@ -1,110 +1,110 @@
-<?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 xmlns="http://maven.apache.org/POM/4.0.0"
-	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-
-    <modelVersion>4.0.0</modelVersion>
-    <parent>
-        <groupId>org.apache.tuscany.sca</groupId>
-        <artifactId>tuscany-tutorial</artifactId>
-        <version>1.3-SNAPSHOT</version>
-        <relativePath>../pom.xml</relativePath>
-    </parent>
-
-    <artifactId>tutorial-catalog-ejb</artifactId>
-    <name>Apache Tuscany SCA Tutorial Catalog EJB</name>
-    <packaging>jar</packaging>
-
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-ejb_3.0_spec</artifactId>
-            <version>1.0</version>
-            <scope>provided</scope>
-        </dependency>
-        
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <version>4.2</version>
-            <scope>test</scope>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.modules</groupId>
-            <artifactId>geronimo-openejb</artifactId>
-            <version>2.1.1</version>
-            <scope>test</scope>
-            <exclusions>
-                <exclusion>
-                    <groupId>org.apache.geronimo.modules</groupId>
-                    <artifactId>geronimo-connector</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.apache.geronimo.modules</groupId>
-                    <artifactId>geronimo-persistence-jpa10</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.apache.openejb</groupId>
-                    <artifactId>openejb-ejbd</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.apache.openejb</groupId>
-                    <artifactId>openejb-server</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.apache.openejb</groupId>
-                    <artifactId>openejb-loader</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.apache.openejb</groupId>
-                    <artifactId>openejb-jee</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.apache.openejb</groupId>
-                    <artifactId>openejb-ejbd</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.apache.openejb</groupId>
-                    <artifactId>openejb-javaagent</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>com.sun.xml.bind</groupId>
-                    <artifactId>jaxb-impl</artifactId>
-                </exclusion>                
-            </exclusions>
-        </dependency>
-
-    </dependencies>
-
-    <build>
-       <finalName>${artifactId}</finalName>
-        <resources>
-            <resource>
-                <directory>${pom.basedir}/src/main/resources</directory>
-                <filtering>true</filtering>
-            </resource>
-        </resources>
-    </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 xmlns="http://maven.apache.org/POM/4.0.0"
+	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.tuscany.sca</groupId>
+        <artifactId>tuscany-tutorial</artifactId>
+        <version>1.3.1-SNAPSHOT</version>
+        <relativePath>../pom.xml</relativePath>
+    </parent>
+
+    <artifactId>tutorial-catalog-ejb</artifactId>
+    <name>Apache Tuscany SCA Tutorial Catalog EJB</name>
+    <packaging>jar</packaging>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-ejb_3.0_spec</artifactId>
+            <version>1.0</version>
+            <scope>provided</scope>
+        </dependency>
+        
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <version>4.2</version>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-openejb</artifactId>
+            <version>2.1.1</version>
+            <scope>test</scope>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.apache.geronimo.modules</groupId>
+                    <artifactId>geronimo-connector</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.apache.geronimo.modules</groupId>
+                    <artifactId>geronimo-persistence-jpa10</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.apache.openejb</groupId>
+                    <artifactId>openejb-ejbd</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.apache.openejb</groupId>
+                    <artifactId>openejb-server</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.apache.openejb</groupId>
+                    <artifactId>openejb-loader</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.apache.openejb</groupId>
+                    <artifactId>openejb-jee</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.apache.openejb</groupId>
+                    <artifactId>openejb-ejbd</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.apache.openejb</groupId>
+                    <artifactId>openejb-javaagent</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>com.sun.xml.bind</groupId>
+                    <artifactId>jaxb-impl</artifactId>
+                </exclusion>                
+            </exclusions>
+        </dependency>
+
+    </dependencies>
+
+    <build>
+       <finalName>${artifactId}</finalName>
+        <resources>
+            <resource>
+                <directory>${pom.basedir}/src/main/resources</directory>
+                <filtering>true</filtering>
+            </resource>
+        </resources>
+    </build>
+
+</project>
+

Modified: tuscany/branches/sca-java-1.3.1/tutorial/catalog-mediation/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.1/tutorial/catalog-mediation/pom.xml?rev=684661&r1=684642&r2=684661&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.1/tutorial/catalog-mediation/pom.xml (original)
+++ tuscany/branches/sca-java-1.3.1/tutorial/catalog-mediation/pom.xml Mon Aug 11 00:29:53 2008
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-tutorial</artifactId>
-        <version>1.3-SNAPSHOT</version>
+        <version>1.3.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>tutorial-catalog-mediation</artifactId>
@@ -39,13 +39,13 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tutorial-assets</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3.1-SNAPSHOT</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tutorial-catalog-ejb</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3.1-SNAPSHOT</version>
         </dependency>
 
         <dependency>
@@ -76,7 +76,7 @@
             <plugin>
                 <groupId>org.apache.tuscany.sca</groupId>
                 <artifactId>tuscany-maven-ant-generator</artifactId>
-                <version>1.3-SNAPSHOT</version>
+                <version>1.3.1-SNAPSHOT</version>
                 <executions>
                     <execution>
                         <goals>

Modified: tuscany/branches/sca-java-1.3.1/tutorial/catalog-webapp/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.1/tutorial/catalog-webapp/pom.xml?rev=684661&r1=684642&r2=684661&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.1/tutorial/catalog-webapp/pom.xml (original)
+++ tuscany/branches/sca-java-1.3.1/tutorial/catalog-webapp/pom.xml Mon Aug 11 00:29:53 2008
@@ -1,110 +1,110 @@
-<?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-tutorial</artifactId>
-        <version>1.3-SNAPSHOT</version>
-        <relativePath>../pom.xml</relativePath>
-    </parent>
-    <artifactId>tutorial-catalog-webapp</artifactId>
-    <name>Apache Tuscany SCA Tutorial Catalog WAR Contribution</name>
-    <packaging>war</packaging>
-
-    <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-sca-api</artifactId>
-            <version>1.3-SNAPSHOT</version>
-            <scope>runtime</scope>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-node2-api</artifactId>
-            <version>1.3-SNAPSHOT</version>
-            <scope>runtime</scope>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tutorial-assets</artifactId>
-            <version>1.3-SNAPSHOT</version>
-        </dependency>
-        
-        <dependency>
-            <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-node2-launcher</artifactId>
-            <version>1.3-SNAPSHOT</version>
-            <scope>runtime</scope>
-        </dependency>
-        
-    </dependencies>
-    
-    <build>
-       <finalName>${artifactId}</finalName>
-       <sourceDirectory>${basedir}</sourceDirectory>
-       <resources>
-          <resource>
-              <directory>${basedir}</directory>
-              <excludes>
-                  <exclude>**/*.java</exclude>
-                  <exclude>**/.*/**</exclude>
-                  <exclude>pom.xml</exclude>
-                  <exclude>build.xml</exclude>
-                  <exclude>target/**</exclude>
-                  <exclude>webapp/**</exclude>
-                  <exclude>target/**</exclude>
-              </excludes>
-          </resource>
-       </resources>
-       
-       <plugins>
-             <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-war-plugin</artifactId>
-                <configuration>
-                  <warSourceDirectory>webapp</warSourceDirectory>  
-                </configuration>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.tuscany.sca</groupId>
-                <artifactId>tuscany-maven-ant-generator</artifactId>
-                <version>1.3-SNAPSHOT</version>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>generate</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-       </plugins>
-    </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-tutorial</artifactId>
+        <version>1.3.1-SNAPSHOT</version>
+        <relativePath>../pom.xml</relativePath>
+    </parent>
+    <artifactId>tutorial-catalog-webapp</artifactId>
+    <name>Apache Tuscany SCA Tutorial Catalog WAR Contribution</name>
+    <packaging>war</packaging>
+
+    <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-sca-api</artifactId>
+            <version>1.3.1-SNAPSHOT</version>
+            <scope>runtime</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-node2-api</artifactId>
+            <version>1.3.1-SNAPSHOT</version>
+            <scope>runtime</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tutorial-assets</artifactId>
+            <version>1.3.1-SNAPSHOT</version>
+        </dependency>
+        
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-node2-launcher</artifactId>
+            <version>1.3.1-SNAPSHOT</version>
+            <scope>runtime</scope>
+        </dependency>
+        
+    </dependencies>
+    
+    <build>
+       <finalName>${artifactId}</finalName>
+       <sourceDirectory>${basedir}</sourceDirectory>
+       <resources>
+          <resource>
+              <directory>${basedir}</directory>
+              <excludes>
+                  <exclude>**/*.java</exclude>
+                  <exclude>**/.*/**</exclude>
+                  <exclude>pom.xml</exclude>
+                  <exclude>build.xml</exclude>
+                  <exclude>target/**</exclude>
+                  <exclude>webapp/**</exclude>
+                  <exclude>target/**</exclude>
+              </excludes>
+          </resource>
+       </resources>
+       
+       <plugins>
+             <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-war-plugin</artifactId>
+                <configuration>
+                  <warSourceDirectory>webapp</warSourceDirectory>  
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.tuscany.sca</groupId>
+                <artifactId>tuscany-maven-ant-generator</artifactId>
+                <version>1.3.1-SNAPSHOT</version>
+                <executions>
+                    <execution>
+                        <goals>
+                            <goal>generate</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+       </plugins>
+    </build>
+
+</project>

Modified: tuscany/branches/sca-java-1.3.1/tutorial/domain/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.1/tutorial/domain/pom.xml?rev=684661&r1=684642&r2=684661&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.1/tutorial/domain/pom.xml (original)
+++ tuscany/branches/sca-java-1.3.1/tutorial/domain/pom.xml Mon Aug 11 00:29:53 2008
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-tutorial</artifactId>
-        <version>1.3-SNAPSHOT</version>
+        <version>1.3.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>tutorial-domain</artifactId>
@@ -39,90 +39,90 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-node2-launcher</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3.1-SNAPSHOT</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-domain-manager</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3.1-SNAPSHOT</version>
             <scope>runtime</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-implementation-node-runtime</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3.1-SNAPSHOT</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.1-SNAPSHOT</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.1-SNAPSHOT</version>
             <scope>runtime</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-implementation-resource-runtime</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3.1-SNAPSHOT</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.1-SNAPSHOT</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.1-SNAPSHOT</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.1-SNAPSHOT</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.1-SNAPSHOT</version>
             <scope>runtime</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-sca-axis2</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3.1-SNAPSHOT</version>
             <scope>runtime</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-ejb-runtime</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3.1-SNAPSHOT</version>
             <scope>runtime</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-implementation-ejb</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3.1-SNAPSHOT</version>
             <scope>runtime</scope>
         </dependency>
 
@@ -154,7 +154,7 @@
             <plugin>
                 <groupId>org.apache.tuscany.sca</groupId>
                 <artifactId>tuscany-maven-ant-generator</artifactId>
-                <version>1.3-SNAPSHOT</version>
+                <version>1.3.1-SNAPSHOT</version>
                 <executions>
                     <execution>
                         <configuration>

Modified: tuscany/branches/sca-java-1.3.1/tutorial/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.1/tutorial/pom.xml?rev=684661&r1=684642&r2=684661&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.1/tutorial/pom.xml (original)
+++ tuscany/branches/sca-java-1.3.1/tutorial/pom.xml Mon Aug 11 00:29:53 2008
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-sca</artifactId>
-        <version>1.3-SNAPSHOT</version>
+        <version>1.3.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>tuscany-tutorial</artifactId>

Modified: tuscany/branches/sca-java-1.3.1/tutorial/store-client/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.1/tutorial/store-client/pom.xml?rev=684661&r1=684642&r2=684661&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.1/tutorial/store-client/pom.xml (original)
+++ tuscany/branches/sca-java-1.3.1/tutorial/store-client/pom.xml Mon Aug 11 00:29:53 2008
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-tutorial</artifactId>
-        <version>1.3-SNAPSHOT</version>
+        <version>1.3.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>tutorial-store-client</artifactId>
@@ -39,52 +39,52 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-sca-api</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3.1-SNAPSHOT</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-data-api</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3.1-SNAPSHOT</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-node2-launcher</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3.1-SNAPSHOT</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-node2-api</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3.1-SNAPSHOT</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-implementation-node-runtime</artifactId>
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3.1-SNAPSHOT</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.1-SNAPSHOT</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.1-SNAPSHOT</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.1-SNAPSHOT</version>
             <scope>runtime</scope>
         </dependency>
     </dependencies>
@@ -108,7 +108,7 @@
             <plugin>
                 <groupId>org.apache.tuscany.sca</groupId>
                 <artifactId>tuscany-maven-ant-generator</artifactId>
-                <version>1.3-SNAPSHOT</version>
+                <version>1.3.1-SNAPSHOT</version>
                 <executions>
                     <execution>
                         <goals>