You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by rf...@apache.org on 2006/10/31 23:52:17 UTC

svn commit: r469693 - in /incubator/tuscany/sandbox/rfeng/samples: creditws/pom.xml mortgage/pom.xml

Author: rfeng
Date: Tue Oct 31 14:52:17 2006
New Revision: 469693

URL: http://svn.apache.org/viewvc?view=rev&rev=469693
Log:
Bump up version for trunk to 1.0-incubator-SNAPSHOT

Modified:
    incubator/tuscany/sandbox/rfeng/samples/creditws/pom.xml
    incubator/tuscany/sandbox/rfeng/samples/mortgage/pom.xml

Modified: incubator/tuscany/sandbox/rfeng/samples/creditws/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/sandbox/rfeng/samples/creditws/pom.xml?view=diff&rev=469693&r1=469692&r2=469693
==============================================================================
--- incubator/tuscany/sandbox/rfeng/samples/creditws/pom.xml (original)
+++ incubator/tuscany/sandbox/rfeng/samples/creditws/pom.xml Tue Oct 31 14:52:17 2006
@@ -19,9 +19,9 @@
 -->
 <project>
     <parent>
-        <groupId>org.apache.tuscany.sca.samples</groupId>
+        <groupId>org.apache.tuscany.samples.sca</groupId>
         <artifactId>parent</artifactId>
-        <version>1.0-incubator-M2-SNAPSHOT</version>
+        <version>1.0-incubator-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>sample-creditws</artifactId>
@@ -39,7 +39,7 @@
         <dependency>
             <groupId>org.osoa</groupId>
             <artifactId>sca-api-r0.95</artifactId>
-            <version>${scaVersion}</version>
+            <version>${tuscanyVersion}</version>
             <scope>compile</scope>
         </dependency>
         
@@ -47,7 +47,7 @@
         <dependency>
             <groupId>org.apache.tuscany.sca.kernel</groupId>
             <artifactId>tuscany-api</artifactId>
-            <version>${scaVersion}</version>
+            <version>${tuscanyVersion}</version>
             <scope>compile</scope>
         </dependency>
 
@@ -55,7 +55,7 @@
         <dependency>
             <groupId>org.apache.tuscany.sca.runtime</groupId>
             <artifactId>webapp</artifactId>
-            <version>${scaVersion}</version>
+            <version>${tuscanyVersion}</version>
             <scope>runtime</scope>
         </dependency>
 
@@ -92,7 +92,7 @@
                         <dependency>
                             <groupId>org.apache.tuscany.sca.services.bindings</groupId>
                             <artifactId>axis2</artifactId>
-                            <version>${scaVersion}</version>
+                            <version>${tuscanyVersion}</version>
                         </dependency>
                     </extensions>
                 </configuration>

Modified: incubator/tuscany/sandbox/rfeng/samples/mortgage/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/sandbox/rfeng/samples/mortgage/pom.xml?view=diff&rev=469693&r1=469692&r2=469693
==============================================================================
--- incubator/tuscany/sandbox/rfeng/samples/mortgage/pom.xml (original)
+++ incubator/tuscany/sandbox/rfeng/samples/mortgage/pom.xml Tue Oct 31 14:52:17 2006
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.tuscany.samples.sca</groupId>
         <artifactId>parent</artifactId>
-        <version>1.0-incubator-M2-SNAPSHOT</version>
+        <version>1.0-incubator-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>sample-mortgage</artifactId>



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