Author: antelder
Date: Mon Apr 18 08:32:27 2011
New Revision: 1094353
URL: http://svn.apache.org/viewvc?rev=1094353&view=rev
Log:
Update parent. The parent doesn't seem to work as documented on the Maven site
and so far i can't find any way that works with the parent hierachy being
different from the directory heirachy, so add this relative parent for now
while i investigate further
Modified:
tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-scaclient/pom.xml
tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/pom.xml
tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld/pom.xml
Modified:
tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-scaclient/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-scaclient/pom.xml?rev=1094353&r1=1094352&r2=1094353&view=diff
==============================================================================
---
tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-scaclient/pom.xml
(original)
+++
tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-scaclient/pom.xml
Mon Apr 18 08:32:27 2011
@@ -25,7 +25,7 @@
<groupId>org.apache.tuscany.sca.samples</groupId>
<artifactId>tuscany-samples</artifactId>
<version>2.0-SNAPSHOT</version>
- <relativePath/>
+ <relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>helloworld-scaclient</artifactId>
Modified:
tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/pom.xml?rev=1094353&r1=1094352&r2=1094353&view=diff
==============================================================================
---
tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/pom.xml
(original)
+++
tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/pom.xml
Mon Apr 18 08:32:27 2011
@@ -25,7 +25,7 @@
<groupId>org.apache.tuscany.sca.samples</groupId>
<artifactId>tuscany-samples</artifactId>
<version>2.0-SNAPSHOT</version>
- <relativePath/>
+ <relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>helloworld-webapp</artifactId>
Modified: tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld/pom.xml?rev=1094353&r1=1094352&r2=1094353&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld/pom.xml
(original)
+++ tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld/pom.xml Mon
Apr 18 08:32:27 2011
@@ -25,9 +25,8 @@
<groupId>org.apache.tuscany.sca.samples</groupId>
<artifactId>tuscany-samples</artifactId>
<version>2.0-SNAPSHOT</version>
- <relativePath/>
+ <relativePath>../../pom.xml</relativePath>
</parent>
-
<artifactId>helloworld</artifactId>
<version>2.0-SNAPSHOT</version>