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

svn commit: r469320 - /incubator/tuscany/branches/sca-java-M2/samples/pom.xml

Author: rineholt
Date: Mon Oct 30 15:47:52 2006
New Revision: 469320

URL: http://svn.apache.org/viewvc?view=rev&rev=469320
Log:
need to use scaImplVersion for dependency

Modified:
    incubator/tuscany/branches/sca-java-M2/samples/pom.xml

Modified: incubator/tuscany/branches/sca-java-M2/samples/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-M2/samples/pom.xml?view=diff&rev=469320&r1=469319&r2=469320
==============================================================================
--- incubator/tuscany/branches/sca-java-M2/samples/pom.xml (original)
+++ incubator/tuscany/branches/sca-java-M2/samples/pom.xml Mon Oct 30 15:47:52 2006
@@ -57,7 +57,7 @@
                         <artifactItem>
                             <groupId>org.apache.tuscany.sca</groupId>
                             <artifactId>distribution</artifactId>
-                            <version>${scaVersion}</version>
+                            <version>${scaImplVersion}</version>
                             <classifier>bin</classifier>
                             <type>zip</type>
                         </artifactItem>
@@ -87,7 +87,7 @@
             <dependency>
                 <groupId>org.apache.tuscany.sca</groupId>
                 <artifactId>test</artifactId>
-                <version>${scaVersion}</version>
+                <version>${scaImplVersion}</version>
                 <scope>test</scope>
             </dependency>
         </dependencies>



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