<?xml version="1.0" encoding="UTF-8"?>

<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.kuali.coeus</groupId>
        <artifactId>coeus-db</artifactId>
        <version>2602.0002</version>
    </parent>
    <artifactId>coeus-db-sql</artifactId>
    <packaging>pom</packaging>
    <name>Kuali Coeus Database SQL</name>
    <description>
        Parent module for SQL migrations.
    </description>

    <modules>
        <module>coeus-db-sql-mysql</module>
        <module>coeus-db-sql-java</module>
    </modules>

    <properties>
        <copy.javaagent.off>true</copy.javaagent.off>
    </properties>
</project>
