<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/maven-v4_0_0.xsd">

	<modelVersion>4.0.0</modelVersion>

	<parent>
		<groupId>org.eclipse.rdf4j</groupId>
		<artifactId>rdf4j-parent</artifactId>
		<version>2.4.4</version>
	</parent>

	<artifactId>rdf4j-repository</artifactId>
	<packaging>pom</packaging>

	<name>RDF4J: Repository</name>
	<description>Repository API and implementations.</description>

	<modules>
		<module>api</module>
		<module>manager</module>
		<module>event</module>
		<module>http</module>
		<module>contextaware</module>
		<module>sparql</module>
	</modules>

</project>
