You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by is...@apache.org on 2007/06/27 22:58:05 UTC

svn commit: r551322 - /incubator/tuscany/java/sca/modules/implementation-notification/pom.xml

Author: isilval
Date: Wed Jun 27 13:58:00 2007
New Revision: 551322

URL: http://svn.apache.org/viewvc?view=rev&rev=551322
Log:
Use correct parent

Modified:
    incubator/tuscany/java/sca/modules/implementation-notification/pom.xml

Modified: incubator/tuscany/java/sca/modules/implementation-notification/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/implementation-notification/pom.xml?view=diff&rev=551322&r1=551321&r2=551322
==============================================================================
--- incubator/tuscany/java/sca/modules/implementation-notification/pom.xml (original)
+++ incubator/tuscany/java/sca/modules/implementation-notification/pom.xml Wed Jun 27 13:58:00 2007
@@ -21,12 +21,13 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
-        <artifactId>parent</artifactId>
+        <artifactId>tuscany-modules</artifactId>
         <version>1.0-incubating-SNAPSHOT</version>
+        <relativePath>../pom.xml</relativePath>
     </parent>
+
     <artifactId>tuscany-implementation-notification</artifactId>
     <name>Notification Implementation</name>
-    <description></description>
 
     <dependencies>
         <dependency>



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