You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2012/07/31 18:01:07 UTC

svn commit: r1367639 - /activemq/activemq-apollo/trunk/apollo-website/pom.xml

Author: chirino
Date: Tue Jul 31 16:01:07 2012
New Revision: 1367639

URL: http://svn.apache.org/viewvc?rev=1367639&view=rev
Log:
Fix parent pom relative path.

Modified:
    activemq/activemq-apollo/trunk/apollo-website/pom.xml

Modified: activemq/activemq-apollo/trunk/apollo-website/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-website/pom.xml?rev=1367639&r1=1367638&r2=1367639&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-website/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-website/pom.xml Tue Jul 31 16:01:07 2012
@@ -23,7 +23,7 @@
     <groupId>org.apache.activemq</groupId>
     <artifactId>apollo-project</artifactId>
     <version>99-trunk-SNAPSHOT</version>
-    <relativePath>../apollo-scala</relativePath>
+    <relativePath>..</relativePath>
   </parent>
   
   <artifactId>apollo-website</artifactId>