Author: slaws
Date: Thu Apr 14 13:05:31 2011
New Revision: 1092209
URL: http://svn.apache.org/viewvc?rev=1092209&view=rev
Log:
correct for changed parent group id
Modified:
tuscany/sca-java-2.x/trunk/samples/running-tuscany/jse/pom.xml
tuscany/sca-java-2.x/trunk/samples/running-tuscany/junit/pom.xml
Modified: tuscany/sca-java-2.x/trunk/samples/running-tuscany/jse/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/running-tuscany/jse/pom.xml?rev=1092209&r1=1092208&r2=1092209&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/running-tuscany/jse/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/samples/running-tuscany/jse/pom.xml Thu Apr 14
13:05:31 2011
@@ -20,7 +20,7 @@
<project>
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.apache.tuscany.sca</groupId>
+ <groupId>org.apache.tuscany.sca.samples</groupId>
<artifactId>tuscany-samples-running-tuscany</artifactId>
<version>2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
Modified: tuscany/sca-java-2.x/trunk/samples/running-tuscany/junit/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/running-tuscany/junit/pom.xml?rev=1092209&r1=1092208&r2=1092209&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/running-tuscany/junit/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/samples/running-tuscany/junit/pom.xml Thu Apr 14
13:05:31 2011
@@ -20,7 +20,7 @@
<project>
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.apache.tuscany.sca</groupId>
+ <groupId>org.apache.tuscany.sca.samples</groupId>
<artifactId>tuscany-samples-running-tuscany</artifactId>
<version>2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>