blob: 33e1c9c5f9ed51f1b764d23a3ebf20c2b453c93d [file] [log] [blame]
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.qi4j.sandbox</groupId>
<artifactId>qi4j-sandbox</artifactId>
<version>1.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>sb-extensions-root</artifactId>
<name>Qi4j Sandbox Extensions - Build POM</name>
<packaging>pom</packaging>
<modules>
<!--module>entitystore-coherence</module-->
<module>entitystore-jndi</module>
<module>entitystore-javaspaces</module>
<module>entitystore-jgroups</module>
<module>entitystore-rmi</module>
<module>entitystore-s3</module>
<module>entitystore-swift</module>
</modules>
</project>