<?xml version="1.0" encoding="UTF-8"?>
<!--
 ~ Hibernate Search, full-text search for your domain model
 ~
 ~ License: GNU Lesser General Public License (LGPL), version 2.1 or later
 ~ See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
  -->
<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.hibernate.search</groupId>
        <artifactId>hibernate-search-parent</artifactId>
        <version>6.1.2.Final</version>
        <relativePath>..</relativePath>
    </parent>
    <artifactId>hibernate-search-orm6-parent</artifactId>
    <packaging>pom</packaging>

    <name>Hibernate Search Aggregator POM for ORM6 Artifacts</name>
    <description>Hibernate Search Aggregator POM for ORM6 Artifacts</description>

    <modules>
        <module>parents/public</module>
        <module>parents/internal</module>
        <module>util/internal/test/orm</module>
        <module>mapper/orm</module>
        <module>mapper/orm-coordination-outbox-polling</module>
        <module>mapper/orm-batch-jsr352/core</module>
        <module>mapper/orm-batch-jsr352/jberet</module>
        <module>v5migrationhelper/orm</module>
        <module>util/internal/integrationtest</module>
        <module>parents/integrationtest</module>
        <module>integrationtest</module>
        <module>documentation</module>
    </modules>
</project>

