12345678910111213141516171819202122232425262728 |
- <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>citu</artifactId>
- <groupId>com.citu</groupId>
- <version>${revision}</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <artifactId>menduner</artifactId>
- <packaging>pom</packaging>
- <name>${project.artifactId}</name>
- <modules>
- <module>menduner-common</module>
- <module>menduner-system-api</module>
- <module>menduner-system-biz</module>
- <module>menduner-reward-api</module>
- <module>menduner-reward-biz</module>
- <module>menduner-im-api</module>
- <module>menduner-im-biz</module>
- <module>menduner-mall-api</module>
- </modules>
- <description>
- 门墩儿相关
- </description>
- </project>
|