You are viewing a plain text version of this content. The canonical link for it is here.
Posted to photark-commits@incubator.apache.org by lr...@apache.org on 2009/08/15 01:49:14 UTC

svn commit: r804425 - in /incubator/photark/branches/photark-incubator-M1: assets/pom.xml photark-webapp/pom.xml photark/pom.xml

Author: lresende
Date: Sat Aug 15 01:49:13 2009
New Revision: 804425

URL: http://svn.apache.org/viewvc?rev=804425&view=rev
Log:
Updating to latest Tuscany 1.5 release and moving to jUnit 4.5

Modified:
    incubator/photark/branches/photark-incubator-M1/assets/pom.xml
    incubator/photark/branches/photark-incubator-M1/photark-webapp/pom.xml
    incubator/photark/branches/photark-incubator-M1/photark/pom.xml

Modified: incubator/photark/branches/photark-incubator-M1/assets/pom.xml
URL: http://svn.apache.org/viewvc/incubator/photark/branches/photark-incubator-M1/assets/pom.xml?rev=804425&r1=804424&r2=804425&view=diff
==============================================================================
--- incubator/photark/branches/photark-incubator-M1/assets/pom.xml (original)
+++ incubator/photark/branches/photark-incubator-M1/assets/pom.xml Sat Aug 15 01:49:13 2009
@@ -39,26 +39,26 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-sca-api-extension</artifactId>
-            <version>1.4</version>
+            <version>1.5</version>
             <scope>runtime</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-atom-abdera</artifactId>
-            <version>1.4</version>
+            <version>1.5</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-gdata-runtime</artifactId>
-            <version>1.4</version>
+            <version>1.5</version>
         </dependency>
 
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
-            <version>4.2</version>
+            <version>4.5</version>
             <scope>test</scope>
         </dependency>
 

Modified: incubator/photark/branches/photark-incubator-M1/photark-webapp/pom.xml
URL: http://svn.apache.org/viewvc/incubator/photark/branches/photark-incubator-M1/photark-webapp/pom.xml?rev=804425&r1=804424&r2=804425&view=diff
==============================================================================
--- incubator/photark/branches/photark-incubator-M1/photark-webapp/pom.xml (original)
+++ incubator/photark/branches/photark-incubator-M1/photark-webapp/pom.xml Sat Aug 15 01:49:13 2009
@@ -46,40 +46,40 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-host-webapp</artifactId>
-            <version>1.4</version>
+            <version>1.5</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-data-api</artifactId>
-            <version>1.4</version>
+            <version>1.5</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-implementation-java-runtime</artifactId>
-            <version>1.4</version>
+            <version>1.5</version>
             <scope>runtime</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-atom-abdera</artifactId>
-            <version>1.4</version>
+            <version>1.5</version>
             <scope>runtime</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-jsonrpc-runtime</artifactId>
-            <version>1.4</version>
+            <version>1.5</version>
             <scope>runtime</scope>
         </dependency>
         
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
-            <version>4.2</version>
+            <version>4.5</version>
             <scope>test</scope>
         </dependency>
 

Modified: incubator/photark/branches/photark-incubator-M1/photark/pom.xml
URL: http://svn.apache.org/viewvc/incubator/photark/branches/photark-incubator-M1/photark/pom.xml?rev=804425&r1=804424&r2=804425&view=diff
==============================================================================
--- incubator/photark/branches/photark-incubator-M1/photark/pom.xml (original)
+++ incubator/photark/branches/photark-incubator-M1/photark/pom.xml Sat Aug 15 01:49:13 2009
@@ -45,68 +45,68 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-host-embedded</artifactId>
-            <version>1.4</version>
+            <version>1.5</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-data-api</artifactId>
-            <version>1.4</version>
+            <version>1.5</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-implementation-java-runtime</artifactId>
-            <version>1.4</version>
+            <version>1.5</version>
             <scope>runtime</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-implementation-resource-runtime</artifactId>
-            <version>1.4</version>
+            <version>1.5</version>
             <scope>runtime</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-implementation-widget-runtime</artifactId>
-            <version>1.4</version>
+            <version>1.5</version>
             <scope>runtime</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-atom-abdera</artifactId>
-            <version>1.4</version>
+            <version>1.5</version>
             <scope>runtime</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-jsonrpc-runtime</artifactId>
-            <version>1.4</version>
+            <version>1.5</version>
             <scope>runtime</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-binding-http-runtime</artifactId>
-            <version>1.4</version>
+            <version>1.5</version>
             <scope>runtime</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-host-tomcat</artifactId>
-            <version>1.4</version>
+            <version>1.5</version>
             <scope>runtime</scope>
         </dependency>
 
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
-            <version>4.2</version>
+            <version>4.5</version>
             <scope>test</scope>
         </dependency>