<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">
	<modelVersion>4.0.0</modelVersion>
	
	<parent>
		<groupId>org.eclipse.dirigible</groupId>
		<artifactId>dirigible-parent</artifactId>
		<version>6.3.9</version>
		<relativePath>../../pom.xml</relativePath>
	</parent>

	<name>Database - Parent</name>
	<artifactId>dirigible-database-parent</artifactId>
    <packaging>pom</packaging>

	<modules>
		<module>database-api</module>
        <module>database-custom</module>
		<module>database-data-models</module>
		<module>database-data-structures</module>
		<module>database-derby</module>
		<module>database-managed</module>
		<module>database-persistence</module>
		<module>database-sql</module>
		<module>database-h2</module>
		<module>database-dynamic</module>
		<module>database-changelog</module>
		<module>database-databases</module>
		<module>database-defined</module>
	</modules>

	<properties>
		<license.header.location>../../licensing-header.txt</license.header.location>
	</properties>

</project>