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 2006/11/29 12:57:33 UTC

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

Author: antelder
Date: Wed Nov 29 03:57:32 2006
New Revision: 480544

URL: http://svn.apache.org/viewvc?view=rev&rev=480544
Log:
Fix build problem with another reference to the old woden jar

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

Modified: incubator/tuscany/branches/sca-java-M2/sca/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-M2/sca/pom.xml?view=diff&rev=480544&r1=480543&r2=480544
==============================================================================
--- incubator/tuscany/branches/sca-java-M2/sca/pom.xml (original)
+++ incubator/tuscany/branches/sca-java-M2/sca/pom.xml Wed Nov 29 03:57:32 2006
@@ -172,7 +172,7 @@
 
             <!-- Woden implementation -->
             <dependency>
-                <groupId>org.apache.woden</groupId>
+                <groupId>incubator-woden</groupId>
                 <artifactId>woden</artifactId>
                 <version>1.0.0M6</version>
                 <scope>compile</scope>



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