You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sl...@apache.org on 2011/04/14 14:53:01 UTC

svn commit: r1092202 - /tuscany/sca-java-2.x/trunk/samples/running-tuscany/pom.xml

Author: slaws
Date: Thu Apr 14 12:53:01 2011
New Revision: 1092202

URL: http://svn.apache.org/viewvc?rev=1092202&view=rev
Log:
Fix parent definition

Modified:
    tuscany/sca-java-2.x/trunk/samples/running-tuscany/pom.xml

Modified: tuscany/sca-java-2.x/trunk/samples/running-tuscany/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/running-tuscany/pom.xml?rev=1092202&r1=1092201&r2=1092202&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/running-tuscany/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/samples/running-tuscany/pom.xml Thu Apr 14 12:53:01 2011
@@ -20,12 +20,14 @@
 <project>
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.apache.tuscany.sca</groupId>
+        <groupId>org.apache.tuscany.sca.samples</groupId>
         <artifactId>tuscany-samples</artifactId>
         <version>2.0-SNAPSHOT</version>
-        <relativePath>../pom.xml</relativePath>
+
     </parent>
+
     <artifactId>tuscany-samples-running-tuscany</artifactId>
+    <version>2.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Apache Tuscany SCA Samples Running Tuscany</name>