You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by ga...@apache.org on 2011/03/03 18:28:34 UTC

svn commit: r1076692 - /chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-jcr/pom.xml

Author: gabriele
Date: Thu Mar  3 17:28:34 2011
New Revision: 1076692

URL: http://svn.apache.org/viewvc?rev=1076692&view=rev
Log:
added parentBasedir reference that was makign apache-release profile fail

Modified:
    chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-jcr/pom.xml

Modified: chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-jcr/pom.xml
URL: http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-jcr/pom.xml?rev=1076692&r1=1076691&r2=1076692&view=diff
==============================================================================
--- chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-jcr/pom.xml (original)
+++ chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-jcr/pom.xml Thu Mar  3 17:28:34 2011
@@ -22,6 +22,10 @@
     <artifactId>chemistry-opencmis-server-jcr</artifactId>
     <name>OpenCMIS JCR Server Implementation</name>
     <packaging>war</packaging>
+
+    <properties>
+        <parentBasedir>../../</parentBasedir>
+    </properties>
     
     <build>
         <plugins>