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/09/20 13:59:02 UTC

svn commit: r448178 - /incubator/tuscany/sandbox/ant/container.rhino/pom.xml

Author: antelder
Date: Wed Sep 20 04:59:02 2006
New Revision: 448178

URL: http://svn.apache.org/viewvc?view=rev&rev=448178
Log:
Update pom.xml for containers now being in services

Modified:
    incubator/tuscany/sandbox/ant/container.rhino/pom.xml

Modified: incubator/tuscany/sandbox/ant/container.rhino/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/sandbox/ant/container.rhino/pom.xml?view=diff&rev=448178&r1=448177&r2=448178
==============================================================================
--- incubator/tuscany/sandbox/ant/container.rhino/pom.xml (original)
+++ incubator/tuscany/sandbox/ant/container.rhino/pom.xml Wed Sep 20 04:59:02 2006
@@ -20,9 +20,9 @@
 <project>
 
     <parent>
-        <groupId>org.apache.tuscany.containers</groupId>
-        <artifactId>containers</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <groupId>org.apache.tuscany.sca.services.containers</groupId>
+        <artifactId>parent</artifactId>
+        <version>1.0-incubator-M2-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
@@ -33,7 +33,7 @@
     <dependencies>
 
         <dependency>
-            <groupId>org.apache.tuscany.containers</groupId>
+            <groupId>org.apache.tuscany.sca.services.containers</groupId>
             <artifactId>easy-container</artifactId>
             <version>${sca.version}</version>
             <scope>compile</scope>
@@ -47,7 +47,7 @@
         </dependency>
 
         <dependency>
-            <groupId>org.apache.tuscany</groupId>
+            <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>test</artifactId>
             <version>${sca.version}</version>
             <scope>test</scope>



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