<?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">
    <parent>
        <groupId>org.neo4j</groupId>
        <artifactId>cypher-parser-parent</artifactId>
        <version>2025.07.1</version>
        <relativePath>../pom.xml</relativePath>
    </parent>

    <modelVersion>4.0.0</modelVersion>
    <artifactId>cypher-parser-common-parent</artifactId>
    <packaging>pom</packaging>
    <name>Cypher Parser Common Parent</name>

    <description>Cypher Parser Common Parent</description>
    <url>http://components.neo4j.org/${project.artifactId}/${project.version}</url>

    <scm>
        <connection>scm:git:git://github.com/neo4j/neo4j.git</connection>
        <developerConnection>scm:git:git@github.com:neo4j/neo4j.git</developerConnection>
        <url>https://github.com/neo4j/neo4j</url>
    </scm>

    <modules>
        <module>parser-common</module>
        <module>antlr-common</module>
        <module>antlr-ast-common</module>
        <module>antlr-parser-listener-maven-plugin</module>
        <module>antlr-completion-license</module>
        <module>parser-ast-common</module>
    </modules>

</project>