one-dev/pom.xml

36 lines
1.0 KiB
XML

<?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>com.yun</groupId>
<artifactId>yun-parent</artifactId>
<version>3.6.3</version>
</parent>
<modules>
<module>etl-task-schdeling-common</module>
<module>etl-task-schdeling-remote</module>
<module>etl-task-schdeling-server</module>
</modules>
<artifactId>etl-task-scheduling</artifactId>
<version>3.6.3</version>
<packaging>pom</packaging>
<description>
etl-task-scheduling任务调度
</description>
<distributionManagement>
<repository>
<id>21-releases</id>
<name>21-releases</name>
<url>http://10.21.21.3/repository/maven-releases/</url>
</repository>
</distributionManagement>
</project>