ifffff/pig-modules/pom.xml

30 lines
939 B
XML
Raw Normal View History

2018-01-14 23:08:45 +08:00
<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>
<artifactId>pig</artifactId>
<groupId>com.github</groupId>
<version>${pig.version}</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.pig</groupId>
<artifactId>pig-modules</artifactId>
<version>${pig.version}</version>
<packaging>pom</packaging>
<name>pig-modules</name>
<url>http://maven.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<modules>
<module>pig-daemon-service</module>
2018-01-15 14:31:26 +08:00
<module>pig-mc-service</module>
2018-01-28 13:46:42 +08:00
<module>pig-sso-client-demo</module>
2018-01-14 23:08:45 +08:00
<module>pig-upms-service</module>
</modules>
</project>