You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2007/04/10 09:05:01 UTC

svn commit: r527046 - /incubator/tuscany/java/sca/modules/contribution-installer/pom.xml

Author: lresende
Date: Tue Apr 10 00:04:53 2007
New Revision: 527046

URL: http://svn.apache.org/viewvc?view=rev&rev=527046
Log:
Updating contribution-installer pom.xml

Modified:
    incubator/tuscany/java/sca/modules/contribution-installer/pom.xml

Modified: incubator/tuscany/java/sca/modules/contribution-installer/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/contribution-installer/pom.xml?view=diff&rev=527046&r1=527045&r2=527046
==============================================================================
--- incubator/tuscany/java/sca/modules/contribution-installer/pom.xml (original)
+++ incubator/tuscany/java/sca/modules/contribution-installer/pom.xml Tue Apr 10 00:04:53 2007
@@ -18,17 +18,15 @@
  * under the License.    
 -->
 <project>
+    <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.apache.tuscany.sca.runtime.services.contribution</groupId>
-        <artifactId>contribution</artifactId>
-        <version>2.0-alpha2-incubating-SNAPSHOT</version>
+        <groupId>org.apache.tuscany.sca</groupId>
+        <artifactId>tuscany-modules</artifactId>
+        <version>1.0-incubating-SNAPSHOT</version>
+        <relativePath>../pom.xml</relativePath>
     </parent>
-    <modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.tuscany.sca.runtime.services.contribution</groupId>
-    <artifactId>contribution-installer</artifactId>
-    <name>Apache Tuscany SCA Contribution Services Installer</name>
-    <description>Apache Tuscany SCA Contribution Services Installer</description>
-
+    <artifactId>tuscany-contribution-installer</artifactId>
+    <name>Apache Tuscany SCA Contribution Service Installer</name>
 
     <!--
       This library will typically be added to the application's classpath and so should



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