You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ol...@apache.org on 2011/11/04 17:52:37 UTC

svn commit: r1197650 - /tomcat/taglibs/site/pom.xml

Author: olamy
Date: Fri Nov  4 16:52:37 2011
New Revision: 1197650

URL: http://svn.apache.org/viewvc?rev=1197650&view=rev
Log:
fix parent path

Modified:
    tomcat/taglibs/site/pom.xml

Modified: tomcat/taglibs/site/pom.xml
URL: http://svn.apache.org/viewvc/tomcat/taglibs/site/pom.xml?rev=1197650&r1=1197649&r2=1197650&view=diff
==============================================================================
--- tomcat/taglibs/site/pom.xml (original)
+++ tomcat/taglibs/site/pom.xml Fri Nov  4 16:52:37 2011
@@ -24,6 +24,7 @@
     <groupId>org.apache.taglibs</groupId>
     <artifactId>taglibs-parent</artifactId>
     <version>1-SNAPSHOT</version>
+    <relativePath>../taglibs-parent/pom.xml</relativePath>
   </parent>
 
   <artifactId>site</artifactId>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org