You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2011/10/10 22:09:40 UTC

svn commit: r1181195 - in /myfaces/commons/branches/jsf_20/examples: myfaces-commons-examples/pom.xml myfaces-commons-facelets-examples/pom.xml

Author: lu4242
Date: Mon Oct 10 20:09:40 2011
New Revision: 1181195

URL: http://svn.apache.org/viewvc?rev=1181195&view=rev
Log:
fix relative path location

Modified:
    myfaces/commons/branches/jsf_20/examples/myfaces-commons-examples/pom.xml
    myfaces/commons/branches/jsf_20/examples/myfaces-commons-facelets-examples/pom.xml

Modified: myfaces/commons/branches/jsf_20/examples/myfaces-commons-examples/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/commons/branches/jsf_20/examples/myfaces-commons-examples/pom.xml?rev=1181195&r1=1181194&r2=1181195&view=diff
==============================================================================
--- myfaces/commons/branches/jsf_20/examples/myfaces-commons-examples/pom.xml (original)
+++ myfaces/commons/branches/jsf_20/examples/myfaces-commons-examples/pom.xml Mon Oct 10 20:09:40 2011
@@ -20,6 +20,7 @@
         <groupId>org.apache.myfaces.commons</groupId>
         <artifactId>commons-examples20</artifactId>
         <version>1.0.2-SNAPSHOT</version>
+        <relativePath>../../pom.xml</relativePath> 
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.myfaces.commons</groupId>

Modified: myfaces/commons/branches/jsf_20/examples/myfaces-commons-facelets-examples/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/commons/branches/jsf_20/examples/myfaces-commons-facelets-examples/pom.xml?rev=1181195&r1=1181194&r2=1181195&view=diff
==============================================================================
--- myfaces/commons/branches/jsf_20/examples/myfaces-commons-facelets-examples/pom.xml (original)
+++ myfaces/commons/branches/jsf_20/examples/myfaces-commons-facelets-examples/pom.xml Mon Oct 10 20:09:40 2011
@@ -20,6 +20,7 @@
         <groupId>org.apache.myfaces.commons</groupId>
         <artifactId>commons-examples20</artifactId>
         <version>1.0.2-SNAPSHOT</version>
+        <relativePath>../../pom.xml</relativePath> 
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.myfaces.commons</groupId>