You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by sp...@apache.org on 2007/01/19 15:10:44 UTC

svn commit: r497822 - /geronimo/devtools/eclipse-plugin/branches/1.2.1/assembly/pom.xml

Author: sppatel
Date: Fri Jan 19 06:10:43 2007
New Revision: 497822

URL: http://svn.apache.org/viewvc?view=rev&rev=497822
Log:
use relative for parent

Modified:
    geronimo/devtools/eclipse-plugin/branches/1.2.1/assembly/pom.xml

Modified: geronimo/devtools/eclipse-plugin/branches/1.2.1/assembly/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/1.2.1/assembly/pom.xml?view=diff&rev=497822&r1=497821&r2=497822
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/1.2.1/assembly/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/1.2.1/assembly/pom.xml Fri Jan 19 06:10:43 2007
@@ -29,6 +29,7 @@
         <groupId>org.apache.geronimo.devtools</groupId>
         <artifactId>geronimo-eclipse-plugin</artifactId>
         <version>1.1</version>
+        <relativePath>../pom.xml</relativePath>
     </parent>
     <build>
         <plugins>