You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by js...@apache.org on 2007/02/20 19:33:37 UTC

svn commit: r509701 - /incubator/tuscany/branches/sca-java-integration/sca/extensions/script/container.bsf/pom.xml

Author: jsdelfino
Date: Tue Feb 20 10:33:36 2007
New Revision: 509701

URL: http://svn.apache.org/viewvc?view=rev&rev=509701
Log:
Fixed pom.xml to reference the correct parent pom

Modified:
    incubator/tuscany/branches/sca-java-integration/sca/extensions/script/container.bsf/pom.xml

Modified: incubator/tuscany/branches/sca-java-integration/sca/extensions/script/container.bsf/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-integration/sca/extensions/script/container.bsf/pom.xml?view=diff&rev=509701&r1=509700&r2=509701
==============================================================================
--- incubator/tuscany/branches/sca-java-integration/sca/extensions/script/container.bsf/pom.xml (original)
+++ incubator/tuscany/branches/sca-java-integration/sca/extensions/script/container.bsf/pom.xml Tue Feb 20 10:33:36 2007
@@ -20,7 +20,7 @@
 <project>
 
     <parent>
-        <groupId>org.apache.tuscany.sca.services.containers</groupId>
+        <groupId>org.apache.tuscany.sca.extensions</groupId>
         <artifactId>parent</artifactId>
         <version>0.1-integration-incubating-SNAPSHOT</version>
     </parent>
@@ -35,7 +35,7 @@
         <dependency>
             <groupId>org.apache.tuscany.sca.kernel</groupId>
             <artifactId>tuscany-spi</artifactId>
-				<version>0.1-integration-incubating-SNAPSHOT</version>
+            <version>0.1-integration-incubating-SNAPSHOT</version>
             <scope>compile</scope>
         </dependency>
 
@@ -56,7 +56,7 @@
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-test</artifactId>
-				<version>0.1-integration-incubating-SNAPSHOT</version>
+            <version>0.1-integration-incubating-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
 



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