<?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-sql</artifactId>
        <version>2601.0004</version>
    </parent>
    <artifactId>coeus-db-sql-mysql</artifactId>
    <packaging>jar</packaging>
    <name>Kuali Coeus Database SQL MySQL</name>
    <description>
        The Kuali Coeus Database SQL MySQL module contains versioned and sequenced sql files for
        the Kuali Coeus application.  These scripts include support for MySQL.
        They include both bootstrap, demo, and stage data.  They also contain Kuali Research specific (grm) sql files.
    </description>

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

  <scm>
    <tag>coeus-2601.0004</tag>
  </scm>
</project>
