You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ju...@apache.org on 2009/02/09 14:30:07 UTC

svn commit: r742486 - /jackrabbit/sandbox/jcr-cmis/parent/pom.xml

Author: jukka
Date: Mon Feb  9 13:30:07 2009
New Revision: 742486

URL: http://svn.apache.org/viewvc?rev=742486&view=rev
Log:
JCR-1971: Use the new Jackrabbit parent POM

Updated the CMIS build to use the new parent POM.

Modified:
    jackrabbit/sandbox/jcr-cmis/parent/pom.xml

Modified: jackrabbit/sandbox/jcr-cmis/parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/sandbox/jcr-cmis/parent/pom.xml?rev=742486&r1=742485&r2=742486&view=diff
==============================================================================
--- jackrabbit/sandbox/jcr-cmis/parent/pom.xml (original)
+++ jackrabbit/sandbox/jcr-cmis/parent/pom.xml Mon Feb  9 13:30:07 2009
@@ -27,10 +27,14 @@
   <!-- ====================================================================== -->
   <parent>
     <groupId>org.apache.jackrabbit</groupId>
-    <artifactId>jackrabbit</artifactId>
-    <version>1.6-SNAPSHOT</version>
+    <artifactId>parent</artifactId>
+    <version>2</version>
   </parent>
 
+  <prerequisites>
+    <maven>2.0.9</maven>
+  </prerequisites>
+
   <groupId>org.apache.jackrabbit</groupId>
   <artifactId>jcr-cmis-parent</artifactId>
   <version>1.6-SNAPSHOT</version>