You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ws...@apache.org on 2009/04/08 17:09:31 UTC

svn commit: r763271 - /continuum/sandbox/examples/MySolution/pom.xml

Author: wsmoak
Date: Wed Apr  8 15:09:31 2009
New Revision: 763271

URL: http://svn.apache.org/viewvc?rev=763271&view=rev
Log:
Add parent to example project.

Modified:
    continuum/sandbox/examples/MySolution/pom.xml

Modified: continuum/sandbox/examples/MySolution/pom.xml
URL: http://svn.apache.org/viewvc/continuum/sandbox/examples/MySolution/pom.xml?rev=763271&r1=763270&r2=763271&view=diff
==============================================================================
--- continuum/sandbox/examples/MySolution/pom.xml (original)
+++ continuum/sandbox/examples/MySolution/pom.xml Wed Apr  8 15:09:31 2009
@@ -1,5 +1,10 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
   <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.continuum</groupId>
+    <artifactId>continuum-parent</artifactId>
+    <version>2</version>
+  </parent>
   <groupId>org.apache.continuum.examples</groupId>
   <artifactId>MySolution-parent</artifactId>
   <packaging>pom</packaging>