<?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>

    <!--父工程-->
    <parent>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-starter-parent</artifactId>
        <version>2.3.1.RELEASE</version>
        <relativePath/> <!-- lookup parent from repository -->
    </parent>

    <groupId>com.elitesland</groupId>
    <artifactId>yst-workflow</artifactId>
    <version>1.1.18</version>
    <packaging>pom</packaging>

    <!--模块-->
    <modules>
        <module>yst-workflow-interface</module>
        <module>yst-workflow-flowable</module>
    </modules>

    <!--部署-->
    <distributionManagement>
        <repository>
            <id>elitesland-maven-releases-deploy</id>
            <name>elitesland-maven-releases</name>
            <url>https://mvn.elitescloud.com/nexus/repository/maven-releases/</url>
        </repository>
    </distributionManagement>

</project>
