You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by al...@apache.org on 2014/02/10 15:33:26 UTC

svn commit: r1566639 - /jackrabbit/trunk/pom.xml

Author: alexparvulescu
Date: Mon Feb 10 14:33:25 2014
New Revision: 1566639

URL: http://svn.apache.org/r1566639
Log:
JCR-3705 Extract data store API and implementations from jackrabbit-core
 - added module to parent list (typo on the name)


Modified:
    jackrabbit/trunk/pom.xml

Modified: jackrabbit/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/pom.xml?rev=1566639&r1=1566638&r2=1566639&view=diff
==============================================================================
--- jackrabbit/trunk/pom.xml (original)
+++ jackrabbit/trunk/pom.xml Mon Feb 10 14:33:25 2014
@@ -41,7 +41,7 @@
     <module>jackrabbit-jcr-commons</module>
     <module>jackrabbit-jcr-tests</module>
     <module>jackrabbit-data</module>
-    <module>jackrabbit-aws</module>
+    <module>jackrabbit-aws-ext</module>
     <module>jackrabbit-core</module>
     <module>jackrabbit-webdav</module>
     <module>jackrabbit-jcr-server</module>