<?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>ru.entaxy.esb.atlasmap</groupId>
        <artifactId>atlasmap</artifactId>
        <version>1.4.0</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <packaging>pom</packaging>

    <artifactId>atlasmap-documentation</artifactId>

    <name>ATLASMAP :: DOCS</name>
    <description>ATLASMAP :: DOCS</description>

    <properties>
        <node.version>v16.14.2</node.version>
        <entaxy.version>1.11.0</entaxy.version>
        <npm.version>8.5.0</npm.version>
        <antora.version>3.0.1</antora.version>
        <antora.lunr.version>v1.0.0-alpha.8</antora.lunr.version>
        <skip.collect.platform.provided>true</skip.collect.platform.provided>
    </properties>

    <modules>
        <module>documentation</module>
        <module>assembly</module>
    </modules>

</project>
