<?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/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <groupId>com.ibeetl</groupId>
    <artifactId>antlr-support</artifactId>
    <version>3.20.1.RELEASE</version>
    <name>${project.artifactId}</name>
    <parent>
        <groupId>com.ibeetl</groupId>
        <artifactId>beetl-parent</artifactId>
        <version>3.20.1.RELEASE</version>
    </parent>

    <packaging>pom</packaging>
    <modules>
        <!-- 采用antlr4.5，兼容antlr4.6-->
        <module>beetl-antlr4.5-support</module>
        <!-- 目前默认 -->
        <module>beetl-default-antlr4.9-support</module>
        <!-- 兼容antlr4.10，4.11  -->
        <module>beetl-antlr4.11-support</module>
        <module>beetl-antlr4.13-support</module>
    </modules>

</project>