<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>net.risesoft</groupId>
    <artifactId>y9-digitalbase-parent</artifactId>
    <version>9.6.10</version>
    <relativePath></relativePath>
  </parent>
  <artifactId>y9-dataflow</artifactId>
  <version>9.6.10</version>
  <packaging>pom</packaging>
  <name>y9-dataflow</name>
  <description>DataFlow Engine project parent pom.xml file</description>
  <url>https://gitee.com/risesoft-y9/y9-dataflow/tree/main/</url>
  <licenses>
    <license>
      <name>GNU General Public License (GPL) version 3.0</name>
      <url>https://www.gnu.org/licenses/gpl-3.0.en.html</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>wanghongzhe</name>
      <email>wanghongzhe@risesoft.net</email>
      <organization>risesoft</organization>
      <organizationUrl>https://www.risesoft.net</organizationUrl>
    </developer>
    <developer>
      <name>panzhaoxiong</name>
      <email>panzhaoxiong@risesoft.net</email>
      <organization>risesoft</organization>
      <organizationUrl>https://www.risesoft.net</organizationUrl>
    </developer>
    <developer>
      <name>libo</name>
      <email>libo@risesoft.net</email>
      <organization>risesoft</organization>
      <organizationUrl>https://www.risesoft.net</organizationUrl>
    </developer>
  </developers>
  <modules>
    <module>y9-module-dataflow</module>
  </modules>
  <scm>
    <connection>scm:git:https://gitee.com/risesoft-y9/y9-dataflow.git</connection>
    <developerConnection>scm:git:https://gitee.com/risesoft-y9/y9-dataflow.git</developerConnection>
    <url>https://gitee.com/risesoft-y9/y9-dataflow</url>
  </scm>
  <properties>
    <gitee.url>https://gitee.com/risesoft-y9/y9-dataflow</gitee.url>
    <gitee.connection>scm:git:https://gitee.com/risesoft-y9/y9-dataflow.git</gitee.connection>
    <gitee.developerConnection>scm:git:https://gitee.com/risesoft-y9/y9-dataflow.git</gitee.developerConnection>
    <revision>9.6.10</revision>
  </properties>
  <repositories>
    <repository>
      <releases>
        <enabled>true</enabled>
      </releases>
      <snapshots>
        <enabled>true</enabled>
      </snapshots>
      <id>y9-internet-repo</id>
      <url>https://svn.youshengyun.com:9900/nexus/repository/maven-public/</url>
    </repository>
  </repositories>
</project>
