You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by jb...@apache.org on 2007/03/05 23:25:02 UTC

svn commit: r514891 - in /incubator/tuscany/java/sca/runtime: itest/plugin/pom.xml pom.xml

Author: jboynes
Date: Mon Mar  5 14:25:01 2007
New Revision: 514891

URL: http://svn.apache.org/viewvc?view=rev&rev=514891
Log:
update runtime to use 2.0-alpha version of kernel

Modified:
    incubator/tuscany/java/sca/runtime/itest/plugin/pom.xml
    incubator/tuscany/java/sca/runtime/pom.xml

Modified: incubator/tuscany/java/sca/runtime/itest/plugin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/runtime/itest/plugin/pom.xml?view=diff&rev=514891&r1=514890&r2=514891
==============================================================================
--- incubator/tuscany/java/sca/runtime/itest/plugin/pom.xml (original)
+++ incubator/tuscany/java/sca/runtime/itest/plugin/pom.xml Mon Mar  5 14:25:01 2007
@@ -56,7 +56,7 @@
         <dependency>
             <groupId>org.apache.tuscany.sca.kernel</groupId>
             <artifactId>tuscany-core</artifactId>
-            <version>2.0-alpha-incubating-SNAPSHOT</version>
+            <version>2.0-alpha-incubating</version>
             <scope>compile</scope>
         </dependency>
     </dependencies>

Modified: incubator/tuscany/java/sca/runtime/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/runtime/pom.xml?view=diff&rev=514891&r1=514890&r2=514891
==============================================================================
--- incubator/tuscany/java/sca/runtime/pom.xml (original)
+++ incubator/tuscany/java/sca/runtime/pom.xml Mon Mar  5 14:25:01 2007
@@ -36,7 +36,7 @@
         <scaSpecVersion>1.0</scaSpecVersion>
 
         <!-- version the Apache Tuscany kernel that the runtimes work with -->
-        <kernelVersion>2.0-alpha-incubating-SNAPSHOT</kernelVersion>
+        <kernelVersion>2.0-alpha-incubating</kernelVersion>
     </properties>
 
     <!-- definition of repositories where the parent pom can be found -->



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org